Searched refs:DEFAULT_PID_FILE (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/usb/usbip/src/
H A Dusbipd.c47 #define DEFAULT_PID_FILE "/var/run/" PROGNAME ".pid" macro
73 " If no FILE specified, use " DEFAULT_PID_FILE "\n"
645 pid_file = optarg ? optarg : DEFAULT_PID_FILE;

Completed in 119 milliseconds