Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/tests/sys/kern/pipe/
H A Dpipe_fstat_bug_test.c74 int _error = errno; \ in main()
78 errno = _error; \ in main()
82 int _error = errno; \ in main()
86 errno = _error; \ in main()
H A Dpipe_reverse_test.c78 int _error = errno; \ in main()
82 errno = _error; \ in main()
86 int _error = errno; \ in main()
90 errno = _error; \ in main()
H A Dpipe_wraparound_test.c76 int _error = errno; \ in main()
80 errno = _error; \ in main()
84 int _error = errno; \ in main()
88 errno = _error; \ in main()
/freebsd-13.1/sys/sys/
H A Dfile.h300 int _error; \
302 _error = 0; \
305 _error = _fdrop(_fp, td); \
306 _error; \
311 int _error; \
313 _error = 0; \
316 _error = _fdrop(_fp, td); \
317 _error; \
H A Dvnode.h962 int _error; \
964 _error = mac_vnode_check_stat(ap->a_active_cred, ap->a_file_cred, ap->a_vp);\
965 if (__predict_true(_error == 0)) \
967 _error; \
971 int _error = (error); \
974 _error; \
1113 int _error; \
1117 _error = VOP_UNLOCK(_vp); \
1120 _error; \
/freebsd-13.1/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-13.1/usr.sbin/lpr/common_source/
H A Dlp.h283 int firstprinter(struct printer *_pp, int *_error);
301 int nextprinter(struct printer *_pp, int *_error);
303 char *pcaperr(int _error);
/freebsd-13.1/sys/compat/linux/
H A Dlinux_util.h62 int _error; \
64 _error = linux_emul_convpath(td, upath, UIO_USERSPACE, \
67 return (_error); \
/freebsd-13.1/sbin/pfctl/
H A Dpfctl_table.c86 goto _error; \
97 goto _error; \
204 goto _error; in pfctl_table()
219 goto _error; in pfctl_table()
233 goto _error; in pfctl_table()
326 goto _error; in pfctl_table()
360 _error: in pfctl_table()
H A Dpfctl.c1634 #define ERR(x) do { warn(x); goto _error; } while(0) in pfctl_rules()
1635 #define ERRX(x) do { warnx(x); goto _error; } while(0) in pfctl_rules()
1716 goto _error; in pfctl_rules()
1732 goto _error; in pfctl_rules()
1747 goto _error; in pfctl_rules()
1754 _error: in pfctl_rules()
H A Dparse.y4897 goto _error; in process_tabledef()
4903 goto _error; in process_tabledef()
4925 goto _error; in process_tabledef()
4930 _error: in process_tabledef()
/freebsd-13.1/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-13.1/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-13.1/contrib/elftoolchain/libelf/
H A Dlibelf.h188 const char *elf_errmsg(int _error);
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dlhash.h145 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
/freebsd-13.1/contrib/atf/atf-c/detail/
H A Dtp_main.c88 name ## _error(const char *fmt, ...) \
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_sa.c1079 goto _error; \
1088 goto _error; \
1376 _error: in osm_sa_db_file_load()
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md40 is comprised of _error detectors_ (e.g. `zfs_ereport_post()`), a _disk
/freebsd-13.1/stand/forth/
H A Dsupport.4th344 : module_loaderror_suffix s" _error" ;