Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbipd.c464 static const char *pid_file; variable
468 if (pid_file) { in write_pid_file()
469 dbg("creating pid file %s", pid_file); in write_pid_file()
472 fp = fopen(pid_file, "w"); in write_pid_file()
474 err("pid_file: %s: %d (%s)", in write_pid_file()
475 pid_file, errno, strerror(errno)); in write_pid_file()
485 if (pid_file) { in remove_pid_file()
486 dbg("removing pid file %s", pid_file); in remove_pid_file()
487 unlink(pid_file); in remove_pid_file()
612 pid_file in main()
[all...]
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbipd.c464 static const char *pid_file; variable
468 if (pid_file) { in write_pid_file()
469 dbg("creating pid file %s", pid_file); in write_pid_file()
472 fp = fopen(pid_file, "w"); in write_pid_file()
474 err("pid_file: %s: %d (%s)", in write_pid_file()
475 pid_file, errno, strerror(errno)); in write_pid_file()
485 if (pid_file) { in remove_pid_file()
486 dbg("removing pid file %s", pid_file); in remove_pid_file()
487 unlink(pid_file); in remove_pid_file()
612 pid_file in main()
[all...]

Completed in 3 milliseconds