Home
last modified time | relevance | path

Searched refs:userboot_getdev (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/userboot/userboot/
H A Dbootinfo32.c77 userboot_getdev((void **)(&rootdev), rootdevname, NULL); in bi_load32()
150 userboot_getdev(NULL, kernelname, &kernelpath); in bi_load32()
H A Ddevicename.c40 userboot_getdev(void **vdev, const char *devspec, const char **path) in userboot_getdev() function
H A Dlibuserboot.h57 extern int userboot_getdev(void **, const char *, const char **);
H A Dbootinfo64.c118 userboot_getdev((void **)(&rootdev), rootdevname, NULL); in bi_load64()
H A Dmain.c193 archsw.arch_getdev = userboot_getdev; in loader_main()