Searched refs:scsi_id (Results 1 – 7 of 7) sorted by relevance
108 int scsi_id; member
621 id->scsi_id = xpt_path_target_id(periph->path); in sgioctl()
250 u_int8_t scsi_id; /* SCSI ID */ member
741 u_int8_t scsi_id; member
116 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() argument2796 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() argument2839 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()
1081 uint8_t scsi_id; /* SCSI ID on this bus */ member
1656 idl.dev_id = (id.scsi_id & 0xff) + ((id.lun & 0xff) << 8) + in linux_ioctl_cdrom()