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

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c316 Psetrun(P, 0, 0) != 0) { /* can't restart */
320 dprintf("Pcreate: Psetrun failed: %s\n",
338 if (Psetrun(P, 0, PRSABORT) == -1) {
339 dprintf("Pcreate: Psetrun failed: %s\n", strerror(errno));
372 (void) Psetrun(P, 0, 0);
393 (void) Psetrun(P, 0, 0);
1505 (void) Psetrun(P, SIGKILL, 0);
1553 if (Psetrun(P, 0, 0) == -1 && errno == EBUSY)
1898 Psetrun(struct ps_prochandle *P, function
1963 dprintf("Psetrun
[all...]

Completed in 21 milliseconds