Home
last modified time | relevance | path

Searched refs:path (Results 1 – 6 of 6) sorted by relevance

/libmctp-latest/utils/
Dmctp-demux-daemon.c174 const char *path; in binding_serial_init() local
182 path = params[0]; in binding_serial_init()
187 rc = mctp_serial_open_path(serial, path); in binding_serial_init()
214 const char *path; in binding_astlpc_init() local
221 path = params[0]; in binding_astlpc_init()
223 astlpc = mctp_astlpc_init_fileio(path); in binding_astlpc_init()
407 if (ctx->pcap.socket.path) in client_process_recv()
598 ctx->pcap.binding.path = NULL; in main()
599 ctx->pcap.socket.path = NULL; in main()
607 ctx->pcap.binding.path = optarg; in main()
[all …]
Dmctp-capture.h24 const char *path; member
48 cap->path); in capture_prepare()
Dmctp-capture.c40 if (!(cap->dumper = pcap_dump_open(cap->pcap, cap->path))) { in capture_prepare()
/libmctp-latest/
Dlibmctp-serial.h25 int mctp_serial_open_path(struct mctp_binding_serial *serial, const char *path);
DOWNERS23 # * matchers: A list of specific file/path matchers for granular 'owners' and
DREADME.md80 or maybe the `foo` binding needs a path argument:
82 struct mctp_binding_foo *mctp_binding_foo_init(const char *path);