Searched refs:xo_err (Results 1 – 12 of 12) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | netisr.c | 179 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 D | main.c | 478 xo_err(-1, "setgid"); in main() 783 xo_err(-1, "setgid"); in kvmd_init() 885 xo_err(-1, "malloc"); in kread_counters()
|
| H A D | if.c | 525 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 D | arp.c | 197 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 D | test_09.c | 59 xo_err(1, "error detected"); in main()
|
| H A D | test_08.c | 59 xo_err(1, "error detected"); in main()
|
| H A D | test_10.c | 78 xo_err(1, "error detected"); in main()
|
| H A D | test_01.c | 78 xo_err(1, "error detected"); in main()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 432 xo_err (int eval, const char *fmt, ...) NORETURN PRINTFLIKE(2, 3);
|
| H A D | libxo.c | 1614 xo_err (int eval, const char *fmt, ...) in xo_err() function
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 1012 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 D | howto.rst | 239 xo_err(1, "cannot open output file: %s", file);
|