Home
last modified time | relevance | path

Searched refs:scsi_id (Results 1 – 14 of 14) sorted by relevance

/netbsd/sys/arch/sgimips/stand/common/
H A Diris_parse.c39 uint8_t scsi_ctlr = 255, scsi_id = 255, scsi_part = 255; variable
73 scsi_id = atoi(&disksetting[i]); in parse()
80 if ((scsi_ctlr == 255) || (scsi_id == 255) || (scsi_part == 255)) in parse()
H A Diris_scsivar.h66 extern uint8_t scsi_ctlr, scsi_id, scsi_part;
H A Diris_scsi.c92 sc->sc_target = scsi_id; in wd33c93_init()
/netbsd/sys/arch/x68k/include/
H A Dbootinfo.h75 #define X68K_MAKESCSIBOOTDEV(major, type_if, unit_if, scsi_id, lun, part) \ argument
76 MAKEBOOTDEV(major, type_if, unit_if, scsi_id, ((lun) << 4) | (part))
/netbsd/sys/dev/mca/
H A Desp_mca.c141 int scsi_id, irq, drq, error; in esp_mca_attach() local
184 scsi_id = 6 + ((pos5 & 0x20) ? 1 : 0); in esp_mca_attach()
216 sc->sc_id = scsi_id; in esp_mca_attach()
/netbsd/sys/dev/isa/
H A Dwdsreg.h157 u_char scsi_id; member
H A Dwds.c978 init.scsi_id = sc->sc_channel.chan_id; in wds_init()
/netbsd/sys/arch/hp300/stand/common/
H A Dscsireg.h44 u_char p0, scsi_id; member
H A Dscsi.c127 hd->scsi_id = 0xFF; in scsireset()
/netbsd/sys/dev/ic/
H A Daic7xxx.c153 u_int scsi_id, char channel);
156 u_int scsi_id, char channel, int force);
1569 scsi_id += 8; in ahc_alloc_tstate()
1572 if (ahc->enabled_targets[scsi_id] != NULL in ahc_alloc_tstate()
1573 && ahc->enabled_targets[scsi_id] != master_tstate) in ahc_alloc_tstate()
1596 ahc->enabled_targets[scsi_id] = tstate; in ahc_alloc_tstate()
1614 if (((channel == 'B' && scsi_id == ahc->our_id_b) in ahc_free_tstate()
1615 || (channel == 'A' && scsi_id == ahc->our_id)) in ahc_free_tstate()
1620 scsi_id += 8; in ahc_free_tstate()
1621 tstate = ahc->enabled_targets[scsi_id]; in ahc_free_tstate()
[all …]
H A Daic79xx.c128 u_int scsi_id, char channel);
131 u_int scsi_id, char channel, int force);
2698 ahd_alloc_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel) in ahd_alloc_tstate() argument
2705 if (ahd->enabled_targets[scsi_id] != NULL in ahd_alloc_tstate()
2706 && ahd->enabled_targets[scsi_id] != master_tstate) in ahd_alloc_tstate()
2728 ahd->enabled_targets[scsi_id] = tstate; in ahd_alloc_tstate()
2738 ahd_free_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel, int force) in ahd_free_tstate() argument
2746 if (scsi_id == ahd->our_id in ahd_free_tstate()
2750 tstate = ahd->enabled_targets[scsi_id]; in ahd_free_tstate()
2753 ahd->enabled_targets[scsi_id] = NULL; in ahd_free_tstate()
/netbsd/usr.sbin/mmcformat/
H A Duscsi_subr.c344 saddr->addr.scsi.target = sg_scsi_id.scsi_id; in uscsi_identify()
/netbsd/sys/dev/pci/
H A Dtrm.c151 uint8_t scsi_id; /* 74 Host Adapter SCSI ID */ member
574 sc->sc_id = eeprom.scsi_id; in trm_init()
2452 eeprom->scsi_id = 7; in trm_check_eeprom()
H A Darcmsr.c1127 uint8_t scsi_id; in arc_bio_setstate() member
1159 req_pt.scsi_id = bs->bs_target; in arc_bio_setstate()