Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dconf.c58 struct fs_ops file_system_tftp = FS_OPS(tftp); variable
66 { "tftp", &file_system_tftp },
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dconf.c117 struct fs_ops file_system_tftp = FS_OPS(tftp); variable
126 { "tftp", &file_system_tftp },
H A Ddevopen.h34 extern struct fs_ops file_system_tftp;
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dofdev.c211 static struct fs_ops file_system_tftp = FS_OPS(tftp); variable
613 memcpy(&file_system[0], &file_system_tftp, sizeof file_system[0]); in devopen()