Home
last modified time | relevance | path

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

/Linux-v4.19/tools/usb/usbip/src/
Dusbipd.c476 static const char *pid_file; variable
480 if (pid_file) { in write_pid_file()
481 dbg("creating pid file %s", pid_file); in write_pid_file()
484 fp = fopen(pid_file, "w"); in write_pid_file()
487 pid_file, errno, strerror(errno)); in write_pid_file()
497 if (pid_file) { in remove_pid_file()
498 dbg("removing pid file %s", pid_file); in remove_pid_file()
499 unlink(pid_file); in remove_pid_file()
624 pid_file = NULL; in main()
657 pid_file = optarg ? optarg : DEFAULT_PID_FILE; in main()