Searched defs:Psetrun (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 567 Psetrun(P, 0, 0) != 0) { /* can't restart */ 571 dprintf("Pcreate: Psetrun failed: %s\n", 589 if (Psetrun(P, 0, PRSABORT) == -1) { 590 dprintf("Pcreate: Psetrun failed: %s\n", strerror(errno)); 623 (void) Psetrun(P, 0, 0); 644 (void) Psetrun(P, 0, 0); 1700 (void) Psetrun(P, SIGKILL, 0); 1748 if (Psetrun(P, 0, 0) == -1 && errno == EBUSY) 2093 Psetrun(struct ps_prochandle *P, function 2158 dprintf("Psetrun [all...] |
Completed in 50 milliseconds