Searched refs:fileassoc_t (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | fileassoc.h | 36 typedef struct fileassoc *fileassoc_t; typedef 40 int fileassoc_register(const char *, fileassoc_cleanup_cb_t, fileassoc_t *); 41 int fileassoc_deregister(fileassoc_t); 42 void *fileassoc_lookup(struct vnode *, fileassoc_t); 44 int fileassoc_table_clear(struct mount *, fileassoc_t); 46 int fileassoc_add(struct vnode *, fileassoc_t, void *); 47 int fileassoc_clear(struct vnode *, fileassoc_t); 48 int fileassoc_table_run(struct mount *, fileassoc_t, fileassoc_cb_t, void *);
|
/netbsd-src/sys/kern/ |
H A D | kern_fileassoc.c | 232 fileassoc_t *result) in fileassoc_register() 262 fileassoc_deregister(fileassoc_t assoc) in fileassoc_deregister() 340 fileassoc_lookup(struct vnode *vp, fileassoc_t assoc) in fileassoc_lookup() 450 fileassoc_table_run(struct mount *mp, fileassoc_t assoc, fileassoc_cb_t cb, in fileassoc_table_run() 479 fileassoc_table_clear(struct mount *mp, fileassoc_t assoc) in fileassoc_table_clear() 595 fileassoc_add(struct vnode *vp, fileassoc_t assoc, void *data) in fileassoc_add() 624 fileassoc_clear(struct vnode *vp, fileassoc_t assoc) in fileassoc_clear()
|
H A D | kern_veriexec.c | 113 static fileassoc_t veriexec_hook;
|