Searched +full:post +full:- +full:init +full:- +full:providers (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | renesas,rsnd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car Sound Driver 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 17 - items: 18 - enum: 19 - renesas,rcar_sound-r8a7778 # R-Car M1A 20 - renesas,rcar_sound-r8a7779 # R-Car H1 21 - const: renesas,rcar_sound-gen1 [all …]
|
/freebsd/sys/geom/ |
H A D | geom_subr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2002 Poul-Henning Kamp 8 * This software was developed for the FreeBSD Project by Poul-Henning Kamp 10 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 78 int post; member 120 * This event offers a new class a chance to taste all preexisting providers. 137 mp = hh->mp; in g_load_class() 138 hh->error = 0; in g_load_class() 139 if (hh->post) { in g_load_class() [all …]
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved. 40 * send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or 48 ret = ssl3_write_bytes(s, type, &s->init_buf->data[s->init_off], in ssl3_do_write() 49 s->init_num, &written); in ssl3_do_write() 51 return -1; in ssl3_do_write() 58 if (!SSL_IS_TLS13(s) || (s->statem.hand_state != TLS_ST_SW_SESSION_TICKET in ssl3_do_write() 59 && s->statem.hand_state != TLS_ST_CW_KEY_UPDATE in ssl3_do_write() 60 && s->statem.hand_state != TLS_ST_SW_KEY_UPDATE)) in ssl3_do_write() 62 (unsigned char *)&s->init_buf->data[s->init_off], in ssl3_do_write() 64 return -1; in ssl3_do_write() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dlpi.c | 24 * <List-tcpdump-workers@subscriptions.pizzolato.net>, 29 * Packet capture routine for DLPI under SunOS 5, HP-UX 9/10/11, and AIX. 33 * - The DLIOCRAW ioctl() is specific to SunOS. 35 * - There is a bug in bufmod(7) such that setting the snapshot 38 * - It might be desirable to use pfmod(7) to filter packets in the 41 * - An older version of the HP-UX DLPI Programmer's Guide, which 45 * http://docs.hp.com/hpux/onlinedocs/B2355-90093/B2355-90093.html 49 * http://h21007.www2.hp.com/dspp/files/unprotected/Drivers/Docs/Refs/B2355-90093.pdf 53 * - The HP-UX 10.x, 11.0, and 11i v1.6 version of the HP-UX DLPI 57 * http://docs.hp.com/en/B2355-90139/index.html [all …]
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> 544 sc->sc_dev = dev; in bwn_attach() 546 sc->sc_debug = bwn_debug; in bwn_attach() 553 sc->sc_quirks = bhnd_device_quirks(dev, bwn_devices, in bwn_attach() 558 sc->sc_quirk in bwn_attach() 5796 bwn_dma_newbuf(struct bwn_dma_ring * dr,struct bwn_dmadesc_generic * desc,struct bwn_dmadesc_meta * meta,int init) bwn_dma_newbuf() argument [all...] |
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 18 * - Redistributions of source code must retain the above 22 * - Redistributions in binary form must reproduce the above 83 * Size of a non-RMPP MAD datagram. 109 #define MAD_RMPP_DATA_SIZE (MAD_BLOCK_SIZE - MAD_RMPP_HDR_SIZE) 149 * Well-known Q_Key for QP1 privileged mode access (15.4.2). 705 * Total number of methods available to a class, not including the R-bit. 1931 * Defines the network ordered type for 16-bit values. [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 2 * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. 50 * If we don't have ec or dh then there are no built-in groups that are usable 56 /* Defined in tls-provider.c */ 154 if (client_log_buffer_index + line_length > sizeof(client_log_buffer) - 1) { in client_keylog_callback() 170 if (server_log_buffer_index + line_length > sizeof(server_log_buffer) - 1) { in server_keylog_callback() 226 * hex-encoded encrypted secret, then the hex-encoded pre-master in test_keylog_output() 243 * Master secret. Tokens should be: 64 ASCII bytes of hex-encoded in test_keylog_output() 244 * client random, then the hex-encoded master secret. in test_keylog_output() 281 * TLSv1.3 secret. Tokens should be: 64 ASCII bytes of hex-encoded in test_keylog_output() 282 * client random, and then the hex-encoded secret. In this case, in test_keylog_output() [all …]
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 1 --- 7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations. 10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe. 15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org> 18 * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates 25 * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs. 29 * [Bug 3864] ntpd IPv6 refid different for big-endia [all...] |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1 //===- DAGCombiner.cpp - Implement a DAG node combiner --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 88 STATISTIC(PreIndexedNodes , "Number of pre-indexed nodes created"); 89 STATISTIC(PostIndexedNodes, "Number of post-indexed nodes created"); 99 CombinerGlobalAA("combiner-global-alias-analysis", cl::Hidden, 103 UseTBAA("combiner-use-tbaa", cl::Hidden, cl::init(true), 108 CombinerAAOnlyFunc("combiner-aa-only-func", cl::Hidden, 109 cl::desc("Only use DAG-combiner alias analysis in this" [all …]
|