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 37 typedef void (*fileassoc_cleanup_cb_t)(void *); typedef in typeref:typename:void (*)(void *)
40 int fileassoc_register(const char *, fileassoc_cleanup_cb_t, fileassoc_t *);
  /src/sys/kern/
kern_fileassoc.c 61 fileassoc_cleanup_cb_t assoc_cleanup_cb; /* Clear callback. */
159 fileassoc_cleanup_cb_t cb;
231 fileassoc_register(const char *name, fileassoc_cleanup_cb_t cleanup_cb,
kern_veriexec.c 336 (fileassoc_cleanup_cb_t)veriexec_file_free, &veriexec_hook);

Completed in 12 milliseconds