Searched defs:pidfile (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | daemon.c | 274 static long read_pid_file(const char *pidfile) in read_pid_file() 292 static int write_pid_file(const char *pidfile) in write_pid_file() 314 int state_daemon_kill(const char *pidfile, const char *cmd) in state_daemon_kill() 342 static int check_another_instance(const char *pidfile) in check_another_instance() 360 const char *pidfile) in state_daemon()
|
D | alsactl.c | 240 char *pidfile = SYS_PIDFILE; in main() local
|
/third_party/lz4/tests/ |
D | test-lz4-speed.py | 308 pidfile = "./speedTest.pid" variable
|
/third_party/curl/tests/server/ |
D | util.c | 274 FILE *pidfile; in write_pidfile() local
|
/third_party/toybox/toys/pending/ |
D | dhcp6.c | 407 int pidfile = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0666); in write_pid() local
|
D | dhcpd.c | 260 char *pidfile; member 464 int pidfile = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0666); in write_pid() local
|
D | dhcp.c | 349 int pidfile = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0666); in write_pid() local
|
/third_party/toybox/lib/ |
D | xwrap.c | 778 char pidfile[256], spid[32]; in xpidfile() local
|
/third_party/toybox/generated/ |
D | globals.h | 543 char *pidfile; member 559 char *interface_name, *pidfile, *script; member
|