/freebsd/usr.bin/iscsictl/ |
H A D | iscsictl.c | 154 xo_errx(1, "missing TargetName for target \"%s\"", in conf_verify() 158 xo_errx(1, "cannot specify TargetName for discovery " in conf_verify() 162 xo_errx(1, "invalid target name \"%s\"", in conf_verify() 168 xo_errx(1, "missing TargetAddress for target \"%s\"", in conf_verify() 173 xo_errx(1, "invalid initiator name \"%s\"", in conf_verify() 191 xo_errx(1, "missing chapIName for target \"%s\"", in conf_verify() 195 xo_errx(1, "missing chapSecret for target \"%s\"", in conf_verify() 200 xo_errx(1, "missing tgtChapName for " in conf_verify() 203 xo_errx(1, "missing tgtChapSecret for " in conf_verify() 328 xo_errx(1, "ISCSISLIST"); in kernel_modify_some() [all …]
|
H A D | parse.y | 83 xo_errx(1, "duplicated target %s", $1); 143 xo_errx(1, "duplicated TargetName at line %d", lineno); 151 xo_errx(1, "duplicated TargetAddress at line %d", lineno); 159 xo_errx(1, "duplicated InitiatorName at line %d", lineno); 167 xo_errx(1, "duplicated InitiatorAddress at line %d", lineno); 175 xo_errx(1, "duplicated InitiatorAlias at line %d", lineno); 183 xo_errx(1, "duplicated chapIName at line %d", lineno); 191 xo_errx(1, "duplicated chapSecret at line %d", lineno); 199 xo_errx(1, "duplicated tgtChapName at line %d", lineno); 207 xo_errx(1, "duplicated tgtChapSecret at line %d", lineno); [all …]
|
/freebsd/usr.bin/netstat/ |
H A D | netisr.c | 115 xo_errx(EX_OSERR, "%s: kread()", __func__); in netisr_load_kvm_string() 172 xo_errx(EX_DATAERR, "%s: invalid len %ju", name, (uintmax_t)retlen); in netisr_load_sysctl_uint() 215 xo_errx(EX_DATAERR, "%s: NETISR_MAXPROT mismatch", __func__); in netisr_load_kvm_proto() 221 xo_errx(EX_DATAERR, "%s: kread(_netisr_proto)", __func__); in netisr_load_kvm_proto() 268 xo_errx(EX_DATAERR, "net.isr.proto: invalid len"); in netisr_load_sysctl_proto() 275 xo_errx(EX_DATAERR, "net.isr.proto: invalid len"); in netisr_load_sysctl_proto() 278 xo_errx(EX_DATAERR, "net.isr.proto: no data"); in netisr_load_sysctl_proto() 280 xo_errx(EX_DATAERR, "net.isr.proto: invalid version"); in netisr_load_sysctl_proto() 298 xo_errx(EX_OSERR, "%s: kread(_nws_array)", __func__); in netisr_load_kvm_workstream() 311 xo_errx(EX_OSERR, "%s: kread(nw)", __func__); in netisr_load_kvm_workstream() [all …]
|
H A D | main.c | 261 xo_errx(EX_UNAVAILABLE, "IPv4 support is not compiled in"); in main() 268 xo_errx(EX_UNAVAILABLE, "IPv6 support is not compiled in"); in main() 296 xo_errx(EX_DATAERR, "%s: invalid fib", optarg); in main() 320 xo_errx(EX_DATAERR, "%s: unknown address family", in main() 348 xo_errx(EX_UNAVAILABLE, "Jail support is not compiled in"); in main() 378 xo_errx(EX_DATAERR, "%s: unknown or uninstrumented " in main() 452 xo_errx(EX_UNAVAILABLE, "Jail not found"); in main() 454 xo_errx(EX_UNAVAILABLE, "Cannot attach to jail"); in main() 471 xo_errx(EX_USAGE, "-x and -T are incompatible, pick one."); in main() 768 xo_errx(EX_UNAVAILABLE, "%s: kvm_nlist: %s", nlistf, in kresolve_list() [all …]
|
H A D | nhops.c | 215 xo_errx(EX_OSERR, "realloc(%zu) failed", sz); in nhop_map_update() 357 xo_errx(EX_OSERR, "malloc(%lu)", (unsigned long)needed); in dump_nhops_sysctl() 465 xo_errx(EX_USAGE, "%d: invalid fib", fibnum); in nhops_print()
|
H A D | nhgrp.c | 214 xo_errx(EX_OSERR, "malloc(%lu)", (unsigned long)needed); in dump_nhgrp_sysctl() 339 xo_errx(EX_USAGE, "%d: invalid fib", fibnum); in nhgrp_print()
|
H A D | common.c | 116 xo_errx(EX_OSERR, "realloc(%d) failed", size); in prepare_ifmap()
|
H A D | route.c | 126 xo_errx(EX_USAGE, "%d: invalid fib", fibnum); in routepr() 264 xo_errx(EX_OSERR, "malloc(%lu)", (unsigned long)needed); in p_rtable_sysctl()
|
H A D | route_netlink.c | 106 xo_errx(EX_OSERR, "realloc(%zu) failed", size); in prepare_ifmap_netlink()
|
/freebsd/usr.bin/vmstat/ |
H A D | vmstat.c | 254 xo_errx(1, "number of devices %d is < 0", in main() 263 xo_errx(1, "%s", devstat_errbuf); in main() 294 xo_errx(1, "kvm_openfiles: %s", errbuf); in main() 346 xo_errx(1, "Cannot use -P with crash dumps"); in main() 355 xo_errx(1, "%s", devstat_errbuf); in main() 410 xo_errx(1, "%s", devstat_errbuf); in getdrivedata() 416 xo_errx(1, "%s", devstat_errbuf); in getdrivedata() 429 xo_errx(1, "%s", "reallocf (specified_devices)"); in getdrivedata() 450 xo_errx(1, "%s", devstat_errbuf); in getdrivedata() 465 xo_errx(1, "%s", devstat_errbuf); in getdrivedata() [all …]
|
/freebsd/usr.sbin/efitable/ |
H A D | efitable.c | 96 xo_errx(EX_DATAERR, "invalid UUID"); in main() 124 xo_errx(EX_DATAERR, "unsupported efi table"); in main() 134 xo_errx(EX_USAGE, "table is not set"); in main() 137 xo_errx(EX_DATAERR, "unsupported table"); in main() 186 xo_errx(EX_DATAERR, "uuid_to_string error"); in efi_table_print_esrt()
|
/freebsd/contrib/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()
|
/freebsd/sbin/mount/ |
H A D | mount.c | 265 xo_errx(1, "only one -t option may be specified"); in main() 361 xo_errx(1, "not currently mounted %s", *argv); in main() 399 xo_errx(1, "%s: unknown special file or file system", in main() 402 xo_errx(1, "%s has unknown file system type", in main() 534 xo_errx(1, "realloc failed"); in append_arg() 692 xo_errx(1, "malloc failed"); in prmount() 720 xo_errx(1, "asprintf failed"); in catopt() 775 xo_errx(1, "Need value for -o mountprog"); in mangle() 841 xo_errx(1, "malloc failed"); in update_options()
|
/freebsd/usr.sbin/jls/ |
H A D | jls.c | 133 xo_errx(1, "usage: jls [-dhNnqv] [-j jail] [param ...]"); in main() 241 xo_errx(1, "%s", jail_errmsg); in main() 247 xo_errx(1, "%s", jail_errmsg); in main() 269 xo_errx(1, "%s", jail_errmsg); in add_param() 284 xo_errx(1, "%s", jail_errmsg); in add_param() 322 xo_errx(1, "%s", jail_errmsg); in add_param() 445 xo_errx(1, "%s", jail_errmsg); in print_jail()
|
/freebsd/usr.bin/last/ |
H A D | last.c | 161 xo_errx(1, "%s: bad line count", optarg); in main() 315 xo_errx(1, "malloc failure"); in doentry() 461 xo_errx(1, "malloc failure"); in addarg() 509 xo_errx(1, "malloc failure"); in ttyconv() 590 terr: xo_errx(1, in dateconv()
|
/freebsd/bin/ps/ |
H A D | ps.c | 378 xo_errx(1, "stdin: not a terminal"); in main() 459 xo_errx(1, "%s", errbuf); in main() 467 xo_errx(1, "malloc failed"); in main() 530 xo_errx(1, "%s", kvm_geterr(kd)); in main() 561 xo_errx(1, "malloc failed"); in main() 1117 xo_errx(1, "malloc failed"); in descendant_sort() 1155 xo_errx(1, "realloc to %d %ss failed", newmax, inf->lname); in expand_list() 1229 xo_errx(1, "malloc failed"); in format_output() 1287 xo_errx(1, "malloc failed"); in saveuser() 1295 xo_errx(1, "malloc failed"); in saveuser() [all …]
|
H A D | print.c | 99 xo_errx(1, "malloc failed"); in arguments() 128 xo_errx(1, "malloc failed"); in command() 137 xo_errx(1, "malloc failed"); in command() 216 xo_errx(1, "malloc failed"); in state() 392 xo_errx(1, "malloc failed"); in started() 417 xo_errx(1, "malloc failed"); in lstarted()
|
H A D | keyword.c | 294 xo_errx(1, "malloc failed"); in parsefmt() 303 xo_errx(1, "malloc failed"); in parsefmt() 348 xo_errx(1, "malloc failed"); in findvar()
|
/freebsd/usr.sbin/arp/ |
H A D | arp.c | 147 xo_errx(1, "-i not applicable to this operation"); in main() 150 xo_errx(1, "interface %s does not exist", in main() 342 xo_errx(1, "Choose one of blackhole or reject, " in set() 348 xo_errx(1, "Choose one of blackhole or reject, " in set() 562 xo_errx(1, "could not reallocate memory"); in search() 775 xo_errx(1, "internal wrong cmd"); in rtmsg()
|
/freebsd/contrib/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()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.c | 292 xo_errx(1, "invalid interface %s", *argv); in main() 297 xo_errx(1, "not supported yet"); in main() 473 xo_errx(1, "RTM_GET(%s) failed", host); in set() 536 xo_errx(1, "%s (%s) -- no entry", host, host_buf); in get() 563 xo_errx(1, "RTM_GET(%s) failed", host); in delete_rtsock() 955 xo_errx(1, "internal wrong cmd"); in rtmsg() 1076 xo_errx(1, "%s: not initialized yet", ifname); in ifinfo() 1120 xo_errx(1, "impossible case for tempaddr display"); in ifinfo()
|
/freebsd/usr.bin/procstat/ |
H A D | procstat.c | 465 xo_errx(1, "procstat_open()"); in main() 481 xo_errx(1, "procstat_getprocs()"); in main() 502 xo_errx(1, "procstat_getprocs()"); in main() 516 xo_errx(1, in main()
|
/freebsd/usr.sbin/sesutil/ |
H A D | sesutil.c | 224 xo_errx(EXIT_FAILURE, "No SES devices found"); in sesled() 267 xo_errx(EXIT_FAILURE, in sesled() 318 xo_errx(EXIT_FAILURE, "Could not find the SES id of device '%s'", in sesled() 441 xo_errx(EXIT_FAILURE, "No SES devices found"); in objmap() 744 xo_errx(EXIT_FAILURE, "No SES devices found"); in show() 896 xo_errx(EXIT_FAILURE, "No SES devices found"); in encstatus()
|
/freebsd/usr.bin/w/ |
H A D | w.c | 196 xo_errx(1, "%s", errbuf); in main() 231 xo_errx(1, "calloc"); in main()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 435 xo_errx (int eval, const char *fmt, ...) NORETURN PRINTFLIKE(2, 3);
|