Searched refs:pidfh (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.h62 struct pidfh;
203 static pidfh *s_pidFH;
H A Dzfsd.cc98 pidfh *ZfsDaemon::s_pidFH;
/freebsd-13-stable/sbin/hastd/
H A Dhastd.h46 extern struct pidfh *pfh;
H A Dhastd.c74 struct pidfh *pfh;
489 struct pidfh *newpfh;
/freebsd-13-stable/lib/libutil/
H A Dpidfile.c48 struct pidfh { struct
57 static int _pidfile_remove(struct pidfh *pfh, int freeit);
60 pidfile_verify(const struct pidfh *pfh)
102 struct pidfh *
106 struct pidfh *pfh;
222 pidfile_write(struct pidfh *pfh)
262 pidfile_close(struct pidfh *pfh)
286 _pidfile_remove(struct pidfh *pfh, int freeit)
317 pidfile_remove(struct pidfh *pfh)
324 pidfile_fileno(const struct pidfh *pf
[all...]
H A Dlibutil.h85 struct pidfh;
121 int pidfile_close(struct pidfh *_pfh);
122 int pidfile_fileno(const struct pidfh *_pfh);
123 struct pidfh *
125 int pidfile_remove(struct pidfh *_pfh);
126 int pidfile_write(struct pidfh *_pfh);
/freebsd-13-stable/contrib/openbsm/compat/
H A Dpidfile.h44 struct pidfh { struct
51 static int _pidfile_remove(struct pidfh *pfh, int freeit);
54 pidfile_verify(const struct pidfh *pfh)
96 static struct pidfh *
99 struct pidfh *pfh;
186 pidfile_write(struct pidfh *pfh)
226 pidfile_close(struct pidfh *pfh)
247 _pidfile_remove(struct pidfh *pfh, int freeit)
275 pidfile_remove(struct pidfh *pfh)
283 pidfile_fileno(const struct pidfh *pf
[all...]
/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dlibutil.h47 struct pidfh;
/freebsd-13-stable/usr.sbin/autofs/
H A Dautomountd.c437 struct pidfh *pidfh; local
486 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
487 if (pidfh == NULL) {
511 pidfile_remove(pidfh);
518 pidfile_write(pidfh);
561 pidfile_close(pidfh);
565 pidfile_close(pidfh);
H A Dautounmountd.c267 struct pidfh *pidfh; local
305 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
306 if (pidfh == NULL) {
318 pidfile_remove(pidfh);
323 pidfile_write(pidfh);
/freebsd-13-stable/lib/libutil/tests/
H A Dpidfile_test.c64 struct pidfh *pf;
90 struct pidfh *pf1, *pf2;
130 struct pidfh *pf = NULL;
273 struct pidfh *pfh;
/freebsd-13-stable/usr.sbin/daemon/
H A Ddaemon.c75 static void open_pid_files(const char *, const char *, struct pidfh **,
76 struct pidfh **);
93 struct pidfh *ppfh, *pfh;
416 struct pidfh **pfh, struct pidfh **ppfh)
/freebsd-13-stable/usr.sbin/iscsid/
H A Discsid.c579 struct pidfh *pidfh; local
613 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
614 if (pidfh == NULL) {
637 pidfile_remove(pidfh);
642 pidfile_write(pidfh);
685 pidfile_close(pidfh);
/freebsd-13-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.h111 struct pidfh *pfh;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h275 extern struct pidfh *pfh;
H A Dauditdistd.c89 struct pidfh *pfh;
/freebsd-13-stable/usr.sbin/cron/cron/
H A Dcron.h313 extern struct pidfh *pfh;
H A Dcron.c55 struct pidfh *pfh;
/freebsd-13-stable/sbin/dhclient/
H A Ddhcpd.h370 extern struct pidfh *pidfile;
/freebsd-13-stable/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c423 struct pidfh *pfh;
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.h221 struct pidfh *conf_pidfh;
/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c123 struct pidfh *pfh;
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dos_unix.c234 struct pidfh *pfh;
/freebsd-13-stable/usr.sbin/nscd/
H A Dnscd.c602 struct pidfh *pidfile;
/freebsd-13-stable/usr.sbin/powerd/
H A Dpowerd.c492 struct pidfh *pfh = NULL;

Completed in 232 milliseconds

12