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

/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dfsshare.c51 pid_t mountdpid; local
53 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid);
63 /* We have mountd(8) PID in mountdpid varible. */
64 kill(mountdpid, SIGHUP);
/freebsd-9.3-release/sbin/mount/
H A Dmount.c224 pid_t mountdpid; local
226 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid);
236 /* We have mountd(8) PID in mountdpid varible, let's signal it. */
237 if (kill(mountdpid, SIGHUP) == -1)

Completed in 46 milliseconds