| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | mtk-btcvsd-snd.txt | 4 - compatible = "mediatek,mtk-btcvsd-snd"; 17 mtk-btcvsd-snd@18000000 { 18 compatible = "mediatek,mtk-btcvsd-snd";
|
| H A D | ux500-mop500.txt | 6 - compatible : "stericsson,snd-soc-mop500" 16 compatible = "stericsson,snd-soc-mop500";
|
| H A D | ux500-msp.txt | 14 compatible = "stericsson,snd-soc-mop500";
|
| H A D | qcom,sdm845.txt | 69 model = "sdm845-snd-card";
|
| /freebsd/crypto/openssh/ |
| H A D | libcrux_mlkem768_sha3.h | 141 .snd = EURYDICE_SLICE((element_type *)slice.ptr, mid, slice.len)}) 145 .snd = {.ptr = (char *)slice.ptr + mid * sizeof(element_type), \ 300 uint8_t snd[1184U]; member 404 Eurydice_slice snd[4U]; member 549 uint8_t snd[32U]; member 745 Eurydice_slice snd; member 750 Eurydice_slice snd[1U]; member 1031 Eurydice_slice out01 = uu____0.snd; in libcrux_sha3_portable_keccak_split_at_mut_1() 1034 lit.snd[0U] = out01; in libcrux_sha3_portable_keccak_split_at_mut_1() 2486 memcpy(o1, uu____4.snd, (size_t)1U * sizeof(Eurydice_slice)); in libcrux_sha3_generic_keccak_keccak_e9() [all …]
|
| H A D | kexmlkem768x25519.c | 148 if ((r = sshbuf_put(buf, enc.snd, sizeof(enc.snd))) != 0 || in kex_kem_mlkem768x25519_enc() 162 dump_digest("server kem key:", enc.snd, sizeof(enc.snd)); in kex_kem_mlkem768x25519_enc()
|
| H A D | mlkem768.sh | 128 if (sizeof(enc_result.snd) != crypto_kem_mlkem768_BYTES) 138 if (memcmp(shared_key, enc_result.snd, sizeof(shared_key)) != 0)
|
| /freebsd/crypto/heimdal/lib/ipc/ |
| H A D | client.c | 547 heim_ipc_call(heim_ipc ctx, const heim_idata *snd, heim_idata *rcv, in heim_ipc_call() argument 552 return (ctx->ops->ipc)(ctx->ctx, snd, rcv, cred); in heim_ipc_call() 556 heim_ipc_async(heim_ipc ctx, const heim_idata *snd, void *userctx, in heim_ipc_async() argument 564 ret = (ctx->ops->ipc)(ctx->ctx, snd, &rcv, &cred); in heim_ipc_async() 570 return (ctx->ops->async)(ctx->ctx, snd, userctx, func); in heim_ipc_async()
|
| /freebsd/sbin/devd/ |
| H A D | Makefile | 57 SND= snd.conf
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 245 int rcv, int snd, int listen, int* reuseport, int transparent, in create_udp_sock() argument 260 (void)snd; in create_udp_sock() 443 if(snd) { in create_udp_sock() 451 if(setsockopt(s, SOL_SOCKET, SO_SNDBUFFORCE, (void*)&snd, in create_udp_sock() 452 (socklen_t)sizeof(snd)) < 0) { in create_udp_sock() 466 if(setsockopt(s, SOL_SOCKET, SO_SNDBUF, (void*)&snd, in create_udp_sock() 467 (socklen_t)sizeof(snd)) < 0) { in create_udp_sock() 482 &slen) >= 0 && got < snd/2) { in create_udp_sock() 489 (unsigned)snd, (unsigned)got); in create_udp_sock() 1050 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, in make_sock() argument [all …]
|
| H A D | listen_dnsport.h | 285 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
|
| /freebsd/share/doc/smm/18.net/ |
| H A D | spell.ok | 272 snd
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | ulcb-kf-simple-audio-card-mix+split.dtsi | 41 label = "snd-kf-split";
|
| H A D | ulcb-kf-audio-graph-card-mix+split.dtsi | 37 label = "snd-kf-split";
|
| H A D | ulcb-kf-audio-graph-card2-mix+split.dtsi | 37 label = "snd-kf-split";
|
| H A D | ulcb-kf.dtsi | 298 snd-rst-hog {
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mm-phyboard-polis-peb-av-10.dtso | 54 simple-audio-card,name = "snd-peb-av-10";
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am335x-wega.dtsi | 13 simple-audio-card,name = "snd-wega";
|
| /freebsd/share/misc/ |
| H A D | iso639 | 435 sd snd snd Sindhi
|
| /freebsd/sys/netinet/ |
| H A D | in_pcb.h | 315 struct xktls_session_onedir snd; member
|
| H A D | tcp_subr.c | 2824 ktls_session_to_xktls_onedir(kss, ek, &xktls->snd); in tcp_ktlslist_locked() 2863 xktls->snd.cipher_key_len = 0; in tcp_ktlslist_locked() 2864 xktls->snd.auth_key_len = 0; in tcp_ktlslist_locked() 2876 xktls->snd.drv_st_len = sz; in tcp_ktlslist_locked()
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | sound.c | 58 SYSCTL_NODE(_hw, OID_AUTO, snd, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
|
| /freebsd/sys/kern/ |
| H A D | vfs_cache.c | 4322 struct nameidata_saved snd; member 4390 fpl->snd.cn_nameptr = fpl->ndp->ni_cnd.cn_nameptr; in cache_fpl_checkpoint() 4391 fpl->snd.ni_pathlen = fpl->debug.ni_pathlen; in cache_fpl_checkpoint() 4401 fpl->debug.ni_pathlen = fpl->snd.ni_pathlen; in cache_fpl_restore_partial() 4743 if (cnp->cn_nameptr != fpl->snd.cn_nameptr) { in cache_fplookup_partial_setup() 4745 cnp->cn_nameptr, fpl->snd.cn_nameptr, cnp->cn_pnbuf); in cache_fplookup_partial_setup()
|
| /freebsd/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 440 hw.snd.pcm0.ac97rate 443 hw.snd.verbose 454 hw.snd.report_soft_formats
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 783 MLINKS+=pcm.4 snd.4 \
|