Home
last modified time | relevance | path

Searched refs:code (Results 2801 – 2825 of 4948) sorted by relevance

1...<<111112113114115116117118119120>>...198

/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dtegra20-paz00.dts315 nvidia,use-ram-code;
318 nvidia,ram-code = <0x0>;
584 linux,code = <KEY_WAKEUP>;
H A Dtegra30-cardhu.dtsi613 linux,code = <KEY_POWER>;
621 linux,code = <KEY_VOLUMEDOWN>;
628 linux,code = <KEY_VOLUMEUP>;
H A Dimx6qdl-nit6xlite.dtsi73 linux,code = <102>;
79 linux,code = <158>;
/freebsd-13.1/usr.bin/chat/
H A Dchat.c150 void fatal(int code, const char *fmt, ...);
421 fatal(int code, const char *fmt, ...) in fatal() argument
433 terminate(code); in fatal()
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_eke.c637 u32 code; in eap_eke_process_failure() local
638 code = WPA_GET_BE32(payload); in eap_eke_process_failure()
639 wpa_printf(MSG_INFO, "EAP-EKE: Failure-Code 0x%x", code); in eap_eke_process_failure()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_fs.h3516 int code; member
3524 #define SVN_FS_DECLARE_IOCTL_CODE(name, fs_type, code) \ argument
3525 static const svn_fs_ioctl_code_t name = { fs_type, code }
/freebsd-13.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c277 ret = thr->block_encoder.code( in worker_encode()
808 const lzma_ret ret = coder->index_encoder.code( in stream_encode_mt()
998 next->code = &stream_encode_mt; in stream_encoder_mt_init()
/freebsd-13.1/share/examples/drivers/
H A Dmake_device_driver.sh122 * 1. Redistributions of source code must retain the above copyright
306 * This is similar to what the 'hints' code achieves, except this is
552 * PCI Attachment structures and code
/freebsd-13.1/contrib/jemalloc/
H A DChangeLog437 - Remove --enable-code-coverage. (@jasone)
646 - Fix various chunk leaks in OOM code paths. (@jasone)
690 checks and execute more streamlined code in the common case. (@interwq)
758 so this fix removes buggy code without loss of generality.
815 jemalloc/jemalloc.h and malloc.h in C++ code.
996 - Fix inconsequential test failures for hash and SFMT code.
1004 This version primarily addresses minor bugs in test code.
1041 code uses whatever malloc the application happens to have linked/loaded
1083 code)
1395 code.
[all …]
/freebsd-13.1/contrib/bearssl/
H A DDoxyfile216 # uses this value to replace tabs by spaces in code fragments.
388 # useful for C code in case the coding convention dictates that all compound
844 # that contain example code fragments that are included (see the \include
881 # code is scanned, but not when the output code is generated. If lines are added
981 # If the USE_HTAGS tag is set to YES then the references to source code will
997 # source code will now point to the output of htags.
1507 # of code that will be used on startup of the MathJax code. See the MathJax site
1744 # code with syntax highlighting in the LaTeX output.
1884 # captures the structure of the code including all documentation.
1994 # in the source code. If set to NO, only conditional compilation will be
[all …]
/freebsd-13.1/contrib/ldns/
H A Dlibdns.doxygen216 # uses this value to replace tabs by spaces in code fragments.
388 # useful for C code in case the coding convention dictates that all compound
849 # that contain example code fragments that are included (see the \include
886 # code is scanned, but not when the output code is generated. If lines are added
986 # If the USE_HTAGS tag is set to YES then the references to source code will
1002 # source code will now point to the output of htags.
1512 # of code that will be used on startup of the MathJax code. See the MathJax site
1749 # code with syntax highlighting in the LaTeX output.
1889 # captures the structure of the code including all documentation.
1999 # in the source code. If set to NO, only conditional compilation will be
[all …]
/freebsd-13.1/lib/libradius/
H A Dradlib.c864 rad_create_request(struct rad_handle *h, int code) in rad_create_request() argument
876 h->out[POS_CODE] = code; in rad_create_request()
878 if (code == RAD_ACCESS_REQUEST) { in rad_create_request()
896 rad_create_response(struct rad_handle *h, int code) in rad_create_response() argument
903 h->out[POS_CODE] = code; in rad_create_response()
/freebsd-13.1/contrib/libpcap/
H A DINSTALL.md74 code so unless their driver supports packet capture, there's not much
190 emits incorrect code; if grammar.y fails to compile, change every
205 it appears that completely new code would need to be written to capture
292 gencode.c - BPF code generation routines
293 gencode.h - BPF code generation definitions
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_edid.c1391 if (!memcmp(cvt->code, empty, 3)) in drm_cvt_modes()
1394 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2; in drm_cvt_modes()
1395 switch (cvt->code[1] & 0x0c) { in drm_cvt_modes()
1411 if (cvt->code[2] & (1 << j)) { in drm_cvt_modes()
/freebsd-13.1/contrib/ncurses/include/
H A DCaps.hpux1138 # infocmp, and the library compilation code used to support the termcap
120 # You'll need to write custom code, probably in postprocess_termcap() or
142 # difference (there is special code in tic to recognize this situation).
161 #%terminfo description block and available to terminfo-using code. In each
174 #%The termcap code is the old
805 # cares about them enough to hack in code that will translate them into
824 # code uses the 'OT' prefix we put on obsolete capabilities to suppress
853 # These mytinfo codes are not used in the 4.4BSD curses code. They are
859 # The `ko' capability is translated by special code. It should contain a
861 # The `kn' code is accepted but ignored.
[all …]
H A DCaps38 # infocmp, and the library compilation code used to support the termcap
120 # You'll need to write custom code, probably in postprocess_termcap() or
142 # difference (there is special code in tic to recognize this situation).
161 #%terminfo description block and available to terminfo-using code. In each
174 #%The termcap code is the old
789 # cares about them enough to hack in code that will translate them into
808 # code uses the 'OT' prefix we put on obsolete capabilities to suppress
837 # These mytinfo codes are not used in the 4.4BSD curses code. They are
843 # The `ko' capability is translated by special code. It should contain a
845 # The `kn' code is accepted but ignored.
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dmacintosh172 # char. code of file name
173 >106 ubyte !0 \b, char. code %#x
192 # instead 4 character code display full creator name
495 # Derived from the 'fondu' and 'ufond' source code (fondu.sf.net). 'sfnt' is
/freebsd-13.1/contrib/kyua/integration/
H A Dcmd_test_test.sh167 expect_all_pass:exit -> expected_failure: Exiting with correct code [S.UUUs]
197 expect_some_fail:exit -> failed: Test case expected to exit with code 12 but got code 34 [S.UUUs]
228 bogus_test_cases:exit -> broken: Premature exit; test case exited with code 0 [S.UUUs]
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c1290 void hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code, in hs20_rx_deauth_imminent_notice() argument
1299 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice()
1301 if (code == HS20_DEAUTH_REASON_CODE_BSS) { in hs20_rx_deauth_imminent_notice()
1319 if (code == HS20_DEAUTH_REASON_CODE_ESS && wpa_s->current_ssid) { in hs20_rx_deauth_imminent_notice()
/freebsd-13.1/lib/libusb/
H A Dlibusb10.c1659 libusb_strerror(int code) in libusb_strerror() argument
1661 switch (code) { in libusb_strerror()
1696 libusb_error_name(int code) in libusb_error_name() argument
1698 switch (code) { in libusb_error_name()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h.pump11 // * Redistributions of source code must retain the above copyright
43 // Value-parameterized tests allow you to test your code with different
357 // It is useful when testing code that depends on Boolean flags. Combinations
419 // // Test your code using external_flag_1 and external_flag_2 here.
/freebsd-13.1/contrib/subversion/doc/user/
H A Dlj_article.txt77 code difficult to understand, maintain, or extend. For example: CVS's
164 general, code flow begins at the top of the diagram and flows
279 the Subversion source code includes a standard command-line client, it
321 the source code is available via anonymous CVS -- and soon through
/freebsd-13.1/share/misc/
H A Diso63910 # languages -- Part 2: alpha-3 code. The ISO 639-2/RA receives and reviews
36 # a2: ISO 639-1 Alpha-2 code
37 # bib: ISO 639-2/B bibliographic code
38 # term: ISO 639-2/B terminology code
/freebsd-13.1/contrib/libcbor/
H A DDoxyfile216 # uses this value to replace tabs by spaces in code fragments.
398 # useful for C code in case the coding convention dictates that all compound
855 # that contain example code fragments that are included (see the \include
892 # code is scanned, but not when the output code is generated. If lines are added
992 # If the USE_HTAGS tag is set to YES then the references to source code will
1008 # source code will now point to the output of htags.
1499 # of code that will be used on startup of the MathJax code. See the MathJax site
1736 # code with syntax highlighting in the LaTeX output.
1876 # captures the structure of the code including all documentation.
1986 # in the source code. If set to NO, only conditional compilation will be
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_meth_new.pod85 BIO_write_ex(). Older code may call BIO_meth_get_write() and
94 Older code may call BIO_meth_get_read() and BIO_meth_set_read() instead.

1...<<111112113114115116117118119120>>...198