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

12

/freebsd-current/cddl/usr.sbin/zfsd/
H A Dzfsd.h60 struct pidfh;
201 static pidfh *s_pidFH;
H A Dzfsd.cc95 pidfh *ZfsDaemon::s_pidFH;
/freebsd-current/sbin/hastd/
H A Dhastd.h44 extern struct pidfh *pfh;
H A Dhastd.c71 struct pidfh *pfh;
486 struct pidfh *newpfh;
/freebsd-current/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-current/lib/libutil/
H A Dpidfile.c47 struct pidfh { struct
56 static int _pidfile_remove(struct pidfh *pfh, int freeit);
59 pidfile_verify(const struct pidfh *pfh)
121 struct pidfh *
125 struct pidfh *pfh;
230 pidfile_write(struct pidfh *pfh)
270 pidfile_close(struct pidfh *pfh)
294 _pidfile_remove(struct pidfh *pfh, int freeit)
325 pidfile_remove(struct pidfh *pfh)
332 pidfile_fileno(const struct pidfh *pf
[all...]
H A Dlibutil.h83 struct pidfh;
121 int pidfile_close(struct pidfh *_pfh);
122 int pidfile_fileno(const struct pidfh *_pfh);
124 struct pidfh *
126 int pidfile_remove(struct pidfh *_pfh);
127 int pidfile_write(struct pidfh *_pfh);
/freebsd-current/usr.sbin/cron/cron/
H A Dglobals.h63 XTRN struct pidfh *pfh;
H A Dcron.c49 struct pidfh *pfh;
/freebsd-current/tools/build/cross-build/include/linux/
H A Dlibutil.h44 struct pidfh;
/freebsd-current/usr.sbin/autofs/
H A Dautomountd.c434 struct pidfh *pidfh; local
483 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
484 if (pidfh == NULL) {
508 pidfile_remove(pidfh);
515 pidfile_write(pidfh);
558 pidfile_close(pidfh);
562 pidfile_close(pidfh);
H A Dautounmountd.c264 struct pidfh *pidfh; local
302 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
303 if (pidfh == NULL) {
315 pidfile_remove(pidfh);
320 pidfile_write(pidfh);
/freebsd-current/lib/libutil/tests/
H A Dpidfile_test.c61 struct pidfh *pf;
87 struct pidfh *pf1, *pf2;
127 struct pidfh *pf = NULL;
270 struct pidfh *pfh;
/freebsd-current/usr.sbin/iscsid/
H A Discsid.c695 struct pidfh *pidfh; local
729 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
730 if (pidfh == NULL) {
753 pidfile_remove(pidfh);
758 pidfile_write(pidfh);
801 pidfile_close(pidfh);
/freebsd-current/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c172 struct pidfh *pfh;
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dbtpand.h110 struct pidfh *pfh;
/freebsd-current/usr.sbin/nvmfd/
H A Dnvmfd.c150 struct pidfh *pfh;
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h275 extern struct pidfh *pfh;
H A Dauditdistd.c89 struct pidfh *pfh;
/freebsd-current/usr.sbin/daemon/
H A Ddaemon.c82 struct pidfh *parent_pidfh;
83 struct pidfh *child_pidfh;
/freebsd-current/usr.sbin/ctld/
H A Dctld.h220 struct pidfh *conf_pidfh;
/freebsd-current/sbin/dhclient/
H A Ddhcpd.h369 extern struct pidfh *pidfile;
/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c121 struct pidfh *pfh;
/freebsd-current/usr.sbin/rtsold/
H A Drtsold.c104 static struct pidfh *pfh;
/freebsd-current/usr.sbin/powerd/
H A Dpowerd.c489 struct pidfh *pfh = NULL;

Completed in 196 milliseconds

12