Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Ddevopen.c42 result = archsw.arch_getdev((void **)&dev, fname, file); in devopen()
H A Dls.c173 if (archsw.arch_getdev(NULL, path, &cp)) { in ls_getdir()
H A Dbootstrap.h337 int (*arch_getdev)(void **dev, const char *name, const char **path); member
H A Dmodule.c1109 archsw.arch_getdev(NULL, name, &cp); in file_havepath()
/freebsd/stand/powerpc/ofw/
H A Dmain.c43 .arch_getdev = ofw_getdev,
/freebsd/stand/userboot/userboot/
H A Dmain.c60 .arch_getdev = userboot_getdev,
/freebsd/stand/i386/loader/
H A Dmain.c74 .arch_getdev = i386_getdev,
/freebsd/stand/efi/loader/
H A Dbootinfo.c375 archsw.arch_getdev((void**)(&rootdev), rootdevname, NULL); in bi_load()
H A Dmain.c85 .arch_getdev = efi_getdev,
/freebsd/stand/uboot/
H A Dmain.c44 .arch_getdev = uboot_getdev,
/freebsd/stand/kboot/kboot/
H A Dmain.c48 .arch_getdev = kboot_getdev,
/freebsd/stand/i386/gptzfsboot/
H A Dzfsboot.c140 .arch_getdev = i386_getdev,
/freebsd/stand/libsa/zfs/
H A Dzfs.c853 archsw.arch_getdev((void **)&dev, NULL, NULL); in zfs_nvstore_sethook()
872 archsw.arch_getdev((void **)&dev, NULL, NULL); in zfs_nvstore_unsethook()