Searched refs:pid_return (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 326 pid_t pid_return; in unmount_client() local 370 pid_return = waitpid(pid, &status, 0); in unmount_client() 372 if (pid_return != pid) { in unmount_client() 373 logerr(WRN_BAD_WAIT, pid, pid_return, in unmount_client() 446 pid_t pid_return; in mount_client() local 497 pid_return = waitpid(pid, &status, 0); in mount_client() 499 if (pid_return != pid) { in mount_client() 500 logerr(WRN_BAD_WAIT, pid, pid_return, in mount_client()
|