Home
last modified time | relevance | path

Searched refs:i_ddi_prompath_to_devfspath (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dbootdev.c70 if (i_ddi_prompath_to_devfspath(prom_name, ret_buf) != DDI_SUCCESS) in i_promname_to_devname()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_implfuncs.h187 extern int i_ddi_prompath_to_devfspath(char *, char *);
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c91 if (i_ddi_prompath_to_devfspath(prom_name, ret_buf) != DDI_SUCCESS) in i_promname_to_devname()
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c421 if (i_ddi_prompath_to_devfspath(pathname, in tem_info_init()
H A Dconsconfig_dacf.c374 if (i_ddi_prompath_to_devfspath(path, buf) != DDI_SUCCESS) { in i_consconfig_createvp()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c957 if (i_ddi_prompath_to_devfspath(rootfs.bo_name, path + plen) in vfs_mountroot()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c4206 i_ddi_prompath_to_devfspath(char *prompath, char *devfspath) in i_ddi_prompath_to_devfspath() function