Home
last modified time | relevance | path

Searched refs:_error (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dkfifo.h102 int _error; \
106 _error = ENOMEM; \
109 _error = 0; \
112 _error; \
/freebsd-14.2/contrib/ofed/opensm/complib/
H A Dcl_complib.c64 goto _error; in complib_init()
68 goto _error; in complib_init()
71 _error: in complib_init()
/freebsd-14.2/tests/sys/kern/pipe/
H A Dpipe_fstat_bug_test.c73 int _error = errno; \ in main()
77 errno = _error; \ in main()
81 int _error = errno; \ in main()
85 errno = _error; \ in main()
H A Dpipe_wraparound_test.c75 int _error = errno; \ in main()
79 errno = _error; \ in main()
83 int _error = errno; \ in main()
87 errno = _error; \ in main()
H A Dpipe_reverse_test.c77 int _error = errno; \ in main()
81 errno = _error; \ in main()
85 int _error = errno; \ in main()
89 errno = _error; \ in main()
/freebsd-14.2/sys/sys/
H A Dfile.h309 int _error; \
311 _error = 0; \
314 _error = _fdrop(_fp, td); \
315 _error; \
320 int _error; \
322 _error = 0; \
325 _error = _fdrop(_fp, td); \
326 _error; \
H A Dvnode.h990 int _error; \
992 _error = mac_vnode_check_stat(_ap->a_active_cred, _ap->a_file_cred, _ap->a_vp);\
993 if (__predict_true(_error == 0)) { \
998 _error; \
1003 int _error = (error); \
1006 _error; \
1169 int _error; \
1173 _error = VOP_UNLOCK(_vp); \
1176 _error; \
/freebsd-14.2/contrib/file/python/
H A Dmagic.py90 _error = _libraries['magic'].magic_error variable
91 _error.restype = c_char_p
92 _error.argtypes = [magic_t]
188 return Magic.__tostr(_error(self._magic_t))
/freebsd-14.2/usr.sbin/lpr/common_source/
H A Dlp.h282 int firstprinter(struct printer *_pp, int *_error);
300 int nextprinter(struct printer *_pp, int *_error);
302 char *pcaperr(int _error);
/freebsd-14.2/sbin/pfctl/
H A Dpfctl_table.c84 goto _error; \
95 goto _error; \
202 goto _error; in pfctl_table()
217 goto _error; in pfctl_table()
231 goto _error; in pfctl_table()
324 goto _error; in pfctl_table()
358 _error: in pfctl_table()
H A Dpfctl.c2086 #define ERR(x) do { warn(x); goto _error; } while(0) in pfctl_rules()
2087 #define ERRX(x) do { warnx(x); goto _error; } while(0) in pfctl_rules()
2192 goto _error; in pfctl_rules()
2210 goto _error; in pfctl_rules()
2225 goto _error; in pfctl_rules()
2232 _error: in pfctl_rules()
H A Dparse.y5414 goto _error; in process_tabledef()
5420 goto _error; in process_tabledef()
5442 goto _error; in process_tabledef()
5447 _error: in process_tabledef()
/freebsd-14.2/lib/libsysdecode/
H A Dsysdecode.h41 int sysdecode_abi_to_freebsd_errno(enum sysdecode_abi _abi, int _error);
59 int sysdecode_freebsd_to_abi_errno(enum sysdecode_abi _abi, int _error);
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Dlibdwarf.h87 Dwarf_Obj_Access_Section *_ret_section, int *_error);
93 Dwarf_Small **_ret_data, int *_error);
103 Dwarf_Unsigned _info, int *_index, int *_error);
107 Dwarf_Unsigned _info, Dwarf_Unsigned *_index, int *_error);
/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf.h188 const char *elf_errmsg(int _error);
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod199 B<lh_I<TYPE>_error>() can be used to determine if an error occurred in the last
238 B<lh_I<TYPE>_error>() and OPENSSL_LH_error() return 1 if an error occurred in
249 B<lh_I<TYPE>_error>() or OPENSSL_LH_error() calls must be performed under
/freebsd-14.2/contrib/atf/atf-c/detail/
H A Dtp_main.c88 name ## _error(const char *fmt, ...) \
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_sa.c1079 goto _error; \
1088 goto _error; \
1376 _error: in osm_sa_db_file_load()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dlhash.h194 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
H A Dlhash.h.in196 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
/freebsd-14.2/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md40 is comprised of _error detectors_ (e.g. `zfs_ereport_post()`), a _disk
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Drtw8851b_rfk.c2435 goto _error; in _dpk_main()
2441 _error: in _dpk_main()
H A Drtw8852c_rfk.c2659 goto _error; in _dpk_main()
2665 _error: in _dpk_main()
/freebsd-14.2/stand/forth/
H A Dsupport.4th343 : module_loaderror_suffix s" _error" ;