Home
last modified time | relevance | path

Searched refs:pid_return (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c330 pid_t pid_return; in unmount_client() local
374 pid_return = waitpid(pid, &status, 0); in unmount_client()
376 if (pid_return != pid) { in unmount_client()
377 logerr(WRN_BAD_WAIT, pid, pid_return, in unmount_client()
450 pid_t pid_return; in mount_client() local
501 pid_return = waitpid(pid, &status, 0); in mount_client()
503 if (pid_return != pid) { in mount_client()
504 logerr(WRN_BAD_WAIT, pid, pid_return, in mount_client()