Home
last modified time | relevance | path

Searched refs:code (Results 1201 – 1225 of 5329) sorted by relevance

1...<<41424344454647484950>>...214

/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6qdl-nitrogen6_max.dtsi105 linux,code = <KEY_POWER>;
112 linux,code = <KEY_MENU>;
118 linux,code = <KEY_HOME>;
124 linux,code = <KEY_BACK>;
130 linux,code = <KEY_VOLUMEUP>;
136 linux,code = <KEY_VOLUMEDOWN>;
H A Dimx6qdl-gw52xx.dtsi39 linux,code = <BTN_0>;
44 linux,code = <BTN_1>;
51 linux,code = <BTN_2>;
58 linux,code = <BTN_3>;
65 linux,code = <BTN_4>;
72 linux,code = <BTN_5>;
H A Dexynos5250-arndale.dts41 linux,code = <KEY_MENU>;
48 linux,code = <KEY_HOME>;
55 linux,code = <KEY_UP>;
62 linux,code = <KEY_DOWN>;
69 linux,code = <KEY_BACK>;
76 linux,code = <KEY_WAKEUP>;
H A Dqcom-msm8974-sony-xperia-rhine.dtsi28 linux,code = <KEY_VOLUMEDOWN>;
35 linux,code = <KEY_CAMERA>;
42 linux,code = <KEY_CAMERA_FOCUS>;
49 linux,code = <KEY_VOLUMEUP>;
H A Dsun7i-a20-pcduino3.dts83 linux,code = <KEY_BACK>;
89 linux,code = <KEY_HOME>;
95 linux,code = <KEY_MENU>;
H A Darmada-370-netgear-rn104.dts169 linux,code = <KEY_COPY>;
175 linux,code = <KEY_POWER>;
181 linux,code = <KEY_RESTART>;
H A Dintel-ixp42x-freecom-fsg-3.dts41 linux,code = <KEY_CONNECT>;
47 linux,code = <KEY_ESC>;
54 linux,code = <KEY_EJECTCD>;
H A Dsun4i-a10-inet1.dts133 linux,code = <KEY_VOLUMEUP>;
140 linux,code = <KEY_VOLUMEDOWN>;
147 linux,code = <KEY_HOMEPAGE>;
H A Dsun4i-a10-pcduino.dts82 linux,code = <KEY_BACK>;
88 linux,code = <KEY_HOME>;
94 linux,code = <KEY_MENU>;
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c270 no_mouse_parse(SCREEN *sp GCC_UNUSED, int code GCC_UNUSED) in no_mouse_parse()
799 int code = ERR; in NCURSES_SP_NAME() local
812 code = OK; in NCURSES_SP_NAME()
823 code = OK; in NCURSES_SP_NAME()
828 returnCode(code); in NCURSES_SP_NAME()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dgpt11 # partition table code (aka MBR).
17 # (the other MBR detection code will then just print the MBR partition table)
151 # The following code does GPT detection and processing, including
192 # Calling code ensures that there is only one 0xee partition.
234 # and allow access to the protective partition. This code will
/freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30-evb.dts35 linux,code = <KEY_ESC>;
41 linux,code = <KEY_HOME>;
47 linux,code = <KEY_MENU>;
53 linux,code = <KEY_VOLUMEDOWN>;
59 linux,code = <KEY_VOLUMEUP>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-sm1-sei610.dts53 linux,code = <BTN_0>;
61 linux,code = <BTN_1>;
69 linux,code = <BTN_2>;
77 linux,code = <SW_MUTE_DEVICE>;
86 linux,code = <KEY_POWER>;
/freebsd-14.2/contrib/unbound/doc/
H A DREADME7 The DNSTAP code has BSD license in dnstap/dnstap.c.
33 This enables assertions in the code that guard against a variety of
118 prototype. Design and code from that prototype has been used to create
120 o Other code origins are from the NSD (NLnet Labs) and LDNS (NLnet Labs)
121 projects. Such as buffer, region-allocator and red-black tree code.
/freebsd-14.2/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c22 u8 code, u8 identifier) in eap_tls_msg_alloc() argument
27 code, identifier); in eap_tls_msg_alloc()
31 code, identifier); in eap_tls_msg_alloc()
32 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, in eap_tls_msg_alloc()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_pt.c91 static void ptasync(void *callback_arg, uint32_t code,
357 ptasync(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ptasync() argument
362 switch (code) { in ptasync()
412 cam_periph_async(periph, code, path, arg); in ptasync()
/freebsd-14.2/sys/net80211/
H A Dieee80211_phy.c309 uint8_t code = rt->info[i].dot11Rate; in ieee80211_setup_ratetable() local
321 code &= IEEE80211_RATE_VAL; in ieee80211_setup_ratetable()
323 code |= IEEE80211_RATE_MCS; in ieee80211_setup_ratetable()
328 rt->rateCodeToIndex[code] = i; in ieee80211_setup_ratetable()
/freebsd-14.2/contrib/ntp/
H A DREADME40 README.hackers Notes to folks who want to hack on the code.
87 dot.emacs C-mode indentation rules for code "Just the way Dave likes it".
108 libntp Directory containing library source code used by most
128 code. additionally the SunOS 4.x/Solaris 5.3 streams
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A DREADME.zfs23 This README describes the Lua interpreter source code that lives in the ZFS
59 4. Running poorly-vetted code inside the kernel is always a risk; even if the
68 Lua source code at the ioctl level and then interpret it inside the kernel.
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8953-xiaomi-tissot.dts34 linux,code = <SW_LID>;
41 linux,code = <KEY_VOLUMEUP>;
143 linux,code = <KEY_VOLUMEDOWN>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td58 class DiagGroup<string Name, list<DiagGroup> subgroups = [], code docs = [{}]> {
62 code Documentation = docs;
133 // This is used for warnings about questionable code; warnings about
/freebsd-14.2/contrib/lutok/m4/
H A Ddeveloper-mode.m48 dnl * Redistributions of source code must retain the above copyright
33 dnl amount of trivial coding problems introduced in the code.
43 dnl latter is to minimize the risk of committing new code with warnings
/freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/
H A Dmba8mx.dtsi30 linux,code = <BTN_0>;
37 linux,code = <BTN_1>;
44 linux,code = <BTN_2>;
/freebsd-14.2/lib/libkiconv/
H A Dxlat16_iconv.c303 chklocale(int category, const char *code) in chklocale() argument
310 error = strcasecmp(code, p); in chklocale()
313 error = strcasecmp(code, kiconv_quirkcs(p, in chklocale()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dsystem_error30 virtual bool equivalent(int code, const error_condition& condition) const noexcept;
31 virtual bool equivalent(const error_code& code, int condition) const noexcept;
116 const error_code& code() const noexcept;

1...<<41424344454647484950>>...214