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

  /src/sys/kern/
kern_hook.c 286 exithook_establish(void (*fn)(struct proc *, void *), void *arg) function in typeref:typename:void *
sysv_sem.c 91 void *hook; /* cookie from exithook_establish() */
155 hook = exithook_establish(semexit, NULL);
sys_aio.c 236 aio_ehook = exithook_establish(aio_exit, NULL);
  /src/sys/miscfs/procfs/
procfs_vfsops.c 657 procfs_exithook = exithook_establish(procfs_exechook_cb,
  /src/sys/sys/
systm.h 601 void *exithook_establish(void (*)(struct proc *, void *), void *);

Completed in 15 milliseconds