Searched refs:ddi_devid_str_encode (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | devid_cache.h | 112 char *ds = ddi_devid_str_encode(arg, NULL); \
|
H A D | sunddi.h | 2124 ddi_devid_str_encode(ddi_devid_t devid, char *minor_name);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | devid_cache.c | 591 ddi_devid_str_encode(np->nvp_devid, NULL); in e_devid_cache_register_cmn() 593 ddi_devid_str_encode(devid, NULL); in e_devid_cache_register_cmn() 1179 char *devidstr = ddi_devid_str_encode(devid, NULL); in devid_log()
|
H A D | driver_lyr.c | 631 if ((devidstr = ddi_devid_str_encode(devid, NULL)) == NULL) in ldi_devid_match()
|
H A D | sunddi.c | 7698 if ((devid_str = ddi_devid_str_encode(devid, NULL)) == NULL) in i_ddi_devid_register()
|
/illumos-gate/usr/src/common/devid/ |
H A D | devid.c | 190 ddi_devid_str_encode(ddi_devid_t devid, char *minor_name) in ddi_devid_str_encode() function
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 427 char *devid_str = ddi_devid_str_encode(devid, in vdev_disk_open() 576 vd_devid = ddi_devid_str_encode(devid, minorname); in vdev_disk_open()
|
/illumos-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()
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 800 ddi_devid_str_encode.9f \ 1659 ddi_devid_str_encode.9f := LINKSRC = ddi_devid_compare.9f
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 8619 devid_str = ddi_devid_str_encode(vdc->devid, NULL); in vdc_setup_devid() 8628 devid_str = ddi_devid_str_encode(vdisk_devid, NULL); in vdc_setup_devid()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 365 link path=usr/share/man/man9f/ddi_devid_str_encode.9f \
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 5219 devid_str = ddi_devid_str_encode(devid, NULL); in scsi_device_createchild()
|