Searched defs:pt_fork (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c121 static mdb_tgt_se_f pt_fork; variable
458 (void) mdb_tgt_add_sysexit(t, SYS_vfork, hflag, pt_fork, NULL);
459 (void) mdb_tgt_add_sysexit(t, SYS_forksys, hflag, pt_fork, NULL);
611 pt_fork(mdb_tgt_t *t, int vid, void *private) function
692 * At the time pt_fork() is called, the target event engine has already

Completed in 74 milliseconds