Searched refs:ddi_devid_str_encode (Results 1 – 9 of 9) sorted by relevance
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | devid_cache.h | 114 char *ds = ddi_devid_str_encode(arg, NULL); \
|
| H A D | sunddi.h | 2094 ddi_devid_str_encode(ddi_devid_t devid, char *minor_name);
|
| /onnv-gate/usr/src/common/devid/ |
| H A D | devid.c | 187 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 D | devid_cache.c | 1163 char *devidstr = ddi_devid_str_encode(devid, NULL); in devid_log()
|
| H A D | driver_lyr.c | 622 if ((devidstr = ddi_devid_str_encode(devid, NULL)) == NULL) in ldi_devid_match()
|
| H A D | sunddi.c | 8020 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 D | scsi_confsubr.c | 816 devidstr = devidstr_buf = ddi_devid_str_encode(devid, NULL); in scsi_test_ereport_post()
|
| /onnv-gate/usr/src/uts/sun4v/io/ |
| H A D | vdc.c | 8618 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 D | scsi_hba.c | 5235 devid_str = ddi_devid_str_encode(devid, NULL); in scsi_device_createchild()
|