Home
last modified time | relevance | path

Searched refs:code (Results 4026 – 4050 of 4948) sorted by relevance

1...<<161162163164165166167168169170>>...198

/freebsd-13.1/share/syscons/keymaps/
H A Duk.iso-ctrl.kbd4 # code base shift cntrl shift alt shift cntrl shift state
H A Ddanish.iso.kbd4 # code base shift cntrl shift alt shift cntrl shift state
H A Destonian.iso.kbd4 # code base shift cntrl shift alt shift cntrl shift state
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td10 /// WebAssembly Floating-point operand code-gen constructs.
/freebsd-13.1/sys/crypto/openssl/arm/
H A Darmv4-gf2m.S10 .code 32
/freebsd-13.1/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c496 uni_print_ie_internal(enum uni_ietype code, const union uni_ieall *ie, in uni_print_ie_internal() argument
501 if((iedecl = GET_IEDECL(code, ie->h.coding)) != NULL) in uni_print_ie_internal()
506 uni_print_ie(char *buf, size_t size, enum uni_ietype code, in uni_print_ie() argument
510 uni_print_ie_internal(code, ie, cx); in uni_print_ie()
514 uni_check_ie(enum uni_ietype code, union uni_ieall *ie, struct unicx *cx) in uni_check_ie() argument
516 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_check_ie()
642 uni_encode_ie(enum uni_ietype code, struct uni_msg *msg, union uni_ieall *ie, in uni_encode_ie() argument
645 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_encode_ie()
872 uni_diag(enum uni_cause cause, enum uni_coding code) in uni_diag() argument
877 if (code == UNI_CODING_NET) in uni_diag()
/freebsd-13.1/sys/dev/isp/
H A Disp.c3231 uint8_t code = resp[FCP_RSPNS_CODE_OFFSET]; in isp_intr_respq() local
3232 if (code >= nitems(rnames) || rnames[code] == NULL) { in isp_intr_respq()
3234 "Unknown FCP Response Code 0x%x", code); in isp_intr_respq()
3237 ptr = rnames[code]; in isp_intr_respq()
3242 if (code != FCP_RSPNS_TMF_DONE && in isp_intr_respq()
3243 code != FCP_RSPNS_TMF_SUCCEEDED) in isp_intr_respq()
/freebsd-13.1/libexec/rc/
H A Drc.subr7 # This code is derived from software contributed to The NetBSD Foundation
13 # 1. Redistributions of source code must retain the above copyright
809 # If this completes with a non-zero exit code,
814 # returned a zero exit code.
1297 # Helper functions for run_rc_command: common code.
1845 # filesystems. This should allow the rest of the code here to remain
/freebsd-13.1/contrib/openpam/
H A Daclocal.m4333 # Generate code to set up dependency tracking. -*- Autoconf -*-
391 # This code is only required when automatic dependency tracking is enabled.
393 # order to bootstrap the dependency handling code.
649 # the idioms we need for our automatic dependency tracking code.
742 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
/freebsd-13.1/usr.sbin/syslogd/
H A Dsyslogd.c3766 int code; in log_deadchild() local
3773 code = WTERMSIG(status); in log_deadchild()
3776 code = WEXITSTATUS(status); in log_deadchild()
3777 if (code == 0) in log_deadchild()
3782 pid, name, reason, code); in log_deadchild()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1300 std::string code = in Execute_ScriptSummary() local
1304 m_options.m_flags, funct_name, code.c_str()); in Execute_ScriptSummary()
1335 std::string code = " " + m_options.m_python_script; in Execute_ScriptSummary() local
1338 m_options.m_flags, funct_name_str.c_str(), code.c_str()); in Execute_ScriptSummary()
/freebsd-13.1/crypto/heimdal/
H A DChangeLog2 We stop writing change logs, see the source code version control systems history log instead
121 * doc/hx509.texi: No MIT code in hx509.
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig315 …aps :py:class:`SBValue` objects so the resulting object can be used as a variable would be in code.
317 So if you have a Point structure variable in your code in the current frame named "pt",
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat.txt28 SoftFloat is written in C and is designed to work with other C code. The
72 original version of this code was written as part of a project to build
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Domap3-gta04.dtsi56 linux,code = <KEY_PHONE>;
68 linux,code = <SW_LINEIN_INSERT>;
H A Dimx53-ppd.dts233 linux,code = <KEY_POWER>;
243 linux,code = <KEY_F12>;
H A Dexynos5422-odroidxu3-common.dtsi30 linux,code = <KEY_POWER>;
H A Darmada-370.dtsi253 * on the BootROM code to enter/exit idle state).
H A Dat91-sama5d27_som1_ek.dts470 linux,code = <0x104>;
/freebsd-13.1/share/vt/keymaps/
H A Dcz.kbd32 # code base shift cntrl shift alt shift cntrl shift state
145 # code base shift cntrl shift alt shift cntrl shift state
/freebsd-13.1/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4488 [Use the supplied libopts tearoff code]),[
557 dnl Note that disabling of AC_CONFIG_FILES requires Automake 1.11, this code
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib70 # Note: there is no meaningful return code if udevadm fails. Consumers
71 # should not expect a return code (do not call as argument to log_must)
/freebsd-13.1/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S80 # ... 8x aggregate factor AVX code path is using reduction algorithm
82 # CPUs such as Sandy and Ivy Bridge can execute it, the code performs
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_nv.c613 PFNV_CHK(pf_nvuint8(nvl, "code", &rule->code)); in pf_nvrule_to_krule()
791 nvlist_add_number(nvl, "code", rule->code); in pf_krule_to_nvrule()
/freebsd-13.1/sys/dev/mps/mpi/
H A Dmpi2_history.txt9 * 1. Redistributions of source code must retain the above copyright
105 * Added function code for Host Based Discovery Action.

1...<<161162163164165166167168169170>>...198