Home
last modified time | relevance | path

Searched +full:pre +full:- +full:filled (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_get_in_cred.347 Kerberos 5 Library (libkrb5, -lkrb5)
205 terminated array of pre-authentication types.
210 the function will try without pre-authentication and return those
211 pre-authentication that the KDC returned.
216 be filled in with the response of the KDC and should be free with
235 creds should be filled in with the template for a credential that
237 The client and server elements of the creds structure must be filled in.
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h2 * Copyright (c) 2017-2018 Cavium, Inc.
40 * @param p_change - ecore fills 1 iff bulletin board has changed, 0 otherwise.
51 * @param params - the link params structure to be filled for the VF
60 * @param link - the link state structure to be filled for the VF
69 * @param p_link_caps - the link capabilities structure to be filled for the VF
78 * @param num_rxqs - allocated RX queues
87 * @param num_txqs - allocated RX queues
96 * @param num_cids - allocated number of connections
104 * @param port_mac - destination location for port mac
113 * @param num_rxqs - allocated VLAN filters
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dsimple-framebuffer.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/simple-framebuffer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hans de Goede <hdegoede@redhat.com>
13 A simple frame-buffer describes a frame-buffer setup by firmware or
19 sub-nodes of the chosen node (*). Simplefb nodes must be named
41 interaction, then the chosen node stdout-path property should point
46 It is advised that devicetree files contain pre-filled, disabled
52 If pre-filled framebuffer nodes are used, the firmware may need
[all …]
/freebsd/contrib/wpa/src/common/
H A Dgas.c4 * Copyright (c) 2011-2012, Qualcomm Atheros
89 * gas_add_adv_proto_anqp - Add an Advertisement Protocol element
92 * @pame_bi: Pre-Association Message Exchange BSSID Independent (0/1)
95 * @query_resp_len_limit is 0 for request and 1-0x7f for response. 0x7f means
122 wpabuf_put(buf, 2); /* Query Request Length to be filled */ in gas_anqp_build_initial_req()
140 wpabuf_put(buf, 2); /* Query Response Length to be filled */ in gas_anqp_build_initial_resp()
181 wpabuf_put(buf, 2); /* Query Response Length to be filled */ in gas_anqp_build_comeback_resp()
211 * gas_anqp_set_len - Set Query Request/Response Length
215 * the payload has been filled.
245 WPA_PUT_LE16(len, (u8 *) wpabuf_put(buf, 0) - len - 2); in gas_anqp_set_len()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h1 //===-- sanitizer_symbolizer_internal.h --------
[all...]
/freebsd/sys/netgraph/
H A Dng_parse.h5 /*-
24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
50 definable. Several pre-defined types are supplied, for some common
59 A future use of the ASCII form may be for inter-machine communication
64 ------
91 -------
99 --------- ------------
110 -----------
123 subclassing the pre-defined types below. We construct the type in
127 // Super-type info for 'label' field
[all …]
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mtl_hca_guid.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
97 return (p_ca_info->p_attr->p_port_attr[index].port_guid); in osm_ca_info_get_port_guid()
146 * [out] Pointer to a port number arg to be filled with the port number with the given guid.
164 * ALSO -
180 * [out] Pre-allocated array of port attributes to be filled in
183 * [out] The size of the given array. Filled in by the actual numberof ports found.
H A Dosm_vendor_mtl.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
169 return (p_ca_info->p_attr->p_port_attr[index].port_guid); in osm_ca_info_get_port_guid()
202 return (p_ca_info->p_attr->num_ports); in osm_ca_info_get_num_ports()
247 * [out] Pointer to a port number arg to be filled with the port number with the given guid.
265 * ALSO -
281 * [out] Pre-allocated array of port attributes to be filled in
284 * [out] The size of the given array. Filled in by the actual numberof ports found.
H A Dosm_vendor_ts.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
245 return (p_ca_info->p_attr->p_port_attr[index].port_guid); in osm_ca_info_get_port_guid()
278 return (p_ca_info->p_attr->num_ports); in osm_ca_info_get_num_ports()
323 * [out] Pointer to a port number arg to be filled with the port number with the given guid.
341 * ALSO -
357 * [out] Pre-allocated array of port attributes to be filled in
360 * [out] The size of the given array. Filled in by the actual numberof ports found.
/freebsd/contrib/sendmail/libsm/
H A Dio.html9 <br> $Id: io.html,v 1.3 2001-03-17 03:22:50 gshapiro Exp $
86 <pre>
89 </pre>
98 <pre>
157 </pre>
162 pre-defined values:
165 SM_TIME_DEFAULT - timeout using the default setting for this file type
168 SM_TIME_FOREVER - timeout will take forever; blocks until task completed
171 SM_TIME_IMMEDIATE - timeout (virtually) now
185 <!-- SM_IO_FOPEN -->
[all …]
/freebsd/stand/kboot/kboot/arch/amd64/
H A Damd64_tramp.S1 /*-
50 * the stack, not in registers, and these args are 32-bit not 64
54 * - kernel mapped at KERNBASE, aligned to 2MB, below 4GB, contiguous memory
55 * - there is a 2M hole at KERNBASE (KERNSTART = KERNBASE + 2M)
56 * - kernel is mapped with 2M superpages
57 * - The kernel, modules and metadata is in first 4GB which is unity mapped
58 * - There's additional memory after loader provided data for early allocations
67 * set it and then retq to jump to the kernel with its stack args filled in.
68 * Since the handoff to this code used to be from 32-bit code, it uses the i386
76 leaq tramp_pt4(%rip), %rsp /* Setup our pre-filled-in stack */
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Dkrb5_fileformats.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
28 The following C-like structure definitions illustrate the MIT keytab file format. All values are in…
29 <div class="fragment"><pre class="fragment"> keytab {
56 </pre></div><p>
66 …s overridden by the 32 bit vno field if it is present. The vno8 field is filled with the lower 8 b…
67 …ption type is the same as the Kerberos standard (e.g. 3 is des-cbc-md5, 23 is arcfour-hmac-md5, et…
[all …]
H A Dgraph_legend.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
24 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/…
58 </pre></div> If the <code>MAX_DOT_GRAPH_HEIGHT</code> tag in the configuration file is set to 240 t…
65 A filled gray box represents the struct or class for which the graph is generated. </li>
86 <hr size="1"><address style="text-align: right;"><small>
/freebsd/contrib/ntp/html/drivers/
H A Doncore-shmem.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
7 <title>ONCORE - SHMEM</title>
12 <h3>Motorola ONCORE - The Shared Memory Interface</h3>
14 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate -->
21 …/M12 manuals are available as a pdf documents at <a href="http://www.synergy-gps.com/Mot_Manuals.h…
22 …<p>This interface was written by Poul-Henning Kamp (phk@FreeBSD.org), and modified by Reg Clemens …
25 <pre>
31 </pre>
33 <pre>
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8536ds_36b.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * MPC8536DS Device Tree Source (36-bit address map)
5 * Copyright 2008-2009, 2011 Freescale Semiconductor, Inc.
8 /include/ "mpc8536si-pre.dtsi"
16 #address-cells = <1>;
17 #size-cells = <0>;
22 next-level-cache = <&L2>;
28 reg = <0 0 0 0>; // Filled by U-Boot
47 clock-frequency = <66666666>;
48 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
[all …]
H A Dmpc8536ds.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
8 /include/ "mpc8536si-pre.dtsi"
16 #address-cells = <1>;
17 #size-cells = <0>;
22 next-level-cache = <&L2>;
28 reg = <0 0 0 0>; // Filled by U-Boot
47 clock-frequency = <66666666>;
48 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
49 interrupt-map = <
104 /include/ "mpc8536si-post.dtsi"
H A Dmpc8544ds.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
8 /include/ "mpc8544si-pre.dtsi"
16 reg = <0 0 0 0>; // Filled by U-Boot
33 clock-frequency = <66666666>;
34 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
35 interrupt-map = <
99 * for interrupt-map & interrupt-map-mask
102 /include/ "mpc8544si-post.dtsi"
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Dgraph_legend.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
22 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/…
56 </pre></div> If the <code>MAX_DOT_GRAPH_HEIGHT</code> tag in the configuration file is set to 240 t…
63 A filled gray box represents the struct or class for which the graph is generated. </li>
84 <hr size="1"><address style="text-align: right;"><small>
/freebsd/crypto/heimdal/doc/doxyout/wind/html/
H A Dgraph_legend.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
22 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/…
56 </pre></div> If the <code>MAX_DOT_GRAPH_HEIGHT</code> tag in the configuration file is set to 240 t…
63 A filled gray box represents the struct or class for which the graph is generated. </li>
84 <hr size="1"><address style="text-align: right;"><small>
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h1 //===- ODRDiagsEmitter.h - Emits diagnostic for ODR mismatches --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
42 /// you need to provide pre-merge definition data in \p SecondDD.
65 assert(FirstID->data().Definition != SecondID->data().Definition && in diagnoseMismatch()
67 return diagnoseMismatch(FirstID, SecondID, &SecondID->data()); in diagnoseMismatch()
74 /// you need to provide pre-merge definition data in \p SecondDD.
83 assert(FirstProtocol->data().Definition != in diagnoseMismatch()
84 SecondProtocol->data().Definition && in diagnoseMismatch()
87 &SecondProtocol->data()); in diagnoseMismatch()
[all …]
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dgraph_legend.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3 <title>HeimdalGSS-APIlibrary: Graph Legend</title>
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
23 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/…
57 </pre></div> If the <code>MAX_DOT_GRAPH_HEIGHT</code> tag in the configuration file is set to 240 t…
64 A filled gray box represents the struct or class for which the graph is generated. </li>
85 <hr size="1"><address style="text-align: right;"><small>
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dgraph_legend.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
23 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/…
57 </pre></div> If the <code>MAX_DOT_GRAPH_HEIGHT</code> tag in the configuration file is set to 240 t…
64 A filled gray box represents the struct or class for which the graph is generated. </li>
85 <hr size="1"><address style="text-align: right;"><small>
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Dgraph_legend.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
23 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/…
57 </pre></div> If the <code>MAX_DOT_GRAPH_HEIGHT</code> tag in the configuration file is set to 240 t…
64 A filled gray box represents the struct or class for which the graph is generated. </li>
85 <hr size="1"><address style="text-align: right;"><small>
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dgraph_legend.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/…
10 <!-- end of header marker -->
11 <!-- Generated by Doxygen 1.5.6 -->
24 Consider the following example: <div class="fragment"><pre class="fragment"><span class="comment">/…
58 </pre></div> If the <code>MAX_DOT_GRAPH_HEIGHT</code> tag in the configuration file is set to 240 t…
65 A filled gray box represents the struct or class for which the graph is generated. </li>
86 <hr size="1"><address style="text-align: right;"><small>
/freebsd/include/
H A Dpwd.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
80 * upper 4 bits are interpreted as a version. Pre-FreeBSD 5.1 format
81 * entries are version `3' -- this conveniently results in the same
82 * key values as before. The new, architecture-independent entries
86 * old pre-FreeBSD 5.1 values so these apps still work. Consequently
122 int pw_fields; /* internal: fields filled in */

12345678910>>...13