Home
last modified time | relevance | path

Searched refs:pidfile_read (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libutil/
H A Dpidfile.c135 pidfile_read(const char *path) in pidfile_read() function
209 if ((pid = pidfile_read(path)) != -1) in pidfile_lock()
H A DMakefile72 MLINKS+=pidfile.3 pidfile_read.3
/netbsd-src/include/
H A Dutil.h108 pid_t pidfile_read(const char *);
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.c1891 pid = pidfile_read(ctx->pidfile); in dhcpcd_pidfile_timeout()
2248 pid = pidfile_read(ctx.pidfile); in main()