Searched refs:exithook_establish (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/kern/
H A Dkern_hook.c286 exithook_establish(void (*fn)(struct proc *, void *), void *arg) function
H A Dsys_aio.c148 aio_ehook = exithook_establish(aio_exit, NULL);
H A Dsysv_sem.c91 void *hook; /* cookie from exithook_establish() */
155 hook = exithook_establish(semexit, NULL);
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_vfsops.c648 procfs_exithook = exithook_establish(procfs_exechook_cb,
/netbsd-current/sys/sys/
H A Dsystm.h601 void *exithook_establish(void (*)(struct proc *, void *), void *);

Completed in 202 milliseconds