Searched refs:sfunc (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/conf/ |
H A D | scsi_confsubr.c | 1396 int tgt, lun, sfunc; in scsi_hba_ua_get_reportdev() local 1413 sfunc = scsi_device_prop_get_int(sd, SCSI_DEVICE_PROP_PATH, in scsi_hba_ua_get_reportdev() 1421 if (sfunc == -1) in scsi_hba_ua_get_reportdev() 1428 SCSI_ADDR_PROP_TARGET_PORT, tgt_port, lun64, sfunc); in scsi_hba_ua_get_reportdev() 1431 if (sfunc == -1) in scsi_hba_ua_get_reportdev() 1438 SCSI_ADDR_PROP_TARGET, tgt, lun64, sfunc); in scsi_hba_ua_get_reportdev() 1480 int tgt, lun, sfunc; in scsi_hba_ua_get() local 1497 sfunc = scsi_device_prop_get_int(sd, SCSI_DEVICE_PROP_PATH, in scsi_hba_ua_get() 1500 if (sfunc == -1) in scsi_hba_ua_get() 1505 tgt_port, lun64, sfunc); in scsi_hba_ua_get() [all …]
|
/titanic_41/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 1864 int sfunc; in scsi_busctl_initchild() local 1925 sfunc = ddi_prop_get_int(DDI_DEV_T_ANY, child, in scsi_busctl_initchild() 1975 if (sfunc == -1) in scsi_busctl_initchild() 1978 sd->sd_address.a_sublun = (uchar_t)sfunc + 1; in scsi_busctl_initchild() 3438 int sfunc; in scsi_addr_to_sfunc() local 3453 for (sfunc = 0, i = 0; *s && (i < 2); s++, i++) { in scsi_addr_to_sfunc() 3455 sfunc = (sfunc << 4) + (*s - '0'); in scsi_addr_to_sfunc() 3457 sfunc = (sfunc << 4) + 10 + (*s - 'A'); in scsi_addr_to_sfunc() 3459 sfunc = (sfunc << 4) + 10 + (*s - 'a'); in scsi_addr_to_sfunc() 3464 sfunc = -1; /* illegal */ in scsi_addr_to_sfunc() [all …]
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 1521 int (*sfunc)(const void *, const void *)) in dt_aggregate_walk_sorted() 1558 if (sfunc == NULL) { in dt_aggregate_walk_sorted() 1567 qsort(sorted, nentries, sizeof (dt_ahashent_t *), sfunc); in dt_aggregate_walk_sorted()
|