Home
last modified time | relevance | path

Searched refs:dpr_close (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c419 if (dpr->dpr_close == DT_CLOSE_KILL) in dt_proc_control()
495 if (dpr->dpr_quit && dpr->dpr_close == DT_CLOSE_KILL) { in dt_proc_control()
587 switch (dpr->dpr_close) { in dt_proc_destroy()
764 dpr->dpr_close = DT_CLOSE_KILL; in dt_proc_create()
829 dpr->dpr_close = DT_CLOSE_RUN; in dt_proc_grab()
H A Ddt_proc.h68 enum dt_close_action dpr_close; /* do this to child when exiting */ member