| /freebsd-14.2/sys/dev/mps/ |
| H A D | mps_table.h | 34 u_int code; member 37 char * mps_describe_table(struct mps_table_lookup *table, u_int code);
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | db_machdep.h | 55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) argument 56 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) argument
|
| /freebsd-14.2/contrib/libcbor/examples/ |
| H A D | readfile.c | 36 if (result.error.code != CBOR_ERR_NONE) { in main() 41 switch (result.error.code) { in main()
|
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_table.h | 32 u_int code; member 35 char * mpr_describe_table(struct mpr_table_lookup *table, u_int code);
|
| /freebsd-14.2/sys/cam/ata/ |
| H A D | ata_pmp.c | 114 static void pmpasync(void *callback_arg, uint32_t code, 263 pmpasync(void *callback_arg, uint32_t code, in pmpasync() argument 270 switch (code) { in pmpasync() 304 cam_periph_async(periph, code, path, arg); in pmpasync() 305 if (code == AC_SCSI_AEN) in pmpasync() 309 if (code == AC_SCSI_AEN && softc->state != PMP_STATE_NORMAL) in pmpasync() 313 if (code == AC_SENT_BDR || code == AC_BUS_RESET) in pmpasync() 331 cam_periph_async(periph, code, path, arg); in pmpasync()
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/config/ |
| H A D | d_loop | 8 # This tests how well the code that look for orphans handle loops. 11 # time, the code has to make sure it reaches all the loopbaby
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | init_keytry.c | 80 for (n = 0; _nc_tinfo_fkeys[n].code; n++) { in _nc_init_keytry() 84 _nc_tinfo_fkeys[n].code); in _nc_init_keytry()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | bcm4708-linksys-ea6300-v1.dts | 34 linux,code = <KEY_WPS_BUTTON>; 40 linux,code = <KEY_RESTART>;
|
| H A D | bcm4709-linksys-ea9200.dts | 35 linux,code = <KEY_WPS_BUTTON>; 41 linux,code = <KEY_RESTART>;
|
| H A D | bcm4708-linksys-ea6500-v2.dts | 30 linux,code = <KEY_WPS_BUTTON>; 36 linux,code = <KEY_RESTART>;
|
| H A D | imx6qdl-gw5907.dtsi | 30 linux,code = <BTN_0>; 35 linux,code = <BTN_1>; 42 linux,code = <BTN_2>; 49 linux,code = <BTN_3>; 56 linux,code = <BTN_4>; 63 linux,code = <BTN_5>;
|
| H A D | imx6qdl-gw5913.dtsi | 30 linux,code = <BTN_0>; 35 linux,code = <BTN_1>; 42 linux,code = <BTN_2>; 49 linux,code = <BTN_3>; 56 linux,code = <BTN_4>; 63 linux,code = <BTN_5>;
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | NOTES | 8 The code contains many instances where address calculations are 9 performed in particular ways to optimize the code for the VAX.
|
| /freebsd-14.2/contrib/byacc/test/ |
| H A D | calc_code_default.y | 1 %code { /* CODE-DEFAULT */ } 2 %code { /* CODE-DEFAULT2 */ }
|
| H A D | calc_code_requires.y | 1 %code requires { /* CODE-REQUIRES */ } 2 %code requires { /* CODE-REQUIRES2 */ }
|
| H A D | calc_code_provides.y | 1 %code provides { /* CODE-PROVIDES */ } 2 %code provides { /* CODE-PROVIDES2 */ }
|
| H A D | calc_code_imports.y | 1 %code imports { /* CODE-IMPORTS */ } 2 %code imports { /* CODE-IMPORTS2 */ }
|
| H A D | calc_code_top.y | 1 %code top { /* CODE-TOP */ } 2 %code top { /* CODE-TOP2 */ }
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_icmp.c | 245 printf("icmp_error(%p, %x, %d)\n", oip, type, code); in icmp_error() 360 icp->icmp_pptr = code; in icmp_error() 361 code = 0; in icmp_error() 363 code == ICMP_UNREACH_NEEDFRAG && mtu) { in icmp_error() 367 icp->icmp_code = code; in icmp_error() 469 int i, code; in icmp_input() local 534 code = icp->icmp_code; in icmp_input() 537 if (code > ICMP_UNREACH_PRECEDENCE_CUTOFF) in icmp_input() 543 if (code > ICMP_TIMXCEED_REASS) in icmp_input() 549 if (code > ICMP_PARAMPROB_LENGTH) in icmp_input() [all …]
|
| /freebsd-14.2/contrib/bsnmp/lib/ |
| H A D | snmpagent.c | 781 context.ctx.code = SNMP_RET_OK; in snmp_set() 853 context.ctx.code = SNMP_RET_ERR; in snmp_set() 878 context.ctx.code = SNMP_RET_ERR; in snmp_set() 910 context.ctx.code = SNMP_RET_IGN; in snmp_set() 920 snmp_debug("set: returning %d", context.ctx.code); in snmp_set() 922 return (context.ctx.code); in snmp_set() 983 enum snmp_code code; in snmp_make_errresp() local 1043 code = snmp_pdu_encode_header(resp_b, &resp); in snmp_make_errresp() 1044 if (code != SNMP_CODE_OK) in snmp_make_errresp() 1054 code = snmp_fix_encoding(resp_b, &resp); in snmp_make_errresp() [all …]
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | opt-jobs-no-action.exp | 39 *** Error code 1 (ignored) 58 *** Error code 1 (ignored)
|
| /freebsd-14.2/share/i18n/csmapper/APPLE/ |
| H A D | UCS%ICELAND.src | 75 # Column #1 is the Mac OS Icelandic code (in hex as 0xNN) 79 # The entries are in Mac OS Icelandic code order. 100 # The Mac OS Icelandic encoding shares the script code smRoman 103 # the system region code is 21, verIceland. 106 # adding upper and lower eth, thorn, and Y acute. It has 6 code 109 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was 110 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point 123 # different encoding; the difference is only in two code points.
|
| H A D | ICELAND%UCS.src | 71 # Column #1 is the Mac OS Icelandic code (in hex as 0xNN) 75 # The entries are in Mac OS Icelandic code order. 96 # The Mac OS Icelandic encoding shares the script code smRoman 99 # the system region code is 21, verIceland. 102 # adding upper and lower eth, thorn, and Y acute. It has 6 code 105 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was 106 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point 119 # different encoding; the difference is only in two code points.
|
| /freebsd-14.2/contrib/ncurses/panel/ |
| H A D | panel.priv.h | 60 # define returnPanel(code) TRACE_RETURN1(code,panel) argument 76 # define returnPanel(code) return code argument
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hidmap.h | 90 uint16_t code; /* Evdev event code */ member 111 .code = (_code) 116 .code = (_code) 171 uint16_t code; /* Evdev event code */ member
|