Searched defs:lun64 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c83 int64_t lun64; local
92 lun64 = *lun64p;
95 lun64 = (uint64_t)*intp;
98 lun = scsi_lun64_to_lun(lun64);
109 di_minor_name(minor), cnum, wwn, lun64);
121 di_minor_name(minor), cnum, wwn, lun64);
H A Ddisk_link.c317 scsi_lun64_t lun64, sl; local
330 lun64 = (uint64_t)*lun64p;
335 lun64 = (uint64_t)*intp;
338 lun = scsi_lun64_to_lun(lun64);
350 "t%"PRIX64"d%"PRId64, wwn, lun64);
360 "t%"PRIX64"d%"PRIX64, wwn, lun64);
370 "t%dd%"PRId64, *intp, lun64);
380 "t%dd%"PRIX64, *intp, lun64);
/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c1377 * "lun64" property). The normalized representation maps
1403 * the non-'addressing method' bits of sl_lun1_msb contribute to our lun64
1409 scsi_lun64_t lun64; local
1413 * "Peripheral Device" addressing method. If so, the lun64 value is
1422 * lun64 value from non-'addressing method' bits of msb and lsb.
1424 lun64 = ((lun.sl_lun1_msb & ~SCSI_LUN_AM_MASK) << 8) |
1429 * form, construct lun64 value in full 64 bit LUN format.
1431 lun64 =
1441 return (lun64);
1445 scsi_lun64_to_lun(scsi_lun64_t lun64) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c617 scsi_lun64_t lun64; local
669 * Get lun and lun64
673 lun64 = scsi_device_prop_get_int64(sd, SCSI_DEVICE_PROP_PATH,
825 if (dad && (lun == 0 || lun64 == 0))
1398 scsi_lun64_t lun64; local
1411 lun64 = scsi_device_prop_get_int64(sd, SCSI_DEVICE_PROP_PATH,
1424 SCSI_ADDR_PROP_TARGET_PORT, tgt_port, lun64);
1428 SCSI_ADDR_PROP_TARGET_PORT, tgt_port, lun64, sfunc);
1434 SCSI_ADDR_PROP_TARGET, tgt, lun64);
1438 SCSI_ADDR_PROP_TARGET, tgt, lun64, sfun
1482 scsi_lun64_t lun64; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3385 * Return the lun64 value from a address string: "addr,lun[,sfunc]". Either
3387 * Return SCSI_LUN64_ILLEGAL if the format is incorrect. A lun64 is at most
3396 scsi_lun64_t lun64; local
3407 for (lun64 = 0, i = 0; *s && (i < 16); s++, i++) {
3409 lun64 = (lun64 << 4) + (*s - '0');
3411 lun64 = (lun64 << 4) + 10 + (*s - 'A');
3413 lun64 = (lun64 <<
4748 scsi_lun64_t lun64; local
5090 scsi_lun64_t lun64; local
7160 scsi_lun64_t lun64; local
7574 scsi_lun64_t lun64; local
9750 scsi_lunmap_set_add(dev_info_t *self, damap_t *lundam, char *taddr, scsi_lun64_t lun64, int sfunc) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c572 #define LUN64_PROP "lun64"
15028 int64_t lun64 = 0; local
15173 lun64 = (int64_t)lun;
15175 lun64) != DDI_SUCCESS) {
15389 int64_t lun64 = 0; local
15431 lun64 = (int64_t)lun;
15433 *lun_dip, LUN64_PROP, lun64) !=
15436 "property for target %d lun64 %d (LUN64_PROP)",

Completed in 119 milliseconds