Home
last modified time | relevance | path

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

/Linux-v4.19/tools/usb/usbip/libsrc/
Dusbip_host_driver.c28 #undef PROGNAME
29 #define PROGNAME "libusbip" macro
Dusbip_common.h60 #define PROGNAME "usbip" macro
62 #define pr_fmt(fmt) "%s: %s: " fmt "\n", PROGNAME
Dusbip_device_driver.c33 #undef PROGNAME
34 #define PROGNAME "libusbip" macro
Dusbip_common.c10 #undef PROGNAME
11 #define PROGNAME "libusbip" macro
Dvhci_driver.c14 #undef PROGNAME
15 #define PROGNAME "libusbip" macro
/Linux-v4.19/tools/usb/usbip/src/
Dusbipd.c53 #undef PROGNAME
54 #define PROGNAME "usbipd" macro
59 #define DEFAULT_PID_FILE "/var/run/" PROGNAME ".pid"
310 request_init(&request, RQ_DAEMON, PROGNAME, RQ_FILE, connfd, 0); in tcpd_auth()
528 info("starting " PROGNAME " (%s)", usbip_version_string); in do_standalone_mode()
591 info("shutting down " PROGNAME); in do_standalone_mode()
684 printf(PROGNAME " (%s)\n", usbip_version_string); in main()
Dusbip.c135 printf(PROGNAME " (%s)\n", usbip_version_string); in usbip_version()