Searched refs:dpr_close (Results 1 – 2 of 2) sorted by relevance
419 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()
68 enum dt_close_action dpr_close; /* do this to child when exiting */ member