Home
last modified time | relevance | path

Searched defs:ukfs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libukfs/
H A Dukfs.c71 struct ukfs { struct
72 pthread_spinlock_t ukfs_spin; argument
74 struct mount *ukfs_mp; argument
75 struct lwp *ukfs_lwp; argument
76 void *ukfs_specific; argument
78 int ukfs_devfd; argument
80 char *ukfs_devpath; argument
81 char *ukfs_mountpath; argument
82 char *ukfs_cwd; argument
84 struct ukfs_part *ukfs_part; argument
[all …]
/netbsd-src/lib/libp2k/
H A Dp2k.c417 struct ukfs *ukfs = NULL; in setupfs() local