HomeSort by: relevance | last modified time | path
    Searched refs:fileassoc_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
fileassoc.h 39 typedef struct fileassoc *fileassoc_t; typedef in typeref:struct:fileassoc
43 int fileassoc_register(const char *, fileassoc_cleanup_cb_t, fileassoc_t *);
44 int fileassoc_deregister(fileassoc_t);
45 void *fileassoc_lookup(struct vnode *, fileassoc_t);
47 int fileassoc_table_clear(struct mount *, fileassoc_t);
49 int fileassoc_add(struct vnode *, fileassoc_t, void *);
50 int fileassoc_clear(struct vnode *, fileassoc_t);
51 int fileassoc_table_run(struct mount *, fileassoc_t, fileassoc_cb_t, void *);
  /src/sys/kern/
kern_fileassoc.c 235 fileassoc_t *result)
265 fileassoc_deregister(fileassoc_t assoc)
343 fileassoc_lookup(struct vnode *vp, fileassoc_t assoc)
453 fileassoc_table_run(struct mount *mp, fileassoc_t assoc, fileassoc_cb_t cb,
482 fileassoc_table_clear(struct mount *mp, fileassoc_t assoc)
598 fileassoc_add(struct vnode *vp, fileassoc_t assoc, void *data)
627 fileassoc_clear(struct vnode *vp, fileassoc_t assoc)
kern_veriexec.c 118 static fileassoc_t veriexec_hook;

Completed in 35 milliseconds