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

  /src/sys/arch/x68k/stand/boot/
conf.c 60 struct fs_ops file_system_ustarfs[] = { variable in typeref:struct:fs_ops[]
  /src/sys/arch/newsmips/stand/boot/
devopen.c 61 struct fs_ops file_system_ustarfs = FS_OPS(ustarfs); variable in typeref:struct:fs_ops
106 file_system[1] = file_system_ustarfs;
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 127 static struct fs_ops file_system_ustarfs = FS_OPS(ustarfs); variable in typeref:struct:fs_ops
484 file_system[4] = file_system_ustarfs;

Completed in 11 milliseconds