Home
last modified time | relevance | path

Searched refs:code (Results 3301 – 3325 of 4948) sorted by relevance

1...<<131132133134135136137138139140>>...198

/freebsd-13.1/crypto/heimdal/appl/afsutil/
H A DChangeLog41 fallback code
/freebsd-13.1/sys/kern/
H A Dserdev_if.m8 # 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m4109 dnl AS_UNSET code.
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_lm75/
H A DBEGEMOT-LM75-MIB.txt8 -- 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/sys/dev/acpi_support/
H A Dacpi_wmi_if.m8 # 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/sys/cddl/dev/systrace/
H A Dsystrace.c194 sysnum = sa->code; in systrace_probe()
/freebsd-13.1/stand/forth/
H A Dbeastie.4th9 \ 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/contrib/lua/src/
H A Dldump.c102 dumpVector(D, f->code, f->sizecode); in dumpCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSystemRegister.td41 code Requires = [{ {} }];
/freebsd-13.1/share/i18n/csmapper/GB/
H A DUCS%GB2312UDA2.src10 # 1. Redistributions of source code must retain the above copyright
H A DGB2312UDA2%UCS.src10 # 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/usr.sbin/bsdconfig/networking/share/
H A Dnetmask.subr9 # 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/share/i18n/csmapper/ISO-8859/
H A DISO-8859-6%UCS.src45 # Column #1 is the ISO/IEC 8859-6 code (in hex as 0xXX)
H A DISO-8859-8%UCS.src45 # Column #1 is the ISO/IEC 8859-8 code (in hex as 0xXX)
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c212 msg.hdr.code = BCM2835_MBOX_CODE_REQ; in ft5406ts_init()
/freebsd-13.1/sys/dev/pccard/
H A Dcard_if.m7 # 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/sys/dev/ntb/
H A Dntb_if.m8 # 1. Redistributions of source code must retain the above copyright
/freebsd-13.1/sys/dev/usb/wlan/
H A Dif_rsu.c1232 rsu_fw_cmd(struct rsu_softc *sc, uint8_t code, void *buf, int len) in rsu_fw_cmd() argument
1269 cmd->code = code; in rsu_fw_cmd()
1278 __func__, code, cmdsz); in rsu_fw_cmd()
2182 rsu_rx_event(struct rsu_softc *sc, uint8_t code, uint8_t *buf, int len) in rsu_rx_event() argument
2188 "%s: Rx event code=%d len=%d\n", __func__, code, len); in rsu_rx_event()
2189 switch (code) { in rsu_rx_event()
2241 device_printf(sc->sc_dev, "%s: unhandled code (%d)\n", __func__, code); in rsu_rx_event()
2270 rsu_rx_event(sc, cmd->code, (uint8_t *)&cmd[1], cmdsz); in rsu_rx_multi_event()
/freebsd-13.1/stand/ficl/
H A Dwords.c1635 if (pFW->code == parseStepParen) in interpret()
2801 dp->smudge->code = doDoes; in doesParen()
4133 if (pFW && (pFW->code == doLocalIm)) in toValue()
4139 else if (pFW && pFW->code == do2LocalIm) in toValue()
4790 FICL_CODE code; in ficlWordClassify() member
4817 FICL_CODE code = pFW->code; in ficlWordClassify() local
4822 if (codeMap[i].code == code) in ficlWordClassify()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod176 error code if padding is enabled and the final block is not correctly
473 preference to the low-level interfaces. This is because the code then becomes
497 compatibility with existing code. New code should use EVP_EncryptInit_ex(),
521 The ASN1 code is incomplete (and sometimes inaccurate) it has only been tested
/freebsd-13.1/contrib/wpa/src/eap_server/
H A Deap_server.c1520 if (hdr->code == EAP_CODE_RESPONSE) in eap_sm_parseEapResp()
1522 else if (hdr->code == EAP_CODE_INITIATE) in eap_sm_parseEapResp()
1571 resp->code = EAP_CODE_SUCCESS; in eap_sm_buildSuccess()
1589 resp->code = EAP_CODE_FAILURE; in eap_sm_buildFailure()
2021 if (hdr->code != EAP_CODE_INITIATE || *pos != EAP_ERP_TYPE_REAUTH) in eap_erp_update_identity()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h.pump14 // * Redistributions of source code must retain the above copyright
330 // arguments. However rest assured that your code is still type-safe:
487 // allows us to implement action templates using O(N) code, where N is
489 // using it, we'd have to devote O(N^2) amount of code to implement all
717 $$ // show up in the generated code.
/freebsd-13.1/sys/netinet6/
H A Dnd6.c1906 nd6_is_router(int type, int code, int is_new, int old_addr, int new_addr, in nd6_is_router() argument
1953 if (code == ND_REDIRECT_ROUTER) in nd6_is_router()
1990 int lladdrlen, int type, int code) in nd6_cache_lladdr() argument
2118 router = nd6_is_router(type, code, is_newentry, olladdr, in nd6_cache_lladdr()
2123 if ((type & 0xFF) == ND_REDIRECT && code != ND_REDIRECT_ROUTER) in nd6_cache_lladdr()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl78 execute some more user code -- such a thread can execute tasks.
722 // Internal guts -- common code for locks and critical sections, do not call
740 // Internal guts -- common code for locks and critical sections, do not call
895 * __kmp_itt_ordered_start is called just before entering user code (after
897 * __kmp_itt_ordered_end is called after returning from user code.
/freebsd-13.1/crypto/openssh/
H A Dsftp-client.c232 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request() argument
240 if ((r = sshbuf_put_u8(msg, code)) != 0 || in send_string_request()
245 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_request()
250 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request() argument
258 if ((r = sshbuf_put_u8(msg, code)) != 0 || in send_string_attrs_request()
265 conn->fd_out, code, id, a->flags, a->perm); in send_string_attrs_request()

1...<<131132133134135136137138139140>>...198