Home
last modified time | relevance | path

Searched refs:file_system_nfs (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/arch/luna88k/stand/boot/
H A Dsamachdep.h68 extern struct fs_ops file_system_nfs[];
H A Dconf.c111 struct fs_ops file_system_nfs[] = { FS_OPS(nfs) }; variable
H A Ddevopen.c115 file_system[0] = file_system_nfs[0]; in devopen()
/openbsd-src/sys/arch/macppc/stand/
H A Dofdev.c158 static struct fs_ops file_system_nfs = { variable
374 bcopy(&file_system_nfs, file_system, sizeof file_system[0]); in devopen()
/openbsd-src/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c215 static struct fs_ops file_system_nfs = { variable
702 bcopy(&file_system_nfs, file_system, sizeof file_system[0]); in devopen()