Searched refs:ddi_dev_pathname (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | conskbd.c | 1365 if (ddi_dev_pathname(devt, S_IFCHR, in conskbd_handle_downstream_msg() 1374 if (ddi_dev_pathname(devt, S_IFCHR, in conskbd_handle_downstream_msg() 1918 if (ddi_dev_pathname(devt, S_IFCHR, in conskbd_mux_upstream_msg() 1928 if (ddi_dev_pathname(devt, S_IFCHR, path) == in conskbd_mux_upstream_msg() 1959 if (ddi_dev_pathname(devt, S_IFCHR, path) == in conskbd_mux_upstream_msg()
|
H A D | consconfig_dacf.c | 1838 (void) ddi_dev_pathname(dev, 0, buf); in consconfig_link()
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 379 int ddi_dev_pathname(void) { } in ddi_dev_pathname() function
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 479 if (ddi_dev_pathname(dev, otyp, physpath) == 0 && in vdev_disk_open()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modctl.c | 1462 if (ddi_dev_pathname(dev, spectype, name) == DDI_FAILURE) { in modctl_devfspath_len() 1489 if (ddi_dev_pathname(dev, spectype, name) == DDI_FAILURE) { in modctl_devfspath() 1581 if ((rval = ddi_dev_pathname(fbdev, S_IFCHR, in modctl_get_fbname()
|
H A D | sunddi.c | 6783 ddi_dev_pathname(dev_t devt, int spec_type, char *path) in ddi_dev_pathname() function
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux_ioctl.c | 482 if (ddi_dev_pathname(dev, S_IFCHR, p) == DDI_SUCCESS) { in sm_di_path()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sunddi.h | 1714 ddi_dev_pathname(dev_t devt, int spec_type, char *name);
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksubr.c | 165 error = ddi_dev_pathname(vp->v_rdev, S_IFCHR, pathname); in sogetvp()
|
/titanic_41/usr/src/uts/common/contract/ |
H A D | device.c | 1373 if (ddi_dev_pathname(dev, spec_type, path) != DDI_SUCCESS) { in contract_device_open()
|