Home
last modified time | relevance | path

Searched refs:arch_getdev (Results 1 – 7 of 7) sorted by relevance

/dragonfly/stand/boot/common/
H A Ddevopen.c45 if ((result = archsw.arch_getdev((void *)&dev, fname, file)) == 0) { /* get the device */ in devopen()
H A Dls.c149 if (archsw.arch_getdev(NULL, path, &cp)) { in ls_getdir()
H A Dbootstrap.h303 int (*arch_getdev)(void **dev, const char *name, const char **path); member
H A Dmodule.c716 archsw.arch_getdev(NULL, name, &cp); in file_havepath()
/dragonfly/stand/boot/pc32/loader/
H A Dmain.c273 archsw.arch_getdev = i386_getdev; in main()
/dragonfly/stand/boot/efi/loader/
H A Dbootinfo.c363 archsw.arch_getdev((void**)(&rootdev), rootdevname, NULL); in bi_load()
H A Dmain.c205 archsw.arch_getdev = efi_getdev; in main()