filepath 421 tools/bpf/bpftool/prog.c char *filepath = NULL; filepath 458 tools/bpf/bpftool/prog.c filepath = *argv; filepath 524 tools/bpf/bpftool/prog.c if (filepath) { filepath 525 tools/bpf/bpftool/prog.c fd = open(filepath, O_WRONLY | O_CREAT | O_TRUNC, 0600); filepath 527 tools/bpf/bpftool/prog.c p_err("can't open file %s: %s", filepath, filepath 581 tools/testing/selftests/bpf/test_flow_dissector.c static void __attribute__((noreturn)) usage(const char *filepath) filepath 587 tools/testing/selftests/bpf/test_flow_dissector.c filepath); filepath 612 tools/testing/selftests/bpf/test_flow_dissector.c static int parse_protocol_family(const char *filepath, const char *optarg) filepath 619 tools/testing/selftests/bpf/test_flow_dissector.c usage(filepath); filepath 695 tools/testing/selftests/net/msg_zerocopy.c static void usage(const char *filepath) filepath 697 tools/testing/selftests/net/msg_zerocopy.c error(1, 0, "Usage: %s [options] <test>", filepath); filepath 284 tools/testing/selftests/net/udpgso_bench_rx.c static void usage(const char *filepath) filepath 288 tools/testing/selftests/net/udpgso_bench_rx.c filepath); filepath 414 tools/testing/selftests/net/udpgso_bench_tx.c static void usage(const char *filepath) filepath 417 tools/testing/selftests/net/udpgso_bench_tx.c filepath); filepath 543 tools/testing/selftests/networking/timestamping/txtimestamp.c static void __attribute__((noreturn)) usage(const char *filepath) filepath 566 tools/testing/selftests/networking/timestamping/txtimestamp.c filepath); filepath 36 tools/thermal/tmon/sysfs.c char filepath[256]; filepath 38 tools/thermal/tmon/sysfs.c snprintf(filepath, 256, "%s/%s", path, filename); filepath 40 tools/thermal/tmon/sysfs.c fd = fopen(filepath, "w"); filepath 42 tools/thermal/tmon/sysfs.c syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); filepath 60 tools/thermal/tmon/sysfs.c char filepath[256]; filepath 62 tools/thermal/tmon/sysfs.c snprintf(filepath, 256, "%s/%s", path, filename); filepath 64 tools/thermal/tmon/sysfs.c fd = fopen(filepath, "r"); filepath 66 tools/thermal/tmon/sysfs.c syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); filepath 79 tools/thermal/tmon/sysfs.c char filepath[256]; filepath 81 tools/thermal/tmon/sysfs.c snprintf(filepath, 256, "%s/%s", path, filename); filepath 83 tools/thermal/tmon/sysfs.c fd = fopen(filepath, "r"); filepath 85 tools/thermal/tmon/sysfs.c syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); filepath 66 tools/usb/usbip/libsrc/usbip_device_driver.c char filepath[SYSFS_PATH_MAX]; filepath 76 tools/usb/usbip/libsrc/usbip_device_driver.c snprintf(filepath, SYSFS_PATH_MAX, "%s/%s", filepath 78 tools/usb/usbip/libsrc/usbip_device_driver.c fd = fopen(filepath, "r");