Searched defs:capture (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c1160 static int capture(sd_bus *bus, char *argv[]) { function
1175 log_error("Couldn't write capture file.");
1715 " capture [SERVICE...] Capture bus traffic as pcap\n"
1948 if (streq(argv[optind], "capture"))
1949 return capture(bus, argv + optind);
1994 streq_ptr(argv[optind], "capture")) {

Completed in 14 milliseconds