Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_sg.h108 int scsi_id; member
H A Dscsi_sg.c621 id->scsi_id = xpt_path_target_id(periph->path); in sgioctl()
/freebsd/sys/dev/ida/
H A Didareg.h250 u_int8_t scsi_id; /* SCSI ID */ member
/freebsd/sys/dev/ciss/
H A Dcissreg.h741 u_int8_t scsi_id; member
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c116 u_int scsi_id, char channel);
119 u_int scsi_id, char channel, int force);
2789 ahd_alloc_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel) in ahd_alloc_tstate() argument
2796 if (ahd->enabled_targets[scsi_id] != NULL in ahd_alloc_tstate()
2797 && ahd->enabled_targets[scsi_id] != master_tstate) in ahd_alloc_tstate()
2821 ahd->enabled_targets[scsi_id] = tstate; in ahd_alloc_tstate()
2831 ahd_free_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel, int force) in ahd_free_tstate() argument
2839 if (scsi_id == ahd->our_id in ahd_free_tstate()
2843 tstate = ahd->enabled_targets[scsi_id]; in ahd_free_tstate()
2846 ahd->enabled_targets[scsi_id] = NULL; in ahd_free_tstate()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_structures.h1081 uint8_t scsi_id; /* SCSI ID on this bus */ member
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1656 idl.dev_id = (id.scsi_id & 0xff) + ((id.lun & 0xff) << 8) + in linux_ioctl_cdrom()