Home
last modified time | relevance | path

Searched defs:devspec (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/boot/efi/loader/
HDdevicename.c47 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/
HDdevicename.c49 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/
HDdevicename.c46 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/
HDdevicename.c45 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/
HDdevicename.c44 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/
HDdevicename.c45 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/
HDdevicename.c48 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/
HDdevicename_stubs.c35 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) in zfs_parsedev()
HDzfs.c600 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) in zfs_parsedev()
/NextBSD/sys/boot/powerpc/kboot/
HDmain.c57 kboot_getdev(void **vdev, const char *devspec, const char **path) in kboot_getdev()
/NextBSD/sys/boot/common/
HDdisk.c480 disk_parsedev(struct disk_devdesc *dev, const char *devspec, const char **path) in disk_parsedev()