Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sparc/io/
H A Dconsplat.c139 if ((kb_major = path_to_major(path)) == (major_t)-1) in plat_mousepath()
/titanic_44/usr/src/uts/common/sys/
H A Dautoconf.h275 extern major_t path_to_major(char *);
/titanic_44/usr/src/uts/common/io/
H A Dopenprom.c824 maj = path_to_major((char *)opp->oprom_array); in opromioctl_cb()
/titanic_44/usr/src/uts/common/os/
H A Dmodsysfile.c3131 major = path_to_major(parent); in get_major()
H A Ddevcfg.c3743 maj = path_to_major(p); in child_path_to_driver()
6752 path_to_major(char *path) in path_to_major() function
H A Dsunpm.c8107 extern major_t path_to_major(char *pathname); in i_path_to_major()
8110 if ((maj = path_to_major(path)) == DDI_MAJOR_T_NONE) { in i_path_to_major()