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

12

/freebsd-9.3-release/lib/libutil/
H A Dpidfile.c44 struct pidfh { struct
51 static int _pidfile_remove(struct pidfh *pfh, int freeit);
54 pidfile_verify(const struct pidfh *pfh)
96 struct pidfh *
99 struct pidfh *pfh;
168 pidfile_write(struct pidfh *pfh)
208 pidfile_close(struct pidfh *pfh)
229 _pidfile_remove(struct pidfh *pfh, int freeit)
257 pidfile_remove(struct pidfh *pfh)
264 pidfile_fileno(const struct pidfh *pf
[all...]
H A Dlibutil.h83 struct pidfh;
114 int pidfile_close(struct pidfh *_pfh);
115 int pidfile_fileno(const struct pidfh *_pfh);
116 struct pidfh *
118 int pidfile_remove(struct pidfh *_pfh);
119 int pidfile_write(struct pidfh *_pfh);
/freebsd-9.3-release/libexec/lukemftpd/
H A Dnbsd_pidfile.h9 struct pidfh *pfh;
/freebsd-9.3-release/sbin/hastd/
H A Dhastd.h44 extern struct pidfh *pfh;
H A Dhastd.c72 struct pidfh *pfh;
487 struct pidfh *newpfh;
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dpidfile.h45 struct pidfh { struct
52 static int _pidfile_remove(struct pidfh *pfh, int freeit);
55 pidfile_verify(const struct pidfh *pfh)
97 static struct pidfh *
100 struct pidfh *pfh;
187 pidfile_write(struct pidfh *pfh)
227 pidfile_close(struct pidfh *pfh)
248 _pidfile_remove(struct pidfh *pfh, int freeit)
276 pidfile_remove(struct pidfh *pfh)
284 pidfile_fileno(const struct pidfh *pf
[all...]
/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-pidfile.c63 struct pidfh *pf;
89 struct pidfh *pf1, *pf2;
129 struct pidfh *pf = NULL;
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dfsshare.c50 struct pidfh *pfh;
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h262 extern struct pidfh *pfh;
H A Dauditdistd.c91 struct pidfh *pfh;
/freebsd-9.3-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.h109 struct pidfh *pfh;
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dcron.h296 extern struct pidfh *pfh;
H A Dcron.c50 struct pidfh *pfh;
/freebsd-9.3-release/usr.sbin/daemon/
H A Ddaemon.c56 struct pidfh *ppfh, *pfh;
/freebsd-9.3-release/usr.sbin/watchdogd/
H A Dwatchdogd.c80 struct pidfh *pfh;
/freebsd-9.3-release/sbin/dhclient/
H A Ddhcpd.h358 extern struct pidfh *pidfile;
/freebsd-9.3-release/sbin/mount/
H A Dmount.c223 struct pidfh *pfh;
/freebsd-9.3-release/usr.sbin/nscd/
H A Dnscd.c595 struct pidfh *pidfile;
/freebsd-9.3-release/usr.sbin/powerd/
H A Dpowerd.c448 struct pidfh *pfh = NULL;
/freebsd-9.3-release/usr.sbin/uhsoctl/
H A Duhsoctl.c110 struct pidfh *pfh;
1290 struct pidfh *pfh;
/freebsd-9.3-release/sbin/devd/
H A Ddevd.cc127 static struct pidfh *pfh;
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c106 static struct pidfh *pidfile_fh;
/freebsd-9.3-release/usr.sbin/route6d/
H A Droute6d.c303 FILE *pidfh; local
447 if ((pidfh = fopen(pidfile, "w")) != NULL) {
448 fprintf(pidfh, "%d\n", pid);
449 fclose(pidfh);
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c279 struct pidfh *pfh = NULL;
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.c97 static struct pidfh *pfh;

Completed in 158 milliseconds

12