Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlibutil.h123 int pidfile_signal(const char *pathp, int sig, pid_t *pidptr);
H A Dpidfile.c343 pidfile_signal(const char *pathp, int sig, pid_t *pidptr) in pidfile_signal() function
/freebsd/sbin/mount/
H A Dmount.c200 pidfile_signal(_PATH_MOUNTDPID, SIGHUP, NULL); in restart_mountd()