Home
last modified time | relevance | path

Searched refs:xo_err (Results 1 – 12 of 12) sorted by relevance

/f-stack/tools/netstat/
H A Dnetisr.c179 xo_err(-1, "%s", name); in netisr_load_sysctl_uint()
191 xo_err(-1, "%s", name); in netisr_load_sysctl_string()
229 xo_err(-1, "%s: malloc", __func__); in netisr_load_kvm_proto()
277 xo_err(-1, "net.isr.proto: query len"); in netisr_load_sysctl_proto()
282 xo_err(-1, "malloc"); in netisr_load_sysctl_proto()
308 xo_err(-1, "malloc"); in netisr_load_kvm_workstream()
313 xo_err(-1, "calloc"); in netisr_load_kvm_workstream()
317 xo_err(-1, "calloc"); in netisr_load_kvm_workstream()
369 xo_err(-1, "malloc"); in netisr_load_sysctl_workstream()
388 xo_err(-1, "net.isr.work: query len"); in netisr_load_sysctl_work()
[all …]
H A Dmain.c478 xo_err(-1, "setgid"); in main()
783 xo_err(-1, "setgid"); in kvmd_init()
885 xo_err(-1, "malloc"); in kread_counters()
H A Dif.c525 xo_err(EX_OSERR, "getifaddrs"); in fill_iftot()
551 xo_err(EX_DATAERR, "interface %s not found", interface); in fill_iftot()
/f-stack/tools/arp/
H A Darp.c197 xo_err(1, "if_nametoindex(%s)", rifname); in main()
268 xo_err(1, "cannot open %s", name); in file()
382 xo_err(1, "sysctlbyname"); in set()
584 xo_err(1, "route-sysctl-estimate"); in search()
598 xo_err(1, "actual retrieval of routing table"); in search()
632 xo_err(1, "cannot retrieve interface names"); in print_entry()
783 xo_err(1, "socket"); in rtmsg()
865 xo_err(1, "socket"); in get_ether_addr()
/f-stack/tools/libxo/tests/core/
H A Dtest_09.c59 xo_err(1, "error detected"); in main()
H A Dtest_08.c59 xo_err(1, "error detected"); in main()
H A Dtest_10.c78 xo_err(1, "error detected"); in main()
H A Dtest_01.c78 xo_err(1, "error detected"); in main()
/f-stack/tools/libxo/libxo/
H A Dxo.h432 xo_err (int eval, const char *fmt, ...) NORETURN PRINTFLIKE(2, 3);
H A Dlibxo.c1614 xo_err (int eval, const char *fmt, ...) in xo_err() function
/f-stack/tools/libxo/doc/
H A Dapi.rst1012 reported by functions like `xo_failure`, `xo_warn`, `xo_err`, etc.
1167 .. index:: xo_err
1185 void xo_err (int eval, const char *fmt, ...);
1204 xo_err(1, "cannot open file '%s'", filename);
1268 function behaves like `xo_err` for TEXT and HTML output styles, but
H A Dhowto.rst239 xo_err(1, "cannot open output file: %s", file);