Searched refs:fileassoc_file (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/kern/
H A Dkern_fileassoc.c68 struct fileassoc_file { struct
72 LIST_ENTRY(fileassoc_file) faf_list; /* List pointer. */
75 LIST_HEAD(fileassoc_hash_entry, fileassoc_file);
140 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc)
148 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc,
157 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc)
171 file_free(struct fileassoc_file *faf)
194 struct fileassoc_file *faf;
295 static struct fileassoc_file *
300 struct fileassoc_file *fa
[all...]

Completed in 188 milliseconds