Searched defs:devspec (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/boot/efi/loader/ |
| D | devicename.c | 53 efi_getdev(void **vdev, const char *devspec, const char **path) in efi_getdev() 87 efi_parsedev(struct devdesc **dev, const char *devspec, const char **path) in efi_parsedev()
|
| /freebsd-10-stable/sys/boot/ia64/common/ |
| D | devicename.c | 47 ia64_getdev(void **vdev, const char *devspec, const char **path) in ia64_getdev() 81 ia64_parsedev(struct devdesc **dev, const char *devspec, const char **path) in ia64_parsedev()
|
| /freebsd-10-stable/sys/boot/userboot/userboot/ |
| D | 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()
|
| /freebsd-10-stable/sys/boot/ofw/libofw/ |
| D | 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()
|
| /freebsd-10-stable/sys/boot/uboot/lib/ |
| D | 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()
|
| /freebsd-10-stable/sys/boot/i386/libi386/ |
| D | 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()
|
| /freebsd-10-stable/sys/boot/powerpc/ps3/ |
| D | 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()
|
| /freebsd-10-stable/sys/boot/zfs/ |
| D | devicename_stubs.c | 35 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) in zfs_parsedev()
|
| D | zfs.c | 600 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) in zfs_parsedev()
|
| /freebsd-10-stable/sys/boot/common/ |
| D | disk.c | 444 disk_parsedev(struct disk_devdesc *dev, const char *devspec, const char **path) in disk_parsedev()
|