Home
last modified time | relevance | path

Searched refs:ofw_getdev (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/boot/ofw/libofw/
HDlibofw.h45 extern int ofw_getdev(void **vdev, const char *devspec, const char **path);
HDdevicename.c44 ofw_getdev(void **vdev, const char *devspec, const char **path) in ofw_getdev() function
/NextBSD/sys/boot/ofw/common/
HDmain.c159 archsw.arch_getdev = ofw_getdev; in main()
/NextBSD/sys/boot/sparc64/loader/
HDmain.c829 archsw.arch_getdev = ofw_getdev; in main()