Home
last modified time | relevance | path

Searched full:param (Results 1 – 25 of 5768) sorted by relevance

12345678910>>...231

/freebsd/crypto/krb5/src/windows/leash/htmlhelp/
H A DIndex.hhk9 <param name="Name" value="bugs">
10 <param name="See Also" value="bugs">
14 <param name="Name" value="discuss in Usenet group">
15 <param name="Name" value="Discuss Bugs">
16 <param name="Local" value="HTML\Report_Bugs.htm">
19 <param name="Name" value="send bug report">
20 <param name="Name" value="Report Bugs">
21 <param name="Local" value="HTML\Report_Bugs.htm">
25 <param name="Name" value="command line">
26 <param name="Name" value="Command_Line">
[all …]
H A DTOC.hhc8 <param name="Window Styles" value="0x800425">
12 <param name="Name" value="Getting Started">
13 <param name="Local" value="Html\Getting_Started.htm">
14 <param name="URL" value="Html\Getting_Started.htm">
18 <param name="Name" value="Getting Started">
19 <param name="Local" value="Html\Getting_Started.htm">
22 <param name="Name" value="What is Kerberos?">
23 <param name="Local" value="Html\Kerberos.htm">
26 <param name="Name" value="Kerberos Terminology">
27 <param name="Local" value="HTML\Kerberos_Terminology.htm">
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h270 * \param Lang Source programming language, eg.
272 * \param FileRef File info.
273 * \param Producer Identify the producer of debugging information
276 * \param ProducerLen The length of the C string passed to \c Producer.
277 * \param isOptimized A boolean flag which indicates whether optimization
279 * \param Flags This string lists command line options. This
283 * \param FlagsLen The length of the C string passed to \c Flags.
284 * \param RuntimeVer This indicates runtime version for languages like
286 * \param SplitName The name of the file that we'll split debug info
288 * \param SplitNameLen The length of the C string passed to \c SplitName.
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_phy_api.h42 * @param p_hwfn
43 * @param p_ptt
44 * @param port
45 * @param addr - nvm offset
46 * @param p_phy_result_buf - result buffer
47 * @param data_hi - low 32 bit of data to write
48 * @param data_lo - high 32 bit of data to write
59 * @param p_hwfn
60 * @param p_ptt
61 * @param port
[all …]
H A Decore_init_fw_funcs.h48 * @param pf_id - physical function ID
49 * @param num_pf_cids - number of connections used by this PF
50 * @param num_vf_cids - number of connections used by VFs of this PF
51 * @param num_tids - number of tasks used by this PF
52 * @param num_pf_pqs - number of PQs used by this PF
53 * @param num_vf_pqs - number of PQs used by VFs of this PF
68 * @param p_hwfn - HW device data
69 * @param max_ports_per_engine - max number of ports per engine in HW
70 * @param max_phys_tcs_per_port - max number of physical TCs per port in HW
71 * @param pf_rl_en - enable per-PF rate limiters
[all …]
H A Decore_mcp_api.h146 u32 param; member
607 * @param p_hwfn
616 * @param p_hwfn
625 * @param p_hwfn
635 * @param p_hwfn
636 * @param p_ptt
637 * @param b_up - raise link if `true'. Reset link if `false'.
648 * @param p_hwfn
649 * @param p_ptt
650 * @param p_mfw_ver - mfw version value
[all …]
H A Decore_mcp.h104 u32 param; member
130 * @param p_hwfn - HW func
131 * @param p_ptt - PTT required for register access
141 * @param p_hwfn
142 * @param p_ptt
150 * @param p_hwfn - HW func
151 * @param p_ptt - PTT required for register access
165 * @param p_hwfn - HW function
166 * @param p_ptt - PTT required for register access
182 * @param p_hwfn - hw function
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c333 struct svcctl_Close *param = arg; in svcctl_s_Close() local
334 ndr_hdid_t *id = (ndr_hdid_t *)&param->handle; in svcctl_s_Close()
338 bzero(&param->result_handle, sizeof (svcctl_handle_t)); in svcctl_s_Close()
339 param->status = ERROR_SUCCESS; in svcctl_s_Close()
349 struct svcctl_ControlService *param = arg; in svcctl_s_ControlService() local
350 ndr_hdid_t *id = (ndr_hdid_t *)&param->service_handle; in svcctl_s_ControlService()
358 bzero(param, sizeof (struct svcctl_ControlService)); in svcctl_s_ControlService()
359 param->status = ERROR_INVALID_HANDLE; in svcctl_s_ControlService()
366 bzero(param, sizeof (struct svcctl_ControlService)); in svcctl_s_ControlService()
367 param->status = ERROR_INVALID_HANDLE; in svcctl_s_ControlService()
[all …]
H A Dsamr_svc.c248 struct samr_Connect *param = arg; in samr_s_Connect() local
253 bcopy(id, &param->handle, sizeof (samr_handle_t)); in samr_s_Connect()
254 param->status = 0; in samr_s_Connect()
256 bzero(&param->handle, sizeof (samr_handle_t)); in samr_s_Connect()
257 param->status = NT_SC_ERROR(NT_STATUS_NO_MEMORY); in samr_s_Connect()
272 struct samr_CloseHandle *param = arg; in samr_s_CloseHandle() local
273 ndr_hdid_t *id = (ndr_hdid_t *)&param->handle; in samr_s_CloseHandle()
277 bzero(&param->result_handle, sizeof (samr_handle_t)); in samr_s_CloseHandle()
278 param->status = 0; in samr_s_CloseHandle()
288 struct samr_QuerySecObject *param = arg; in samr_s_QuerySecObject() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h144 /// \param Lang Source programming language, eg. dwarf::DW_LANG_C99
145 /// \param File File info.
146 /// \param Producer Identify the producer of debugging information
149 /// \param isOptimized A boolean flag which indicates whether optimization
151 /// \param Flags This string lists command line options. This
155 /// \param RV This indicates runtime version for languages like
157 /// \param SplitName The name of the file that we'll split debug info
159 /// \param Kind The kind of debug information to generate.
160 /// \param DWOId The DWOId if this is a split skeleton compile unit.
161 /// \param SplitDebugInlining Whether to emit inline debug info.
[all …]
/freebsd/contrib/unbound/sldns/
H A Dwire2str.h48 * @param data: wireformat packet data (starting at ID bytes).
49 * @param len: length of packet.
56 * @param rr: the wireformat RR, in uncompressed form. Starts at the domain
58 * @param len: length of the rr wireformat.
65 * @param dname: the dname in uncompressed wireformat.
66 * @param dname_len: length of the dname.
73 * @param rrtype: the RR type in host order.
80 * @param rrclass: the RR class in host order.
87 * @param rcode: as integer, host order
94 * @param str: string buffer. Adjusted at end to after the output.
[all …]
H A Dstr2wire.h57 * @param str: the text string with the domain name.
58 * @param buf: the result buffer, suggested size LDNS_MAX_DOMAINLEN+1
59 * @param len: length of the buffer on input, length of the result on output.
67 * @param str: the text string with the domain name.
68 * @param buf: the result buffer, suggested size LDNS_MAX_DOMAINLEN+1
69 * @param len: length of the buffer on input, length of the result on output.
70 * @param origin: the origin to append or NULL (nothing is appended).
71 * @param origin_len: length of origin.
79 * @param str: the text string with the domain name.
80 * @param le
[all...]
/freebsd/contrib/ldns/ldns/
H A Ddnssec_verify.h40 * \param[in] *chain The chain to free
48 * \param[in] *chain The dnssec_data_chain to free
55 * \param[in] *out The file stream to print to
56 * \param[in] *chain The dnssec_data_chain to print
63 * \param[in] *out The file stream to print to
64 * \param[in] *fmt The format of the textual representation
65 * \param[in] *chain The dnssec_data_chain to print
77 * \param[in] *res resolver structure for further needed queries
78 * \param[in] qflags resolution flags
79 * \param[in] *data_set The original rrset where the chain ends
[all …]
H A Dresolver.h154 * \param[in] r the resolver
161 * \param[in] r the resolver
168 * \param[in] r the resolver
175 * \param[in] r the resolver
182 * \param[in] r the resolver
189 * \param[in] r the resolver
196 * \param[in] r the resolver
203 * \param[in] r the resolver
210 * \param[in] r the resolver
216 * \param[in] r the resolver
[all …]
H A Dnet.h.in34 * \param[in] qbin the ldns_buffer to be send
35 * \param[in] to the ip addr to send to
36 * \param[in] tolen length of the ip addr
37 * \param[in] timeout the timeout value for the network
38 * \param[out] answersize size of the packet
39 * \param[out] result packet with the answer
47 * \param[in] qbin the ldns_buffer to be send
48 * \param[in] to the ip addr to send to
49 * \param[in] tolen length of the ip addr
50 * \param[in] timeout *unused*, was the timeout value for the network
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h41 * @param num_pf_cids - number of connections used by this PF
42 * @param num_vf_cids - number of connections used by VFs of this PF
43 * @param num_tids - number of tasks used by this PF
44 * @param num_pf_pqs - number of PQs used by this PF
45 * @param num_vf_pqs - number of PQs used by VFs of this PF
59 * @param p_hwfn - HW device data
60 * @param max_ports_per_engine - max number of ports per engine in HW
61 * @param max_phys_tcs_per_port - max number of physical TCs per port in HW
62 * @param pf_rl_en - enable per-PF rate limiters
63 * @param pf_wfq_en - enable per-PF WFQ
[all …]
H A Decore_mcp_api.h578 * @param p_hwfn
588 * @param p_hwfn
598 * @param p_hwfn
608 * @param p_hwfn
609 * @param p_ptt
610 * @param b_up - raise link if `true'. Reset link if `false'.
621 * @param p_hwfn
622 * @param p_ptt
623 * @param p_mfw_ver - mfw version value
624 * @param p_running_bundle_id - image id in nvram; Optional.
[all …]
H A Decore_dev_api.h48 * @param p_dev
49 * @param dp_module
50 * @param dp_level
51 * @param dp_ctx
62 * @param p_dev
69 * @param p_dev
76 * @param p_dev
85 * @param p_dev
157 * @param p_dev
158 * @param p_params
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decx_s390x.c88 } param; in s390x_x25519_mul() local
91 memset(&param, 0, sizeof(param)); in s390x_x25519_mul()
93 s390x_flip_endian32(param.x25519.u_src, u_src); in s390x_x25519_mul()
94 param.x25519.u_src[0] &= 0x7f; in s390x_x25519_mul()
95 s390x_x25519_mod_p(param.x25519.u_src); in s390x_x25519_mul()
97 s390x_flip_endian32(param.x25519.d_src, d_src); in s390x_x25519_mul()
98 param.x25519.d_src[31] &= 248; in s390x_x25519_mul()
99 param.x25519.d_src[0] &= 127; in s390x_x25519_mul()
100 param.x25519.d_src[0] |= 64; in s390x_x25519_mul()
102 rc = s390x_pcc(S390X_SCALAR_MULTIPLY_X25519, &param.x25519) ? 0 : 1; in s390x_x25519_mul()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dec.h171 * \param meth EC_METHOD to use
177 * \param group EC_GROUP object to be cleared and freed.
182 * \param group EC_GROUP object
188 * \param meth EC_METHOD object
195 * \param group EC_GROUP object to be freed.
200 * \param dst destination EC_GROUP object
201 * \param src source EC_GROUP object
208 * \param src source EC_GROUP object
214 * \param group EC_GROUP object
215 * \param generator EC_POINT object with the generator.
[all …]
/freebsd/contrib/unbound/services/
H A Dlocalzone.h216 * @param zones: to delete.
223 * @param zones: is set up.
224 * @param cfg: config data.
232 * @param z1: zone 1
233 * @param z2: zone 2
240 * @param d1: data 1
241 * @param d2: data 2
248 * @param z: to delete.
255 * @param zones: the zones tree
256 * @param nam
[all...]
/freebsd/sys/kern/
H A Dbus_if.m104 * @param _dev the device whose child is being printed
105 * @param _child the child device to describe
120 * @param _dev the device whose child was being probed
121 * @param _child the child device which failed to probe
144 * @param _dev the device whose child was being examined
145 * @param _child the child device whose instance variable is
147 * @param _index the instance variable to read
148 * @param _result a location to receive the instance variable
167 * @param _dev the device whose child was being updated
168 * @param _child the child device whose instance variable is
[all …]
/freebsd/contrib/libucl/include/
H A Ducl.h245 * @param ud user specified data pointer
260 * @param obj CL object
267 * @param obj CL object
280 * @param type type of a new object
287 * @param type type of a new object
288 * @param priority priority of an object
296 * @param dtor destructor function
297 * @param emitter emitter for userdata
298 * @param ptr opaque pointer
306 * @param other object to copy
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.h78 * @param n: struct with storage.
79 * @param dnskey: algos from this struct set as necessary. DNSKEY set.
80 * @param sigalg: adds to signalled algorithm list too.
87 * @param n: struct with storage.
88 * @param sigalg: signalled algorithm list, numbers ends with 0.
94 * @param n: struct with storage.
95 * @param ds: algos from this struct set as necessary. DS set.
96 * @param fav_ds_algo: filter to use only this DS algo.
97 * @param sigalg: list of signalled algos, constructed as output,
105 * @param n: storage structure processed.
[all …]
H A Dval_utils.h86 * @param query_flags: query flags for the original query.
87 * @param origqinf: query info. The original query name.
88 * @param qinf: query info. The chased query name.
89 * @param rep: response. The original response.
90 * @param skip: offset into the original response answer section.
104 * @param subtype: the type from classify.
105 * @param qinf: query, the chased query name.
106 * @param rep: response to that, original response.
107 * @param cname_skip: how many answer rrsets have been skipped due to CNAME
109 * @param signer_name: signer name, if the response is signed
[all …]

12345678910>>...231