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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1396 int tgt, lun, sfunc; local
1413 sfunc = scsi_device_prop_get_int(sd, SCSI_DEVICE_PROP_PATH,
1421 if (sfunc == -1)
1427 "%s %s lun %" PRIx64 " sfunc %x",
1428 SCSI_ADDR_PROP_TARGET_PORT, tgt_port, lun64, sfunc);
1431 if (sfunc == -1)
1437 "%s %x lun %" PRIx64 " sfunc %x",
1438 SCSI_ADDR_PROP_TARGET, tgt, lun64, sfunc);
1480 int tgt, lun, sfunc; local
1497 sfunc
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1864 int sfunc; local
1925 sfunc = ddi_prop_get_int(DDI_DEV_T_ANY, child,
1975 if (sfunc == -1)
1978 sd->sd_address.a_sublun = (uchar_t)sfunc + 1;
3385 * Return the lun64 value from a address string: "addr,lun[,sfunc]". Either
3417 if (*s && (*s != ',')) /* [,sfunc] is OK */
3430 * Return the sfunc value from a address string: "addr,lun[,sfunc]". Either the
3431 * sfunc is after the second ',' or the entire address string is the sfunc
3438 int sfunc; local
4747 int sfunc; local
9750 scsi_lunmap_set_add(dev_info_t *self, damap_t *lundam, char *taddr, scsi_lun64_t lun64, int sfunc) argument
[all...]

Completed in 112 milliseconds