Searched refs:code (Results 76 - 100 of 1465) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/include/
H A Dadjtime.h48 int code; member in struct:__anon5266::__anon5267
60 * code values
/freebsd-current/contrib/ofed/libcxgb4/
H A Dt4_chip_type.h16 * - Redistributions of source code must retain the above
41 /* We code the Chelsio T4 Family "Chip Code" as a tuple:
51 #define CHELSIO_CHIP_VERSION(code) (((code) >> 4) & 0xf)
52 #define CHELSIO_CHIP_RELEASE(code) ((code) & 0xf)
/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-ignore.exp2 *** Error code 1 (continuing)
4 *** Error code 1 (ignored)
H A Ddepsrc-ignore.exp3 *** Error code 1 (ignored)
7 *** Error code 1 (continuing)
H A Ddeptgt-end-fail-all.exp3 *** Error code 1 (continuing)
H A Dopt-keep-going-indirect.exp3 *** Error code 1 (continuing)
11 *** [direct] Error code 1
18 *** Error code 1 (continuing)
27 *** [direct] Error code 1
H A Djobs-error-indirect.exp2 *** [indirect] Error code 1
H A Ddirective-for-null.exp2 *** Error code 2 (continuing)
H A Dsh-dots.exp4 *** Error code <nonzero> (ignored)
10 *** Error code <nonzero> (ignored)
16 *** Error code <nonzero> (ignored)
H A Dopt-debug-errors.exp6 *** Error code 1 (continuing)
12 *** Error code 1 (continuing)
20 *** Error code 1 (continuing)
26 *** Error code 1 (continuing)
32 *** Error code 1 (continuing)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib214 typeset is_set lflag dflag dsname gname gid uname uid opt str code tmp
219 # dictates the case of the first character in the code)
235 # same. First, use the command passed in to determine what the code at
236 # the end of the pool history will be. The specifics of the code are
245 code="$str${tmp% *}"
246 if ! grep -q "permission $subcmd $dsname ([0-9]*) $code" $NEW_HISTORY; then
247 log_note "Couldn't find $code in $NEW_HISTORY"
254 code="$str${tmp% *}"
255 if ! grep "permission $subcmd $dsname ([0-9]*) $code" $NEW_HISTORY; then
256 log_note "Couldn't find $code i
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DExitCodes.h30 #error Exit code EX_IOERR not available
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_endwin.c51 int code = ERR; local
69 code = OK;
72 code = ERR;
75 returnCode(code);
H A Dlib_freeall.c151 NCURSES_SP_NAME(_nc_free_and_exit) (NCURSES_SP_DCLx int code) argument
153 T((T_CALLED("_nc_free_and_exit(%d)"), code));
163 exit(code);
173 NCURSES_SP_NAME(_nc_free_and_exit) (NCURSES_SP_DCLx int code) argument
178 exit(code);
184 _nc_free_and_exit(int code) argument
186 NCURSES_SP_NAME(_nc_free_and_exit) (CURRENT_SCREEN, code);
191 exit_curses(int code) argument
195 NCURSES_SP_NAME(_nc_free_and_exit) (CURRENT_SCREEN, code);
197 _nc_free_and_exit(code); /* deprecate
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgai_strerror.c10 * 1. Redistributions of source code must retain the above copyright
39 int code; member in struct:gai_error
71 if (g->code == ecode)
73 return "unknown error code in gai_strerror";
/freebsd-current/sys/contrib/zstd/lib/common/
H A Derror_private.h5 * This source code is licensed under both the BSD-style license (found in the
58 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } argument
60 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); } argument
62 /* check and forward error code */
71 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
73 ERR_STATIC const char* ERR_getErrorName(size_t code) argument
75 return ERR_getErrorString(ERR_getErrorCode(code));
[all...]
/freebsd-current/sys/arm/arm/
H A Dsyscall.c13 * 1. Redistributions of source code must retain the above copyright
43 * This code is derived from software written for Brini by Mark Brinicombe
48 * 1. Redistributions of source code must retain the above copyright
107 sa->code = td->td_frame->tf_r7;
108 sa->original_code = sa->code;
110 if (sa->code == SYS_syscall) {
111 sa->code = *ap++;
113 } else if (sa->code == SYS___syscall) {
114 sa->code = ap[_QUAD_LOWWORD];
119 if (sa->code >
[all...]
/freebsd-current/contrib/byacc/test/
H A Dcalc_code_all.y1 %code { /* CODE-DEFAULT2 */ }
2 %code { /* CODE-DEFAULT */ }
3 %code requires { /* CODE-REQUIRES */ }
4 %code provides { /* CODE-PROVIDES */ }
5 %code top { /* CODE-TOP */ }
6 %code provides { /* CODE-PROVIDES2 */ }
/freebsd-current/contrib/ncurses/menu/
H A Dmf_common.h70 /* Maximum regular 8-bit character code */
73 #define SET_ERROR(code) (errno=(code))
77 #define RETURN(code) returnCode( SET_ERROR(code) )
79 #define RETURN(code) return( SET_ERROR(code) )
/freebsd-current/usr.bin/locate/locate/
H A Dconcatdb.sh11 # 1. Redistributions of source code must retain the above copyright
48 : ${code:=locate.code}
69 done | $code $bigrams
/freebsd-current/sys/dev/evdev/
H A Devdev.c9 * 1. Redistributions of source code must retain the above copyright
464 evdev_support_key(struct evdev_dev *evdev, uint16_t code) argument
467 KASSERT(code < KEY_CNT, ("invalid evdev key property"));
468 bit_set(evdev->ev_key_flags, code);
472 evdev_support_rel(struct evdev_dev *evdev, uint16_t code) argument
475 KASSERT(code < REL_CNT, ("invalid evdev rel property"));
476 bit_set(evdev->ev_rel_flags, code);
480 evdev_support_abs(struct evdev_dev *evdev, uint16_t code, int32_t minimum, argument
485 KASSERT(code < ABS_CNT, ("invalid evdev abs property"));
495 evdev_set_abs_bit(evdev, code);
500 evdev_set_abs_bit(struct evdev_dev *evdev, uint16_t code) argument
510 evdev_support_msc(struct evdev_dev *evdev, uint16_t code) argument
519 evdev_support_led(struct evdev_dev *evdev, uint16_t code) argument
527 evdev_support_snd(struct evdev_dev *evdev, uint16_t code) argument
535 evdev_support_sw(struct evdev_dev *evdev, uint16_t code) argument
588 evdev_check_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, int32_t value) argument
673 evdev_modify_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, int32_t *value) argument
734 evdev_sparse_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, int32_t value) argument
843 evdev_propagate_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, int32_t value) argument
879 evdev_send_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, int32_t value) argument
905 int code; local
923 evdev_push_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, int32_t value) argument
966 evdev_inject_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, int32_t value) argument
[all...]
/freebsd-current/contrib/netbsd-tests/net/bpfjit/
H A Dt_extmem.c11 * 1. Redistributions of source code must retain the above copyright
86 bpfjit_func_t code; local
106 code = rumpns_bpfjit_generate_code(&ctx, insns, insn_count);
108 ATF_REQUIRE(code != NULL);
110 ATF_CHECK(code(&ctx, &args) == 3);
113 rumpns_bpfjit_free_code(code);
131 bpfjit_func_t code; local
137 code = rumpns_bpfjit_generate_code(&ctx, insns, insn_count);
139 ATF_CHECK(code == NULL);
160 bpfjit_func_t code; local
218 bpfjit_func_t code; local
270 bpfjit_func_t code; local
299 bpfjit_func_t code; local
350 bpfjit_func_t code; local
402 bpfjit_func_t code; local
454 bpfjit_func_t code; local
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_extmem.c11 * 1. Redistributions of source code must retain the above copyright
78 bpfjit_func_t code; local
95 code = bpfjit_generate_code(&ctx, insns, insn_count);
96 ATF_REQUIRE(code != NULL);
98 ATF_CHECK(code(&ctx, &args) == 0);
100 bpfjit_free_code(code);
117 bpfjit_func_t code; local
134 code = bpfjit_generate_code(&ctx, insns, insn_count);
135 ATF_REQUIRE(code != NULL);
137 ATF_CHECK(code(
179 bpfjit_func_t code; local
231 bpfjit_func_t code; local
300 bpfjit_func_t code; local
345 bpfjit_func_t code; local
391 bpfjit_func_t code; local
437 bpfjit_func_t code; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_cchar.c55 int code = OK; local
67 code = ERR;
96 TR(TRACE_CCALLS, (T_RETURN("%d"), code));
97 return (code);
107 int code = ERR; local
137 code = (len < CCHARW_MAX) ? (len + 1) : CCHARW_MAX;
139 code = ERR;
152 code = OK;
156 TR(TRACE_CCALLS, (T_RETURN("%d"), code));
157 return (code);
[all...]
/freebsd-current/contrib/nvi/regex/
H A Dregerror.c8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
85 int code; member in struct:rerr
105 { 0, "", "*** unknown regexp error code ***" },
125 for (r = rerrs; r->code != 0; r++)
126 if (r->code == target)
130 if (r->code != 0) {
160 for (r = rerrs; r->code != 0; r++)
163 if (r->code == 0)
166 sprintf(localbuf, "%d", r->code);
[all...]

Completed in 324 milliseconds

1234567891011>>