| Home | Sort by: relevance | last modified time | path |
| /src/sys/arch/i386/stand/pxeboot/ | |
| conf.c | 58 struct fs_ops file_system_tftp = FS_OPS(tftp); variable in typeref:struct:fs_ops 66 { "tftp", &file_system_tftp }, |
| /src/sys/arch/i386/stand/efiboot/ | |
| conf.c | 117 struct fs_ops file_system_tftp = FS_OPS(tftp); variable in typeref:struct:fs_ops 126 { "tftp", &file_system_tftp }, |
| /src/sys/arch/sparc/stand/ofwboot/ | |
| ofdev.c | 211 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]); |