Home
last modified time | relevance | path

Searched refs:efi_getdev (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defiboot.h58 extern int efi_getdev(void **vdev, const char *devspec, const char **path);
H A Ddevicename.c52 efi_getdev(void **vdev, const char *devspec, const char **path) in efi_getdev() function
H A Dbootinfo.c234 efi_getdev((void **)(&rootdev), rootdevname, NULL); in bi_load()
/netbsd-src/sys/arch/ia64/stand/ia64/efi/
H A Dmain.c176 archsw.arch_getdev = efi_getdev; in main()