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

  /src/sys/kern/
kern_fileassoc.c 68 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 *faf
    [all...]
kern_fileassoc.c 68 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 *faf
    [all...]

Completed in 26 milliseconds