Home
last modified time | relevance | path

Searched refs:ddi_devid_str_encode (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Ddevid_cache.h114 char *ds = ddi_devid_str_encode(arg, NULL); \
H A Dsunddi.h2094 ddi_devid_str_encode(ddi_devid_t devid, char *minor_name);
/onnv-gate/usr/src/common/devid/
H A Ddevid.c187 ddi_devid_str_encode(ddi_devid_t devid, char *minor_name) in ddi_devid_str_encode() function
/onnv-gate/usr/src/uts/common/os/
H A Ddevid_cache.c1163 char *devidstr = ddi_devid_str_encode(devid, NULL); in devid_log()
H A Ddriver_lyr.c622 if ((devidstr = ddi_devid_str_encode(devid, NULL)) == NULL) in ldi_devid_match()
H A Dsunddi.c8020 if ((devid_str = ddi_devid_str_encode(devid, NULL)) == NULL) in i_ddi_devid_register()
/onnv-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c816 devidstr = devidstr_buf = ddi_devid_str_encode(devid, NULL); in scsi_test_ereport_post()
/onnv-gate/usr/src/uts/sun4v/io/
H A Dvdc.c8618 devid_str = ddi_devid_str_encode(vdc->devid, NULL); in vdc_setup_devid()
8627 devid_str = ddi_devid_str_encode(vdisk_devid, NULL); in vdc_setup_devid()
/onnv-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c5235 devid_str = ddi_devid_str_encode(devid, NULL); in scsi_device_createchild()