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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c164 static int grab_process(pr_info_handle_t *p, int *gret);
2130 if (grab_process(p, gret) != 0)
2217 ret = grab_process(p, gret);
2248 * If grab_process() returns no errors (0), then release_process()
2257 grab_process(pr_info_handle_t *p, int *gret) function
2281 * is done. This function should only be called if grab_process()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3814 * If grab_process() returns no errors (0), then release_process()
3823 grab_process(pr_info_handle_t *p) function
3848 * is done. This function should only be called if grab_process()
3894 if (grab_process(p) != 0)

Completed in 81 milliseconds