pid_lookup
VERIFY3P(pid_lookup(pid), ==, NULL);
if (pid_lookup(newpid) == NULL)
pidp = pid_lookup(pid);
pidp = pid_lookup(pgid);
if (pgid == 0 || (pidp = pid_lookup(pgid)) == NULL) {