Searched defs:lun64p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c84 int64_t *lun64p; local
90 SCSI_ADDR_PROP_LUN64, &lun64p) > 0) &&
91 (*lun64p != SCSI_LUN64_ILLEGAL)) {
92 lun64 = *lun64p;
H A Ddisk_link.c319 int64_t *lun64p; local
327 SCSI_ADDR_PROP_LUN64, &lun64p) > 0) {
328 if (*lun64p != SCSI_LUN64_ILLEGAL) {
330 lun64 = (uint64_t)*lun64p;

Completed in 71 milliseconds