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

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

Completed in 240 milliseconds