Searched refs:xo_errx (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | netisr.c | 121 xo_errx(-1, "%s: kread()", __func__); in netisr_load_kvm_string() 279 xo_errx(-1, "net.isr.proto: invalid len"); in netisr_load_sysctl_proto() 286 xo_errx(-1, "net.isr.proto: invalid len"); in netisr_load_sysctl_proto() 289 xo_errx(-1, "net.isr.proto: no data"); in netisr_load_sysctl_proto() 291 xo_errx(-1, "net.isr.proto: invalid version"); in netisr_load_sysctl_proto() 323 xo_errx(-1, "%s: kread(nw)", __func__); in netisr_load_kvm_workstream() 377 xo_errx(-1, "net.isr.workstream: no data"); in netisr_load_sysctl_workstream() 390 xo_errx(-1, "net.isr.work: invalid len"); in netisr_load_sysctl_work() 397 xo_errx(-1, "net.isr.work: invalid len"); in netisr_load_sysctl_work() 400 xo_errx(-1, "net.isr.work: no data"); in netisr_load_sysctl_work() [all …]
|
| H A D | main.c | 318 xo_errx(1, "%s: invalid fib", optarg); in main() 342 xo_errx(1, "%s: unknown address family", in main() 392 xo_errx(1, "%s: unknown or uninstrumented " in main() 486 xo_errx(1, "-x and -T are incompatible, pick one."); in main() 808 xo_errx(1, "%s: kvm_nlist: %s", nlistf, in kresolve_list() 811 xo_errx(1, "kvm_nlist: %s", kvm_geterr(kvmd)); in kresolve_list() 825 xo_errx(-1, "%s: kvm is not available", __func__); in kset_dpcpu() 828 xo_errx(-1, "%s: kvm_dpcpu_setcpu(%u): %s", __func__, in kset_dpcpu()
|
| /f-stack/tools/libxo/xo/ |
| H A D | xo.c | 37 xo_errx(1, "missing argument"); in next_arg() 330 xo_errx(1, "unknown style: %s", optarg); in main() 347 xo_errx(1, "missing argument"); in main() 380 xo_errx(1, "only one open/close list/instance allowed: %s", in main() 388 xo_errx(1, "only one open/close list/instance allowed: %s", in main() 396 xo_errx(1, "only one open/close list/instance allowed: %s", in main() 404 xo_errx(1, "only one open/close list/instance allowed: %s", in main() 430 xo_errx(1, "invalid options: %s", opt_options); in main()
|
| /f-stack/tools/arp/ |
| H A D | arp.c | 191 xo_errx(1, "-i not applicable to this operation"); in main() 194 xo_errx(1, "interface %s does not exist", in main() 398 xo_errx(1, "Choose one of blackhole or reject, " in set() 404 xo_errx(1, "Choose one of blackhole or reject, " in set() 591 xo_errx(1, "could not reallocate memory"); in search() 800 xo_errx(1, "internal wrong cmd"); in rtmsg()
|
| /f-stack/tools/libxo/xopo/ |
| H A D | xopo.c | 156 xo_errx(1, "missing argument"); in main() 188 xo_errx(1, "invalid options: %s", opt_options); in main()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 435 xo_errx (int eval, const char *fmt, ...) NORETURN PRINTFLIKE(2, 3);
|
| H A D | libxo.c | 1627 xo_errx (int eval, const char *fmt, ...) in xo_errx() function
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 1168 .. index:: xo_errx 1187 void xo_errx (int eval, const char *fmt, ...);
|