Home
last modified time | relevance | path

Searched defs:code (Results 51 – 75 of 713) sorted by relevance

12345678910>>...29

/freebsd-14.2/sys/amd64/include/
H A Ddb_machdep.h64 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) argument
65 #define IS_SSTEP_TRAP(type, code) \ argument
67 #define IS_WATCHPOINT_TRAP(type, code) 0 argument
/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dlib_cchar.c55 int code = OK; in NCURSES_EXPORT() local
107 int code = ERR; in getcchar() local
/freebsd-14.2/sys/i386/i386/
H A Dgdb_machdep.c98 gdb_cpu_signal(int type, int code) in gdb_cpu_signal()
119 gdb_cpu_stop_reason(int type, int code) in gdb_cpu_stop_reason()
/freebsd-14.2/sys/sys/
H A Dfail.h225 #define _FAIL_POINT_EVAL(name, cond, code...) \ argument
234 #define KFAIL_POINT_EVAL(name, code...) \ argument
319 post_func, post_arg, code...) \ argument
340 #define KFAIL_POINT_CODE(parent, name, code...) \ argument
346 #define KFAIL_POINT_CODE_FLAGS(parent, name, flags, code...) \ argument
352 #define KFAIL_POINT_CODE_COND(parent, name, cond, flags, code...) \ argument
/freebsd-14.2/sys/arm64/include/
H A Ddb_machdep.h60 #define IS_BREAKPOINT_TRAP(type, code) \ argument
62 #define IS_SSTEP_TRAP(type, code) (type == T_SINGLESTEP) argument
63 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) argument
/freebsd-14.2/sys/powerpc/include/
H A Ddb_machdep.h62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) argument
66 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT) argument
68 #define IS_WATCHPOINT_TRAP(type, code) 0 argument
/freebsd-14.2/contrib/netbsd-tests/net/bpfjit/
H A Dt_bpfjit.c82 bpfjit_func_t code; in ATF_TC_BODY() local
846 bpfjit_func_t code; in ATF_TC_BODY() local
1598 bpfjit_func_t code; in ATF_TC_BODY() local
1690 bpfjit_func_t code; in ATF_TC_BODY() local
1719 bpfjit_func_t code; in ATF_TC_BODY() local
1762 bpfjit_func_t code; in ATF_TC_BODY() local
1819 bpfjit_func_t code; in ATF_TC_BODY() local
1876 bpfjit_func_t code; in ATF_TC_BODY() local
1933 bpfjit_func_t code; in ATF_TC_BODY() local
2047 bpfjit_func_t code; in ATF_TC_BODY() local
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_insch.c56 int code = OK; in NCURSES_EXPORT() local
150 int code = ERR; in winsch() local
H A Dlib_getch.c73 int code = OK; in NCURSES_SP_NAME() local
95 int code; in set_escdelay() local
672 int code; in wgetch_events() local
689 int code; in wgetch() local
H A Dlib_freeall.c184 _nc_free_and_exit(int code) in _nc_free_and_exit()
191 exit_curses(int code) in exit_curses()
/freebsd-14.2/contrib/ncurses/include/
H A Dnc_alloc.h92 #define ExitProgram(code) exit_curses(code) argument
103 #define ExitProgram(code) exit(code) argument
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Derror.c44 int code; member
91 hx509_set_error_stringv(hx509_context context, int flags, int code, in hx509_set_error_stringv()
136 hx509_set_error_string(hx509_context context, int flags, int code, in hx509_set_error_string()
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dentries.c178 _nc_free_tinfo(int code) in _nc_free_tinfo()
187 exit_terminfo(int code) in exit_terminfo()
H A Dlib_win32con.c196 int code = 0; in _nc_console_test() local
247 int code = ERR; in _nc_console_setmode() local
304 int code = ERR; in _nc_console_getmode() local
337 int code = OK; in _nc_console_flush() local
730 int code = -1; in MapKey() local
756 int code = -1; in AnsiKey() local
782 int code = ERR; in _nc_console_keyok() local
841 int code = 0; in _nc_console_twait() local
/freebsd-14.2/sys/amd64/amd64/
H A Dgdb_machdep.c134 gdb_cpu_signal(int type, int code) in gdb_cpu_signal()
155 gdb_cpu_stop_reason(int type, int code) in gdb_cpu_stop_reason()
/freebsd-14.2/sys/dev/hid/
H A Dhpen.c62 #define HPEN_MAP_BUT(usage, code) \ argument
64 #define HPEN_MAP_ABS(usage, code) \ argument
66 #define HPEN_MAP_ABS_GD(usage, code) \ argument
/freebsd-14.2/sys/net/
H A Dbpf.h254 #define BPF_CLASS(code) ((code) & 0x07) argument
265 #define BPF_SIZE(code) ((code) & 0x18) argument
270 #define BPF_MODE(code) ((code) & 0xe0) argument
281 #define BPF_OP(code) ((code) & 0xf0) argument
315 #define BPF_SRC(code) ((code) & 0x08) argument
320 #define BPF_RVAL(code) ((code) & 0x18) argument
325 #define BPF_MISCOP(code) ((code) & 0xf8) argument
364 u_short code; member
373 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
374 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/freebsd-14.2/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c189 _nc_retrace_int_attr_t(attr_t code) in _nc_retrace_int_attr_t()
197 _nc_retrace_attr_t(attr_t code) in _nc_retrace_attr_t()
206 #define DATA(code, name) { code, { #name } } in _nc_altcharset_name() argument
319 _nc_retrace_chtype(chtype code) in _nc_retrace_chtype()
/freebsd-14.2/crypto/heimdal/lib/hdb/
H A Ddb.c97 int code; in DB_seq() local
180 int code; in DB__get() local
210 int code; in DB__put() local
239 krb5_error_code code; in DB__del() local
H A Ddb3.c101 int code; in DB_seq() local
177 int code; in DB__get() local
203 int code; in DB__put() local
229 krb5_error_code code; in DB__del() local
H A Dhdb-mitdb.c528 int code; in mdb_seq() local
604 int code; in mdb__get() local
634 int code; in mdb__put() local
663 krb5_error_code code; in mdb__del() local
687 krb5_error_code code; in mdb_fetch_kvno() local
720 krb5_error_code code; in mdb_remove() local
/freebsd-14.2/contrib/ofed/libcxgb4/
H A Dt4_chip_type.h51 #define CHELSIO_CHIP_VERSION(code) (((code) >> 4) & 0xf) argument
52 #define CHELSIO_CHIP_RELEASE(code) ((code) & 0xf) argument
/freebsd-14.2/contrib/ncurses/progs/
H A Dprogs.priv.h89 #define ExitProgram(code) exit_terminfo(code) argument
91 #define ExitProgram(code) _nc_free_tic(code) argument
/freebsd-14.2/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c73 uu_set_error(uint_t code) in uu_set_error()
118 uu_strerror(uint32_t code) in uu_strerror()
/freebsd-14.2/contrib/libxo/libxo/
H A Dxo.h482 xo_emit_warn_hcvp (xo_handle_t *xop, int as_warning, int code, in xo_emit_warn_hcvp()
490 xo_emit_warn_hcp (xo_handle_t *xop, int code, const char *fmt, ...) in xo_emit_warn_hcp()
500 xo_emit_warn_cp (int code, const char *fmt, ...) in xo_emit_warn_cp()
512 int code = errno; in xo_emit_warn_p() local
533 int code = errno; in xo_emit_err_p() local
555 xo_emit_errc_p (int eval, int code, const char *fmt, ...) in xo_emit_errc_p()

12345678910>>...29