| /freebsd-14.2/sys/dev/acpi_support/ |
| H A D | acpi_asus_wmi.c | 549 int code = 0; in acpi_asus_wmi_notify() local 557 code = obj->Integer.Value; in acpi_asus_wmi_notify() 559 code); in acpi_asus_wmi_notify() 561 if (code && sc->handle_keys) { in acpi_asus_wmi_notify() 563 if (code == 0xc4 || code == 0xc5) { in acpi_asus_wmi_notify() 567 if (code == 0xc4) { in acpi_asus_wmi_notify() 578 if (code == 0x6b) { in acpi_asus_wmi_notify()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | sun7i-a20-olinuxino-micro.dts | 166 linux,code = <KEY_VOLUMEUP>; 173 linux,code = <KEY_VOLUMEDOWN>; 180 linux,code = <KEY_MENU>; 187 linux,code = <KEY_SEARCH>; 194 linux,code = <KEY_HOMEPAGE>; 201 linux,code = <KEY_ESC>; 208 linux,code = <KEY_ENTER>;
|
| H A D | sun7i-a20-olimex-som-evb.dts | 153 linux,code = <KEY_VOLUMEUP>; 160 linux,code = <KEY_VOLUMEDOWN>; 167 linux,code = <KEY_MENU>; 174 linux,code = <KEY_SEARCH>; 181 linux,code = <KEY_HOMEPAGE>; 188 linux,code = <KEY_ESC>; 195 linux,code = <KEY_ENTER>;
|
| H A D | integratorap-im-pd1.dts | 93 linux,code = <KEY_UP>; 99 linux,code = <KEY_DOWN>; 105 linux,code = <KEY_LEFT>; 111 linux,code = <KEY_RIGHT>; 117 linux,code = <KEY_ESC>; 123 linux,code = <KEY_ENTER>;
|
| H A D | r8a7792-blanche.dts | 119 linux,code = <KEY_1>; 126 linux,code = <KEY_2>; 133 linux,code = <KEY_3>; 140 linux,code = <KEY_4>; 147 linux,code = <KEY_A>; 154 linux,code = <KEY_B>;
|
| H A D | bcm4709-netgear-r8000.dts | 2 * Broadcom BCM470X / BCM5301X ARM platform code. 105 linux,code = <KEY_RFKILL>; 111 linux,code = <KEY_WPS_BUTTON>; 117 linux,code = <KEY_RESTART>; 123 linux,code = <KEY_BRIGHTNESS_ZERO>;
|
| H A D | bcm47081-asus-rt-n18u.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 65 linux,code = <KEY_RESTART>; 71 linux,code = <KEY_WPS_BUTTON>;
|
| H A D | bcm4709-asus-rt-ac87u.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 53 linux,code = <KEY_WPS_BUTTON>; 59 linux,code = <KEY_RESTART>;
|
| /freebsd-14.2/sbin/ipf/ipf/ |
| H A D | bpf_filter.c | 209 switch (pc->code) { in bpf_filter() 485 switch (BPF_CLASS(p->code)) { in bpf_validate() 491 switch (BPF_MODE(p->code)) { in bpf_validate() 522 switch (BPF_OP(p->code)) { in bpf_validate() 535 if (BPF_RVAL(p->code) == BPF_K && p->k == 0) in bpf_validate() 559 switch (BPF_OP(p->code)) { in bpf_validate() 583 return (BPF_CLASS(f[len - 1].code) == BPF_RET); in bpf_validate()
|
| /freebsd-14.2/crypto/heimdal/lib/hdb/ |
| H A D | hdb.c | 143 int i, code = 0; in hdb_lock() local 146 code = flock(fd, (operation == HDB_RLOCK ? LOCK_SH : LOCK_EX) | LOCK_NB); in hdb_lock() 147 if(code == 0 || errno != EWOULDBLOCK) in hdb_lock() 151 if(code == 0) in hdb_lock() 161 int code; in hdb_unlock() local 162 code = flock(fd, LOCK_UN); in hdb_unlock() 163 if(code) in hdb_unlock()
|
| /freebsd-14.2/contrib/libcbor/src/ |
| H A D | cbor.c | 50 result->error.code = CBOR_ERR_NODATA; in cbor_load() 60 (struct cbor_load_result){.read = 0, .error = {.code = CBOR_ERR_NONE}}; in cbor_load() 68 result->error = (struct cbor_error){.code = CBOR_ERR_NOTENOUGHDATA, in cbor_load() 83 result->error.code = CBOR_ERR_NOTENOUGHDATA; in cbor_load() 89 result->error.code = CBOR_ERR_MALFORMATED; in cbor_load() 96 result->error.code = CBOR_ERR_MEMERROR; in cbor_load() 99 result->error.code = CBOR_ERR_SYNTAXERROR; in cbor_load()
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hgame.c | 49 #define HGAME_MAP_BRG(number_from, number_to, code) \ argument 50 { HIDMAP_KEY_RANGE(HUP_BUTTON, number_from, number_to, code) } 51 #define HGAME_MAP_ABS(usage, code) \ argument 52 { HIDMAP_ABS(HUP_GENERIC_DESKTOP, HUG_##usage, code) }
|
| /freebsd-14.2/contrib/ntp/scripts/ntp-wait/ |
| H A D | ntp-wait-opts.def | 21 The maximum number of times we will check @code{ntpd} to see if 35 of @code{ntpd} that returns "the time is not yet stable". 44 By default, @code{ntp-wait} is silent. 45 With this option, @code{ntp-wait} will provide status information.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/broadcom/bcm4908/ |
| H A D | bcm4906-tplink-archer-c2300-v1.dts | 88 linux,code = <KEY_BRIGHTNESS_ZERO>; 94 linux,code = <KEY_WPS_BUTTON>; 100 linux,code = <KEY_RFKILL>; 106 linux,code = <KEY_RESTART>;
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/ |
| H A D | bcm4908-asus-gt-ac5300.dts | 24 linux,code = <KEY_RFKILL>; 30 linux,code = <KEY_WPS_BUTTON>; 36 linux,code = <KEY_RESTART>; 42 linux,code = <KEY_BRIGHTNESS_ZERO>;
|
| H A D | bcm4906-tplink-archer-c2300-v1.dts | 92 linux,code = <KEY_BRIGHTNESS_ZERO>; 98 linux,code = <KEY_WPS_BUTTON>; 104 linux,code = <KEY_RFKILL>; 110 linux,code = <KEY_RESTART>;
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/algs/skein/ |
| H A D | THIRDPARTYLICENSE | 2 Source code author: Doug Whiting, 2008. 3 This algorithm and source code is released to the public domain.
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | opt-keep-going.exp | 2 *** Error code 1 (continuing) 4 *** Error code 1 (continuing)
|
| H A D | depsrc-ignore.exp | 5 *** Error code 1 (ignored) 7 *** Error code 1 (continuing)
|
| H A D | opt-chdir.exp | 2 *** Error code 2 (ignored) 5 *** Error code 2 (ignored)
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-errstr.pod.in | 18 used to display the meaning of the hex code. The hex code is the hex digits 33 The error code:
|
| /freebsd-14.2/sys/powerpc/ofw/ |
| H A D | openpic_ofw.c | 65 static void openpic_ofw_translate_code(device_t, u_int irq, int code, 149 openpic_ofw_translate_code(device_t dev, u_int irq, int code, in openpic_ofw_translate_code() argument 152 switch (code) { in openpic_ofw_translate_code()
|
| /freebsd-14.2/contrib/wpa/src/eap_common/ |
| H A D | eap_wsc_common.c | 17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) in eap_wsc_build_frag_ack() argument 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); in eap_wsc_build_frag_ack()
|
| /freebsd-14.2/sys/netinet6/ |
| H A D | icmp6.c | 181 switch (code) { in icmp6_errcount() 203 switch (code) { in icmp6_errcount() 213 switch (code) { in icmp6_errcount() 561 if (code != 0) in icmp6_input() 624 if (code != 0) in icmp6_input() 756 if (code != 0) in icmp6_input() 762 if (code != 0) in icmp6_input() 790 if (code != 0) in icmp6_input() 810 if (code != 0) in icmp6_input() 830 if (code != 0) in icmp6_input() [all …]
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | inftrees.h | 28 } code; typedef 61 unsigned codes, code FAR * FAR *table,
|