Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dbootinfo32.c77 i386_getdev((void **)(&rootdev), rootdevname, NULL); in bi_load32()
170 i386_getdev(NULL, kernelname, &kernelpath); in bi_load32()
H A Ddevicename.c39 i386_getdev(void **vdev, const char *devspec, const char **path) in i386_getdev() function
H A Dbootinfo64.c123 i386_getdev((void **)(&rootdev), rootdevname, NULL); in bi_load64()
H A Dlibi386.h79 int i386_getdev(void **vdev, const char *devspec, const char **path);
/freebsd/stand/i386/gptzfsboot/
H A Dzfsboot.c140 .arch_getdev = i386_getdev,
254 i386_getdev((void **)&bdev, boot_devname, NULL); in main()
521 if (i386_getdev((void **)&ddesc, root, NULL)) { in mount_root()
/freebsd/stand/i386/loader/
H A Dchain.c116 i386_getdev((void **)(&rootdev), argv[1], NULL); in command_chain()
H A Dmain.c74 .arch_getdev = i386_getdev,