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

  /src/sys/sys/
fileassoc.h 40 typedef void (*fileassoc_cleanup_cb_t)(void *); typedef
43 int fileassoc_register(const char *, fileassoc_cleanup_cb_t, fileassoc_t *);
  /src/sys/kern/
kern_fileassoc.c 64 fileassoc_cleanup_cb_t assoc_cleanup_cb; /* Clear callback. */
162 fileassoc_cleanup_cb_t cb;
234 fileassoc_register(const char *name, fileassoc_cleanup_cb_t cleanup_cb,
kern_veriexec.c 341 (fileassoc_cleanup_cb_t)veriexec_file_free, &veriexec_hook);

Completed in 18 milliseconds