Searched defs:devspec (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/sys/boot/efi/loader/ |
| HD | devicename.c | 47 efi_getdev(void **vdev, const char *devspec, const char **path) in efi_getdev() 81 efi_parsedev(struct devdesc **dev, const char *devspec, const char **path) in efi_parsedev()
|
| /NextBSD/sys/boot/userboot/userboot/ |
| HD | devicename.c | 49 userboot_getdev(void **vdev, const char *devspec, const char **path) in userboot_getdev() 89 userboot_parsedev(struct disk_devdesc **dev, const char *devspec, const char **path) in userboot_parsedev()
|
| /NextBSD/sys/boot/uboot/lib/ |
| HD | devicename.c | 46 uboot_getdev(void **vdev, const char *devspec, const char **path) in uboot_getdev() 85 uboot_parsedev(struct uboot_devdesc **dev, const char *devspec, in uboot_parsedev()
|
| /NextBSD/sys/boot/i386/libi386/ |
| HD | devicename.c | 45 i386_getdev(void **vdev, const char *devspec, const char **path) in i386_getdev() 85 i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path) in i386_parsedev()
|
| /NextBSD/sys/boot/ofw/libofw/ |
| HD | devicename.c | 44 ofw_getdev(void **vdev, const char *devspec, const char **path) in ofw_getdev() 75 ofw_parsedev(struct ofw_devdesc **dev, const char *devspec, const char **path) in ofw_parsedev()
|
| /NextBSD/sys/boot/mips/beri/loader/ |
| HD | devicename.c | 45 beri_arch_getdev(void **vdev, const char *devspec, const char **path) in beri_arch_getdev() 85 beri_arch_parsedev(struct disk_devdesc **dev, const char *devspec, in beri_arch_parsedev()
|
| /NextBSD/sys/boot/powerpc/ps3/ |
| HD | devicename.c | 48 ps3_getdev(void **vdev, const char *devspec, const char **path) in ps3_getdev() 87 ps3_parsedev(struct ps3_devdesc **dev, const char *devspec, const char **path) in ps3_parsedev()
|
| /NextBSD/sys/boot/zfs/ |
| HD | devicename_stubs.c | 35 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) in zfs_parsedev()
|
| HD | zfs.c | 600 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) in zfs_parsedev()
|
| /NextBSD/sys/boot/powerpc/kboot/ |
| HD | main.c | 57 kboot_getdev(void **vdev, const char *devspec, const char **path) in kboot_getdev()
|
| /NextBSD/sys/boot/common/ |
| HD | disk.c | 480 disk_parsedev(struct disk_devdesc *dev, const char *devspec, const char **path) in disk_parsedev()
|