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

  /src/sys/arch/ofppc/stand/ofwboot/
ofdev.c 176 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
308 file_system[1] = file_system_cd9660;
ofdev.c 176 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
308 file_system[1] = file_system_cd9660;
  /src/sys/arch/shark/stand/ofwboot/
ofdev.c 159 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
326 file_system[1] = file_system_cd9660;
ofdev.c 159 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
326 file_system[1] = file_system_cd9660;
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 207 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
597 memcpy(&file_system[nfsys++], &file_system_cd9660, sizeof file_system[0]);
ofdev.c 207 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
597 memcpy(&file_system[nfsys++], &file_system_cd9660, sizeof file_system[0]);
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 128 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
485 file_system[5] = file_system_cd9660;
ofdev.c 128 static struct fs_ops file_system_cd9660 = FS_OPS(cd9660); variable in typeref:struct:fs_ops
485 file_system[5] = file_system_cd9660;

Completed in 27 milliseconds