HomeSort by: relevance | last modified time | path
    Searched defs:file_system_tftp (Results 1 - 6 of 6) sorted by relevancy

  /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 },
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/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 },
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/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]);
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]);

Completed in 22 milliseconds