Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevid_cache.h112 char *ds = ddi_devid_str_encode(arg, NULL); \
H A Dsunddi.h2125 ddi_devid_str_encode(ddi_devid_t devid, char *minor_name);
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c591 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 Ddriver_lyr.c631 if ((devidstr = ddi_devid_str_encode(devid, NULL)) == NULL) in ldi_devid_match()
H A Dsunddi.c7698 if ((devid_str = ddi_devid_str_encode(devid, NULL)) == NULL) in i_ddi_devid_register()
/illumos-gate/usr/src/common/devid/
H A Ddevid.c190 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 Dvdev_disk.c427 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 Dscsi_confsubr.c816 devidstr = devidstr_buf = ddi_devid_str_encode(devid, NULL); in scsi_test_ereport_post()
/illumos-gate/usr/src/man/man9f/
H A DMakefile766 ddi_devid_str_encode.9f \
1535 ddi_devid_str_encode.9f := LINKSRC = ddi_devid_compare.9f
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c8619 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 Dsystem-kernel.man9f.inc365 link path=usr/share/man/man9f/ddi_devid_str_encode.9f \
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c5219 devid_str = ddi_devid_str_encode(devid, NULL); in scsi_device_createchild()