Searched refs:errout (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-current/lib/libefivar/
H A Defivar-dp-xlate.c174 goto errout;
182 goto errout;
191 goto errout;
205 goto errout;
212 goto errout;
276 goto errout;
283 goto errout;
293 errout:
588 goto errout;
597 goto errout;
[all...]
H A Defivar.c175 goto errout;
186 errout:
243 goto errout;
269 goto errout;
273 errout:
369 goto errout;
375 errout:
/freebsd-current/lib/libnetgraph/
H A Dsock.c79 goto errout;
88 goto errout;
105 goto errout;
124 goto errout;
130 goto errout;
147 goto errout;
158 goto errout;
171 errout:
H A Dmsg.c274 goto errout;
290 errout:
/freebsd-current/stand/kboot/kboot/arch/aarch64/
H A Dload_addr.c128 goto errout;
140 goto errout;
143 goto errout;
147 goto errout;
151 goto errout;
155 goto errout;
159 goto errout;
225 errout:
/freebsd-current/lib/libcam/
H A Dscsi_wrap.c94 goto errout;
100 goto errout;
118 errout:
/freebsd-current/lib/libkvm/
H A Dkvm.c114 _kvm_open(kvm_t *kd, const char *uf, const char *mf, int flag, char *errout) argument
219 if (errout != NULL)
220 strlcpy(errout, kd->errbuf, _POSIX2_LINE_MAX);
227 char *errout)
232 if (errout != NULL)
233 (void)strlcpy(errout, strerror(errno),
237 return (_kvm_open(kd, uf, mf, flag, errout));
257 kvm_open2(const char *uf, const char *mf, int flag, char *errout, argument
263 if (errout != NULL)
264 (void)strlcpy(errout, strerro
226 kvm_openfiles(const char *uf, const char *mf, const char *sf __unused, int flag, char *errout) argument
[all...]
/freebsd-current/usr.sbin/config/
H A Dmkmakefile.cc69 errout(const char *fmt, ...) function
323 errout("%s: malformed line: %s\n",
366 errout("%s: malformed line: %s\n",
423 errout("%s: missing include filename.\n", fname);
436 errout("%s: No type for %s.\n", fname, rfile);
457 errout("%s: \"%s\" %s must be optional or standard\n",
468 errout("%s: syntax error describing %s\n",
485 errout("%s: alternate rule required when "
499 errout("%s: %s missing dependency string.\n",
507 errout("
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/io/
H A Dskein_mod.c347 goto errout;
351 errout:
562 goto errout;
566 errout:
597 goto errout;
601 goto errout;
603 goto errout;
606 errout:
632 goto errout;
637 errout
[all...]
/freebsd-current/stand/efi/boot1/
H A Dboot1.c89 goto errout;
107 goto errout;
120 goto errout;
128 goto errout;
158 errout:
/freebsd-current/bin/sh/
H A Doutput.c69 struct output errout = {NULL, NULL, NULL, 256, 2, 0}; variable in typeref:struct:output
72 struct output *out2 = &errout;
232 flushout(&errout);
H A Doutput.h51 extern struct output errout; /* to fd 2 */
55 &errout */
/freebsd-current/contrib/ofed/libibumad/
H A Dsysfs.c197 goto errout;
223 goto errout;
245 goto errout;
260 errout:
/freebsd-current/sys/netpfil/pf/
H A Dpf_nv.c199 errout:
241 errout:
317 errout:
411 errout:
453 errout:
509 #define ERROUT(x) ERROUT_FUNCTION(errout, x)
655 errout:
837 errout:
879 errout:
895 goto errout;
[all...]
H A Dpf_nv.h55 goto errout; \
H A Dpf_syncookies.c153 #define ERROUT(x) ERROUT_FUNCTION(errout, x)
181 errout:
198 #define ERROUT(x) ERROUT_FUNCTION(errout, x)
242 errout:
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Didmap_util.c195 goto errout;
201 goto errout;
204 goto errout;
209 goto errout;
212 goto errout;
217 goto errout;
220 goto errout;
227 errout:
/freebsd-current/usr.bin/mkimg/
H A Dmkimg.c257 goto errout;
262 goto errout;
267 goto errout;
284 goto errout;
291 goto errout;
300 goto errout;
305 goto errout;
314 errout:
/freebsd-current/sys/dev/safe/
H A Dsafe.c903 goto errout;
928 goto errout;
936 goto errout;
963 goto errout;
969 goto errout;
977 goto errout;
1034 goto errout;
1044 goto errout;
1078 goto errout;
1086 goto errout;
[all...]
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_vf_isr.c266 goto errout;
274 goto errout;
279 errout:
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c151 goto errout;
158 errout:
/freebsd-current/sys/dev/iicbus/rtc/
H A Dds13rtc.c455 goto errout;
458 goto errout;
465 errout:
H A Dnxprtc.c829 goto errout;
832 goto errout;
863 goto errout;
877 errout:
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.mk35 errout="\# .runChkTmpl\n""{ %s \n} || exit $$?\n"
/freebsd-current/contrib/tzcode/
H A Dzdump.c89 static bool errout; variable
385 errout = true;
415 warned = errout = true;
680 if (errout && (ferror(stderr) || fclose(stderr) != 0))

Completed in 360 milliseconds

12