Symbol: _error
crypto/openssl/include/openssl/lhash.h
295
lh_##type##_error(LHASH_OF(type) *lh) \
lib/libsysdecode/sysdecode.h
41
int sysdecode_abi_to_freebsd_errno(enum sysdecode_abi _abi, int _error);
lib/libsysdecode/sysdecode.h
59
int sysdecode_freebsd_to_abi_errno(enum sysdecode_abi _abi, int _error);
sbin/pfctl/parse.y
5952
goto _error;
sbin/pfctl/parse.y
5958
goto _error;
sbin/pfctl/parse.y
5980
goto _error;
sbin/pfctl/parse.y
6000
goto _error;
sbin/pfctl/parse.y
6017
goto _error;
sbin/pfctl/parse.y
6027
_error:
sbin/pfctl/pfctl.c
2662
#define ERR(...) do { warn(__VA_ARGS__); goto _error; } while(0)
sbin/pfctl/pfctl.c
2663
#define ERRX(...) do { warnx(__VA_ARGS__); goto _error; } while(0)
sbin/pfctl/pfctl.c
2777
goto _error;
sbin/pfctl/pfctl.c
2800
goto _error;
sbin/pfctl/pfctl.c
2814
goto _error;
sbin/pfctl/pfctl.c
2822
_error:
sbin/pfctl/pfctl_table.c
108
goto _error; \
sbin/pfctl/pfctl_table.c
216
goto _error;
sbin/pfctl/pfctl_table.c
232
goto _error;
sbin/pfctl/pfctl_table.c
247
goto _error;
sbin/pfctl/pfctl_table.c
363
goto _error;
sbin/pfctl/pfctl_table.c
390
goto _error;
sbin/pfctl/pfctl_table.c
410
_error:
sbin/pfctl/pfctl_table.c
84
goto _error; \
sbin/pfctl/pfctl_table.c
94
goto _error; \
sbin/umbctl/umbctl.c
130
static int _error(int ret, char const * format, ...);
sbin/umbctl/umbctl.c
223
return _error(2, "%s: %s", ifname, strerror(errno));
sbin/umbctl/umbctl.c
263
return _error(2, "%s: %s", ifname, strerror(errno));
sbin/umbctl/umbctl.c
280
return _error(2, "%s: %s", filename, strerror(errno));
sbin/umbctl/umbctl.c
290
ret = _error(2, "%s: %s", filename,
sbin/umbctl/umbctl.c
308
return _error(2, "%s: %s", filename, strerror(errno));
sbin/umbctl/umbctl.c
352
return _error(-1, "%s: %s", ifname, strerror(errno));
sbin/umbctl/umbctl.c
397
return _error(-1, "%s: Incomplete"
sbin/umbctl/umbctl.c
408
return _error(-1, "%s: Unknown parameter", argv[i]);
sbin/umbctl/umbctl.c
418
return _error(-1, "%s: %s", ifname, "APN too long");
sbin/umbctl/umbctl.c
429
return _error(-1, "%s: %s", ifname, "Username too long");
sbin/umbctl/umbctl.c
440
return _error(-1, "%s: %s", ifname, "Password too long");
sbin/umbctl/umbctl.c
452
return _error(-1, "%s: %s", ifname, "PIN code too long");
sbin/umbctl/umbctl.c
463
return _error(-1, "%s: %s", ifname, "PUK code too long");
sbin/umbctl/umbctl.c
494
return _error(-1, "socket: %s", strerror(errno));
sys/compat/linuxkpi/common/include/linux/kfifo.h
121
int _error; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
125
_error = ENOMEM; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
128
_error = 0; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
131
_error; \
sys/sys/file.h
330
int _error; \
sys/sys/file.h
332
_error = 0; \
sys/sys/file.h
335
_error = _fdrop(_fp, td); \
sys/sys/file.h
336
_error; \
sys/sys/file.h
341
int _error; \
sys/sys/file.h
343
_error = 0; \
sys/sys/file.h
346
_error = _fdrop(_fp, td); \
sys/sys/file.h
347
_error; \
sys/sys/vnode.h
1005
int _error; \
sys/sys/vnode.h
1007
_error = mac_vnode_check_stat(_ap->a_active_cred, _ap->a_file_cred, _ap->a_vp);\
sys/sys/vnode.h
1008
if (__predict_true(_error == 0)) { \
sys/sys/vnode.h
1014
_error; \
sys/sys/vnode.h
1019
int _error = (error); \
sys/sys/vnode.h
1022
_error; \
sys/sys/vnode.h
1222
int _error; \
sys/sys/vnode.h
1226
_error = VOP_UNLOCK(_vp); \
sys/sys/vnode.h
1229
_error; \
tests/sys/kern/pipe/pipe_fstat_bug_test.c
73
int _error = errno; \
tests/sys/kern/pipe/pipe_fstat_bug_test.c
77
errno = _error; \
tests/sys/kern/pipe/pipe_fstat_bug_test.c
81
int _error = errno; \
tests/sys/kern/pipe/pipe_fstat_bug_test.c
85
errno = _error; \
tests/sys/kern/pipe/pipe_reverse_test.c
77
int _error = errno; \
tests/sys/kern/pipe/pipe_reverse_test.c
81
errno = _error; \
tests/sys/kern/pipe/pipe_reverse_test.c
85
int _error = errno; \
tests/sys/kern/pipe/pipe_reverse_test.c
89
errno = _error; \
tests/sys/kern/pipe/pipe_wraparound_test.c
75
int _error = errno; \
tests/sys/kern/pipe/pipe_wraparound_test.c
79
errno = _error; \
tests/sys/kern/pipe/pipe_wraparound_test.c
83
int _error = errno; \
tests/sys/kern/pipe/pipe_wraparound_test.c
87
errno = _error; \
usr.sbin/lpr/common_source/lp.h
280
int firstprinter(struct printer *_pp, int *_error);
usr.sbin/lpr/common_source/lp.h
298
int nextprinter(struct printer *_pp, int *_error);
usr.sbin/lpr/common_source/lp.h
300
char *pcaperr(int _error);