Home
last modified time | relevance | path

Searched refs:file_system_ustarfs (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/newsmips/stand/boot/
Ddevopen.c61 struct fs_ops file_system_ustarfs = FS_OPS(ustarfs); variable
106 file_system[1] = file_system_ustarfs; in devopen()
/netbsd/src/sys/arch/x68k/stand/boot/
Dboot.c74 extern struct fs_ops file_system_ustarfs[];
208 fs = &file_system_ustarfs[0]; in doboot()
Dconf.c60 struct fs_ops file_system_ustarfs[] = { variable
/netbsd/src/sys/arch/macppc/stand/ofwboot/
Dofdev.c127 static struct fs_ops file_system_ustarfs = FS_OPS(ustarfs); variable
484 file_system[4] = file_system_ustarfs; in devopen()