Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c90 static struct pidfh *rpctls_pfh = NULL; variable
137 rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 0600, &otherpid); in main()
138 if (rpctls_pfh == NULL) { in main()
235 pidfile_write(rpctls_pfh); in main()
467 pidfile_remove(rpctls_pfh); in rpctlscd_terminate()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c94 static struct pidfh *rpctls_pfh = NULL; variable
163 rpctls_pfh = pidfile_open(_PATH_RPCTLSSDPID, 0600, &otherpid); in main()
164 if (rpctls_pfh == NULL) { in main()
317 pidfile_write(rpctls_pfh); in main()
629 pidfile_remove(rpctls_pfh); in rpctls_cleanup_term()