Home
last modified time | relevance | path

Searched refs:resolve_pathname (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dhvm_bootstrap.c57 if (resolve_pathname("/xpvd", &xpvd_dip, NULL, NULL) != 0) in hvmboot_rootconf()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_implfuncs.h241 int resolve_pathname(char *, dev_info_t **, dev_t *, int *);
/titanic_44/usr/src/uts/common/contract/
H A Ddevice.c559 if (resolve_pathname(str_value, &dip, NULL, &spec_type) != 0) { in ctmpl_device_set()
673 if (resolve_pathname(buf, NULL, &dev, &spec_type) != 0 || in ctmpl_device_create()
/titanic_44/usr/src/uts/common/os/
H A Ddevcfg.c3823 resolve_pathname(char *pathname, in resolve_pathname() function
4003 error = resolve_pathname(pathname, NULL, &devt, NULL); in ddi_pathname_to_dev_t()
4026 error = resolve_pathname(prompath, &dip, &devt, &spectype); in i_ddi_prompath_to_devfspath()
7008 return (resolve_pathname(path, &dip, NULL, NULL) ? NULL : dip); in e_ddi_hold_devi_by_path()
8894 error = resolve_pathname(pdup, &currdip, NULL, NULL); in path_to_dip()
H A Ddriver_lyr.c610 ret = resolve_pathname(path, &dip, &dev, &spec_type); in ldi_vp_from_name()
/titanic_44/usr/src/uts/common/io/
H A Ddevinfo.c1309 if (resolve_pathname(apair->pair_alias, &currdip, NULL, NULL) != 0) { in di_copy_aliases()