Searched refs:scsi_lun_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_address.h152 } scsi_lun_t; typedef in typeref:struct:scsi_lun
164 scsi_lun64_t scsi_lun_to_lun64(scsi_lun_t lun);
165 scsi_lun_t scsi_lun64_to_lun(scsi_lun64_t lun64);
/illumos-gate/usr/src/lib/libdevid/
H A Dlibdevid.h64 extern scsi_lun64_t scsi_lun_to_lun64(scsi_lun_t lun);
65 extern scsi_lun_t scsi_lun64_to_lun(scsi_lun64_t lun64);
/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c1375 * described by scsi_lun_t, and a normalized lun64_t
1382 * pass a (64-bit) scsi_lun_t, but we need a
1398 * of the structure and size of a scsi_lun_t.
1407 scsi_lun_to_lun64(scsi_lun_t lun)
1444 scsi_lun_t
1447 scsi_lun_t lun;
/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c82 scsi_lun_t lun;
H A Ddisk_link.c318 scsi_lun_t lun;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h162 scsi_lun_t scsi_lun; /* Wire format */
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c223 scsi_lun_t samLun;
645 scsi_lun_t samLun;
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c6958 scsi_lun_t lunrpt_luns[1]; /* LUNs, variable size */
6978 * If successful, we allocate an array of scsi_lun_t to hold the results. The
6992 scsi_lun_t **lunarrayp, uint32_t *nlunsp, uint32_t *tlunsp, size_t *sizep)
7097 *lunarrayp = (scsi_lun_t *)kmem_alloc(
7098 nluns * sizeof (scsi_lun_t), KM_SLEEP);
7105 *sizep = nluns * sizeof (scsi_lun_t);
7155 scsi_lun_t *lunp = NULL;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c30 extern scsi_lun_t scsi_lun64_to_lun(scsi_lun64_t lun64);
1945 bcopy((uint8_t *)&sp->cmd_lun->scsi_lun, sc.lun, sizeof (scsi_lun_t));

Completed in 127 milliseconds