Searched refs:fuserpid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c743 int fuserpid; local
800 if (fscanf(ptr, "%d", &fuserpid) > 0) {
802 fuserpid);
809 dprintf("%d psinfo failed", fuserpid);
817 fuserpid);
823 fuserpid);
827 dprintf("(%d)\n", fuserpid);
829 kill((pid_t)fuserpid, SIGKILL)) == -1) {
830 dprintf("kill %d", fuserpid);

Completed in 60 milliseconds