Searched refs:i386_getdev (Results 1 – 7 of 7) sorted by relevance
| /freebsd/stand/i386/libi386/ |
| H A D | bootinfo32.c | 77 i386_getdev((void **)(&rootdev), rootdevname, NULL); in bi_load32() 170 i386_getdev(NULL, kernelname, &kernelpath); in bi_load32()
|
| H A D | devicename.c | 39 i386_getdev(void **vdev, const char *devspec, const char **path) in i386_getdev() function
|
| H A D | bootinfo64.c | 123 i386_getdev((void **)(&rootdev), rootdevname, NULL); in bi_load64()
|
| H A D | libi386.h | 79 int i386_getdev(void **vdev, const char *devspec, const char **path);
|
| /freebsd/stand/i386/gptzfsboot/ |
| H A D | zfsboot.c | 140 .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 D | chain.c | 116 i386_getdev((void **)(&rootdev), argv[1], NULL); in command_chain()
|
| H A D | main.c | 74 .arch_getdev = i386_getdev,
|