Home
last modified time | relevance | path

Searched full:obtain (Results 1 – 25 of 7112) sorted by relevance

12345678910>>...285

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h576 * Obtain the global context instance.
728 * Obtain a Type from a context by its registered name.
797 * Obtain the identifier of a module.
799 * @param M Module to obtain identifier of
817 * Obtain the module's original source file name.
819 * @param M Module to obtain the name of
838 * Obtain the data layout for a module.
857 * Obtain the target triple for a module.
1031 * Obtain the context to which this module is associated.
1041 * Obtain an iterator to the first NamedMDNode in a Module.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp132 // 1) a lambda we know at compile time. We will obtain the name of the lambda in FindLibCppStdFunctionCallableInfo()
134 // the lambda's operator()() and obtain the line table entry. in FindLibCppStdFunctionCallableInfo()
136 // will be stored after the vtable. We will obtain the lambdas name from in FindLibCppStdFunctionCallableInfo()
137 // this entry and lookup operator()() and obtain the line table entry. in FindLibCppStdFunctionCallableInfo()
138 // 3) a callable object via operator()(). We will obtain the name of the in FindLibCppStdFunctionCallableInfo()
140 // look up the objects operator()() and obtain the line table entry. in FindLibCppStdFunctionCallableInfo()
142 // we will obtain the name from this pointer. in FindLibCppStdFunctionCallableInfo()
144 // we will obtain the name from this pointer. in FindLibCppStdFunctionCallableInfo()
253 // and obtain the data we need. in FindLibCppStdFunctionCallableInfo()
371 // The behavior will be that we will attempt to obtain the wrapped in GetStepThroughTrampolinePlan()
[all …]
/freebsd/tests/sys/audit/
H A Dinter-process.c72 /* Create a message queue and obtain the corresponding identifier */ in ATF_TC_BODY()
119 /* Create a message queue and obtain the corresponding identifier */ in ATF_TC_BODY()
176 /* Create a message queue and obtain the corresponding identifier */ in ATF_TC_BODY()
235 /* Create a message queue and obtain the corresponding identifier */ in ATF_TC_BODY()
282 /* Create a message queue and obtain the corresponding identifier */ in ATF_TC_BODY()
332 /* Create a message queue and obtain the corresponding identifier */ in ATF_TC_BODY()
384 /* Create a message queue and obtain the corresponding identifier */ in ATF_TC_BODY()
459 /* Create a shared memory segment and obtain the identifier */ in ATF_TC_BODY()
515 /* Create a shared memory segment and obtain the identifier */ in ATF_TC_BODY()
566 /* Create a shared memory segment and obtain the identifier */ in ATF_TC_BODY()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reguid/
H A Dzpool_reguid_001_pos.ksh27 # 1. Use zpool get to obtain the initial GUID of a pool.
45 log_fail "Unable to obtain the new GUID of pool $TESTPOOL"
55 log_fail "Unable to obtain the initial GUID of pool $TESTPOOL"
60 log_fail "Unable to obtain the new GUID of pool $TESTPOOL"
/freebsd/contrib/libfido2/man/
H A Dfido2-assert.178 to obtain a new assertion from
134 Obtain an assertion using a resident credential.
168 Obtain an assertion using U2F.
191 will use it to obtain the PIN.
275 obtain an assertion from an authenticator at
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod139 with infoType C<signKeyPairTypes> to obtain the set of signature
145 to obtain a list of CA certificates from the CMP server referenced by I<ctx>.
151 with infoType rootCaCert to obtain from the CMP server referenced by I<ctx>
168 to obtain CRL from the CMP server referenced by I<ctx> in a genp response message
176 infoType certReqTemplate to obtain a certificate request template from the
200 should be used to obtain the server validated certificate
259 this file except in compliance with the License. You can obtain a copy
H A DBN_CTX_start.pod19 These functions are used to obtain temporary B<BIGNUM> variables from
25 called repeatedly to obtain temporary B<BIGNUM>s. All BN_CTX_get()
54 this file except in compliance with the License. You can obtain a copy
H A DSSL_CTX_set_tlsext_status_cb.pod69 Typically a callback would obtain an OCSP_RESPONSE object from this data via a
76 responses. Typically the server callback would obtain the server certificate
78 obtain the OCSP response to be sent back; and then set that response data by
123 this file except in compliance with the License. You can obtain a copy
H A DSSL_get_stream_read_state.pod74 may or may not still be possible to obtain any residual data which remains to be
106 The QUIC connection to which the stream belongs was closed. You can obtain
127 connection closure. However, you can obtain the overall error code associated
158 this file except in compliance with the License. You can obtain a copy
H A DSSL_CTX_set_info_callback.pod28 obtain state information for SSL objects created from B<ctx> during connection
34 obtain state information for B<ssl> during connection setup and use.
46 When setting up a connection and during use, it is possible to obtain state
166 this file except in compliance with the License. You can obtain a copy
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_CMP_exec_certreq.3199 with infoType \f(CW\*(C`signKeyPairTypes\*(C'\fR to obtain the set of signature
205 to obtain a list of CA certificates from the CMP server referenced by \fIctx\fR.
211 with infoType rootCaCert to obtain from the CMP server referenced by \fIctx\fR
228 to obtain CRL from the CMP server referenced by \fIctx\fR in a genp response message
236 infoType certReqTemplate to obtain a certificate request template from the
259 should be used to obtain the server validated certificate
313 this file except in compliance with the License. You can obtain a copy
H A DSSL_CTX_set_tlsext_status_cb.3128 Typically a callback would obtain an OCSP_RESPONSE object from this data via a
135 responses. Typically the server callback would obtain the server certificate
137 obtain the OCSP response to be sent back; and then set that response data by
178 this file except in compliance with the License. You can obtain a copy
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Ddebugging.md5 available. There are two approaches you can use to obtain this data:
36 - Pro: No need to obtain a keylog
40 - Con: Need to obtain a keylog
113 may be able to obtain a keylog from that other implementation. (It does not
114 matter from which side of the connection you obtain the keylog.)
/freebsd/sys/kern/
H A Dkern_mtxpool.c93 * The returned mutex is a leaf level mutex, meaning that if you obtain it
94 * you cannot obtain any other mutexes until you release it. You can
165 * Obtain a (shared) mutex from the pool. The returned mutex is a leaf
166 * level mutex, meaning that if you obtain it you cannot obtain any other
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DGlossary.htm25 <dd> Properties (renewable and/or forwardable) assigned to a ticket when you obtain it. Show or h…
30 <dd> Tickets flagged as forwardable when you obtain them can be forwarded to the remote host when …
39 …>krbtgt</span> because with Kerberos you first obtain a Ticket Granting Ticket that is then used t…
65 <dd> Obtain your ticket by entering your user name and password. The ticket is an encrypted block o…
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_sim.c73 /* obtain the simulator directory */ in __get_simulator_dir()
84 /* obtain the node name we simulate */ in __get_simulator_dir()
119 * Obtain the number of local CAs by scanning /proc/infiniband/core
221 "Fail to obtain HCA name. In info file:(%s).\n", in __parse_ca_info_file()
236 "Fail to obtain GUID in info file:(%s).\n", in __parse_ca_info_file()
249 /* obtain number of ports */ in __parse_ca_info_file()
253 "Fail to obtain number of ports in info file:(%s).\n", in __parse_ca_info_file()
353 "Fail to obtain port state. In info file:(%s).\n", in __parse_port_info_file()
379 "Fail to obtain port lid. In info file:(%s).\n", in __parse_port_info_file()
394 "Fail to obtain port LMC. In info file:(%s).\n", in __parse_port_info_file()
[all …]
H A Dosm_vendor_mlx_hca_pfs.c81 * Obtain the number of local CAs by scanning /proc/infiniband/core
175 "Fail to obtain HCA name. In info file:(%s).\n", in __parse_ca_info_file()
190 "Fail to obtain GUID in info file:(%s).\n", in __parse_ca_info_file()
203 /* obtain number of ports */ in __parse_ca_info_file()
207 "Fail to obtain number of ports in info file:(%s).\n", in __parse_ca_info_file()
307 "Fail to obtain port state. In info file:(%s).\n", in __parse_port_info_file()
333 "Fail to obtain port lid. In info file:(%s).\n", in __parse_port_info_file()
348 "Fail to obtain port LMC. In info file:(%s).\n", in __parse_port_info_file()
364 "Fail to obtain port SM LID. In info file:(%s).\n", in __parse_port_info_file()
380 "Fail to obtain port SM SL. In info file:(%s).\n", in __parse_port_info_file()
[all …]
/freebsd/crypto/krb5/doc/html/appdev/refs/api/
H A Dkrb5_tkt_creds_get.html8 …<title>krb5_tkt_creds_get - Synchronously obtain credentials using a TGS request context. &#8212; …
40 …-bugs@mit.edu?subject=Documentation__krb5_tkt_creds_get - Synchronously obtain credentials using …
53 <section id="krb5-tkt-creds-get-synchronously-obtain-credentials-using-a-tgs-request-context">
54 …t - Synchronously obtain credentials using a TGS request context.<a class="headerlink" href="#krb…
90 <li><a class="reference internal" href="#">krb5_tkt_creds_get - Synchronously obtain credentials u…
154 …-bugs@mit.edu?subject=Documentation__krb5_tkt_creds_get - Synchronously obtain credentials using …
/freebsd/lib/libc/gen/
H A Dcap_rights_get.333 .Nd obtain capability rights
43 function allows to obtain current capability rights for the given descriptor.
64 rights and how to obtain them.
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_loongarch64.S28 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
76 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
124 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
172 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
H A Dtsan_rtl_amd64.S33 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
75 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
124 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
181 // obtain SP, store in %rdi, first argument to `void __tsan_setjmp(uptr sp)`
H A Dtsan_rtl_aarch64.S36 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
87 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
139 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
192 // Obtain SP, first argument to `void __tsan_setjmp(uptr sp)`
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dmk_req.c10 * export to obtain such a license before exporting.
35 TGS request with default parameters is used in an attempt to obtain
65 /* obtain ticket & session key */ in krb5_mk_req()
/freebsd/crypto/krb5/doc/html/_sources/user/
H A Dtkt_mgmt.rst.txt46 obtain valid tickets.
49 to obtain postdated service tickets.
51 **Renewable** tickets can be used to obtain new session keys without
102 you may need to explicitly obtain your Kerberos tickets, using the
104 use the kinit program to obtain new ones.
156 **d** for days. For example, to obtain forwardable tickets for
178 The :ref:`klist(1)` command shows your tickets. When you first obtain
/freebsd/crypto/krb5/doc/user/
H A Dtkt_mgmt.rst46 obtain valid tickets.
49 to obtain postdated service tickets.
51 **Renewable** tickets can be used to obtain new session keys without
102 you may need to explicitly obtain your Kerberos tickets, using the
104 use the kinit program to obtain new ones.
156 **d** for days. For example, to obtain forwardable tickets for
178 The :ref:`klist(1)` command shows your tickets. When you first obtain

12345678910>>...285