pid_file 464 tools/usb/usbip/src/usbipd.c static const char *pid_file; pid_file 468 tools/usb/usbip/src/usbipd.c if (pid_file) { pid_file 469 tools/usb/usbip/src/usbipd.c dbg("creating pid file %s", pid_file); pid_file 472 tools/usb/usbip/src/usbipd.c fp = fopen(pid_file, "w"); pid_file 475 tools/usb/usbip/src/usbipd.c pid_file, errno, strerror(errno)); pid_file 485 tools/usb/usbip/src/usbipd.c if (pid_file) { pid_file 486 tools/usb/usbip/src/usbipd.c dbg("removing pid file %s", pid_file); pid_file 487 tools/usb/usbip/src/usbipd.c unlink(pid_file); pid_file 612 tools/usb/usbip/src/usbipd.c pid_file = NULL; pid_file 645 tools/usb/usbip/src/usbipd.c pid_file = optarg ? optarg : DEFAULT_PID_FILE;