| /freebsd-13.1/lib/libefivar/ |
| H A D | efivar-dp-xlate.c | 174 goto errout; in efi_hd_to_unix() 180 goto errout; in efi_hd_to_unix() 188 goto errout; in efi_hd_to_unix() 197 goto errout; in efi_hd_to_unix() 211 goto errout; in efi_hd_to_unix() 218 goto errout; in efi_hd_to_unix() 266 errout: in efi_hd_to_unix() 567 errout: in build_dp() 601 errout: in efipart_to_dp() 633 errout: in dev_path_to_dp() [all …]
|
| H A D | efivar.c | 177 goto errout; in efi_get_variable() 188 errout: in efi_get_variable() 245 goto errout; in efi_get_next_variable_name() 271 goto errout; in efi_get_next_variable_name() 275 errout: in efi_get_next_variable_name() 371 goto errout; in efi_set_variable() 377 errout: in efi_set_variable()
|
| /freebsd-13.1/lib/libnetgraph/ |
| H A D | sock.c | 82 goto errout; in NgMkSockNode() 91 goto errout; in NgMkSockNode() 108 goto errout; in NgMkSockNode() 127 goto errout; in NgMkSockNode() 133 goto errout; in NgMkSockNode() 150 goto errout; in NgMkSockNode() 161 goto errout; in NgMkSockNode() 174 errout: in NgMkSockNode()
|
| /freebsd-13.1/lib/libkvm/ |
| H A D | kvm.c | 117 _kvm_open(kvm_t *kd, const char *uf, const char *mf, int flag, char *errout) in _kvm_open() argument 222 if (errout != NULL) in _kvm_open() 223 strlcpy(errout, kd->errbuf, _POSIX2_LINE_MAX); in _kvm_open() 230 char *errout) in kvm_openfiles() argument 235 if (errout != NULL) in kvm_openfiles() 236 (void)strlcpy(errout, strerror(errno), in kvm_openfiles() 240 return (_kvm_open(kd, uf, mf, flag, errout)); in kvm_openfiles() 260 kvm_open2(const char *uf, const char *mf, int flag, char *errout, in kvm_open2() argument 266 if (errout != NULL) in kvm_open2() 267 (void)strlcpy(errout, strerror(errno), in kvm_open2() [all …]
|
| /freebsd-13.1/sys/mips/nlm/dev/sec/ |
| H A D | nlmsec.c | 587 goto errout; in xlp_sec_process() 593 goto errout; in xlp_sec_process() 602 goto errout; in xlp_sec_process() 612 goto errout; in xlp_sec_process() 618 goto errout; in xlp_sec_process() 629 goto errout; in xlp_sec_process() 634 goto errout; in xlp_sec_process() 641 goto errout; in xlp_sec_process() 646 goto errout; in xlp_sec_process() 679 goto errout; in xlp_sec_process() [all …]
|
| H A D | nlmrsa.c | 150 goto errout; in xlp_rsa_init() 186 goto errout; in xlp_rsa_init() 201 errout: in xlp_rsa_init() 446 goto errout; in xlp_rsa_kprocess() 449 goto errout; in xlp_rsa_kprocess() 456 goto errout; in xlp_rsa_kprocess() 465 goto errout; in xlp_rsa_kprocess() 477 goto errout; in xlp_rsa_kprocess() 480 errout: in xlp_rsa_kprocess()
|
| /freebsd-13.1/usr.sbin/config/ |
| H A D | mkmakefile.c | 72 static void errout(const char *fmt, ...) in errout() function 432 errout("%s: missing include filename.\n", fname); in read_file() 444 errout("%s: No type for %s.\n", fname, this); in read_file() 476 errout("%s: syntax error describing %s\n", in read_file() 493 errout("%s: alternate rule required when " in read_file() 507 errout("%s: %s missing dependency string.\n", in read_file() 515 errout("%s: %s missing clean file list.\n", in read_file() 523 errout("%s: %s missing compile command string.\n", in read_file() 531 errout("%s: %s missing warning text string.\n", in read_file() 539 errout("%s: %s missing object prefix string.\n", in read_file() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/io/ |
| H A D | skein_mod.c | 417 goto errout; in skein_digest_init() 421 errout: in skein_digest_init() 630 goto errout; in skein_mac_init() 634 errout: in skein_mac_init() 667 goto errout; in skein_mac_atomic() 671 goto errout; in skein_mac_atomic() 673 goto errout; in skein_mac_atomic() 676 errout: in skein_mac_atomic() 705 goto errout; in skein_create_ctx_template() 710 errout: in skein_create_ctx_template()
|
| /freebsd-13.1/sys/netpfil/pf/ |
| H A D | pf_nv.c | 201 errout: in pf_nvmape_to_mape() 243 errout: in pf_nvpool_to_pool() 319 errout: in pf_nvaddr_wrap_to_addr_wrap() 413 errout: in pf_nvrule_addr_to_rule_addr() 455 errout: in pf_nvrule_uid_to_rule_uid() 654 errout: in pf_nvrule_to_krule() 832 errout: in pf_nvstate_cmp_to_state_cmp() 871 errout: in pf_nvstate_kill_to_kstate_kill() 897 errout: in pf_state_key_to_nvstate_key() 936 goto errout; in pf_state_to_nvstate() [all …]
|
| /freebsd-13.1/contrib/ntp/lib/isc/unix/ |
| H A D | keyboard.c | 53 goto errout; in isc_keyboard_open() 69 goto errout; in isc_keyboard_open() 76 errout: in isc_keyboard_open()
|
| /freebsd-13.1/contrib/ofed/libibumad/ |
| H A D | sysfs.c | 197 goto errout; in sys_scandir() 223 goto errout; in sys_scandir() 245 goto errout; in sys_scandir() 260 errout: in sys_scandir()
|
| /freebsd-13.1/bin/sh/tests/execution/ |
| H A D | shellproc3.0 | 12 errout=`testshellproc 3>&2 2>&1 >&3 3>&-` 14 [ "$r" = 126 ] && [ -n "$errout" ]
|
| H A D | shellproc5.0 | 12 errout=`testshellproc 3>&2 2>&1 >&3 3>&-` 14 [ "$r" = 126 ] && [ -n "$errout" ]
|
| H A D | shellproc4.0 | 12 errout=`testshellproc 3>&2 2>&1 >&3 3>&-` 14 [ "$r" = 126 ] && [ -n "$errout" ]
|
| H A D | shellproc2.0 | 16 errout=`testshellproc 3>&2 2>&1 >&3 3>&-` 18 [ "$r" = 126 ] && [ -n "$errout" ]
|
| /freebsd-13.1/usr.bin/mkimg/ |
| H A D | mkimg.c | 260 goto errout; in parse_part() 265 goto errout; in parse_part() 270 goto errout; in parse_part() 287 goto errout; in parse_part() 294 goto errout; in parse_part() 303 goto errout; in parse_part() 308 goto errout; in parse_part() 317 errout: in parse_part()
|
| /freebsd-13.1/stand/efi/boot1/ |
| H A D | boot1.c | 92 goto errout; in try_boot() 103 goto errout; in try_boot() 111 goto errout; in try_boot() 141 errout: in try_boot()
|
| /freebsd-13.1/sys/dev/safe/ |
| H A D | safe.c | 907 goto errout; in safe_process() 932 goto errout; in safe_process() 940 goto errout; in safe_process() 967 goto errout; in safe_process() 973 goto errout; in safe_process() 981 goto errout; in safe_process() 1038 goto errout; in safe_process() 1048 goto errout; in safe_process() 1082 goto errout; in safe_process() 1131 goto errout; in safe_process() [all …]
|
| /freebsd-13.1/bin/sh/ |
| H A D | output.c | 77 struct output errout = {NULL, NULL, NULL, 256, 2, 0}; variable 80 struct output *out2 = &errout; 240 flushout(&errout); in flushall()
|
| H A D | output.h | 54 extern struct output errout; /* to fd 2 */
|
| /freebsd-13.1/contrib/ntp/lib/isc/ |
| H A D | hash.c | 172 goto errout; in isc_hash_ctxcreate() 180 goto errout; in isc_hash_ctxcreate() 209 errout: in isc_hash_ctxcreate()
|
| H A D | entropy.c | 690 goto errout; in isc_entropy_create() 710 errout: in isc_entropy_create() 877 goto errout; in isc_entropy_createcallbacksource() 885 goto errout; in isc_entropy_createcallbacksource() 914 errout: in isc_entropy_createcallbacksource() 964 goto errout; in isc_entropy_createsamplesource() 970 goto errout; in isc_entropy_createsamplesource() 993 errout: in isc_entropy_createsamplesource()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | entropy.c | 263 goto errout; in isc_entropy_createfilesource() 296 errout: in isc_entropy_createfilesource()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_interrupt.c | 152 goto errout; in lkpi_request_irq() 159 errout: in lkpi_request_irq()
|
| /freebsd-13.1/sys/dev/iicbus/ |
| H A D | ds13rtc.c | 457 goto errout; in ds13rtc_settime() 460 goto errout; in ds13rtc_settime() 467 errout: in ds13rtc_settime()
|