Home
last modified time | relevance | path

Searched +full:per +full:- +full:context (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h2 * Copyright (c) 2017-2018 Cavium, Inc.
36 * @brief ecore_qm_pf_mem_size - Prepare QM ILT sizes
41 * @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
56 * @brief ecore_qm_common_rt_init - Prepare QM runtime init values for the
59 * @param p_hwfn - HW device data
60 * @param max_ports_per_engine - max number of ports per engine in HW
[all …]
H A Decore_roce_api.h2 * Copyright (c) 2017-2018 Cavium, Inc.
46 * element may be inserted into the CNQ and another element is used per CQ to
48 * The FW supports a CNQ of 64k-1 and this apparently causes an issue - notice
53 #define ECORE_RDMA_MAX_CNQ_SIZE (0xFFFF) /* 2^16 - 1 */
75 void (*affiliated_event_t)(void *context,
80 void (*unaffiliated_event_t)(void *context,
84 void *context; member
101 * per Work Request supported
104 * per Work Request supported for SRQ
115 * outstanding per QP
[all …]
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_query_device.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_QUERY_DEVICE 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_query_device \- query an RDMA device's attributes
11 .BI "int ibv_query_device(struct ibv_context " "*context",
16 returns the attributes of the device with context
17 .I context\fR.
30 uint32_t vendor_id; /* Vendor ID, per IEEE */
36 int max_sge; /* Maximum number of s/g per WR for SQ & RQ of QP f…
37 int max_sge_rd; /* Maximum number of s/g per WR for RDMA Read opera…
[all …]
/freebsd/lib/libgssapi/
H A Dgssapi.31 .\" -*- nroff -*-
34 GSS-API Library (libgssapi, -lgssapi)
42 Typically, GSS-API callers will be application protocols into which
44 provided by the GSS-API.
45 The GSS-API allows a caller application to authenticate a principal
49 on a per-message basis.
51 There are four stages to using the GSS-API:
52 .Bl -tag -width "a)"
61 context using their credentials.
62 The security context is a pair of GSS-API data structures that contain
[all …]
H A Dgss_init_sec_context.31 .\" -*- nroff -*-
33 .Nd Initiate a security context with a peer application
55 Initiates the establishment of a security context between the
66 of the output_token argument to zero. To complete the context
85 .Bd -literal
89 input_token->length = 0;
109 if (output_token->length != 0) {
131 .Dv GSS_S_CONTINUE_NEEDED, the context is not fully established and the
133 .Bl -bullet
141 .Dv GSS_C_PROT_READY_FLAG, indicating that per-message services may be
[all …]
H A Dgss_accept_sec_context.31 .\" -*- nroff -*-
33 .Nd Accept a security context initiated by a peer application
53 Allows a remotely initiated security context between the application and a remote
66 To complete the context establishment, one or more reply tokens may be
84 .Bd -literal
103 if (output_token->length != 0) {
119 .Dv GSS_S_CONTINUE_NEEDED , the context is not fully established and the
128 .Dv GSS_C_PROT_READY_FLAG , indicating that per-message services may be
148 implementation expects would be valid if context establishment were
159 returns, whether or not the context is fully established.
[all …]
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Ddisplay_status.c2 * Copyright (c) 1998 - 2006 Kungliga Tekniska Högskolan
69 "No context has been established", in routine_error()
73 "The context has expired", in routine_error()
75 "The quality-of-protection requested could not be provide", in routine_error()
98 "duplicate per-message token detected", in supplementary_error()
99 "timed-out per-message token detected", in supplementary_error()
100 "reordered (early) per-message token detected", in supplementary_error()
115 krb5_context context; in _gsskrb5_clear_status() local
117 if (_gsskrb5_init (&context) != 0) in _gsskrb5_clear_status()
119 krb5_clear_error_message(context); in _gsskrb5_clear_status()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_RAND.pod18 EVP_RAND_STATE_ERROR - EVP RAND routines
76 The EVP RAND routines are a high-level interface to random number generators
93 B<EVP_RAND_CTX> is a context type that holds the algorithm inputs.
99 a library context I<libctx> and a set of I<properties>.
109 NULL is a valid parameter, for which this function is a no-op.
111 =head2 Context manipulation functions
113 EVP_RAND_CTX_new() creates a new context for the RAND implementation I<rand>.
121 EVP_RAND_CTX_free() frees up the context I<ctx>. If I<ctx> is NULL, nothing
124 EVP_RAND_CTX_get0_rand() returns the B<EVP_RAND> associated with the context
133 will be sought. This call operates as per NIST SP 800-90A and SP 800-90C.
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_fabric.c1 /*-
36 * - Fabric logins.
37 * - Fabric controller events.
38 * - Name/directory services interaction.
39 * - Point-to-point logins.
45 @defgroup p2p_sm Node State Machine: Point-to-Point Node States
67 * Send an FLOGI to a well-known fabric.
69 * @param ctx Remote node sm context.
71 * @param arg Per event optional argument.
84 ocs_log_debug(node->ocs, ">>> reenter !!\n"); in __ocs_fabric_init()
[all …]
H A Docs_device.c1 /*-
67 ocs_t *ocs = io->ocs; in ocs_d_send_prli_rsp()
68 ocs_node_t *node = io->node; in ocs_d_send_prli_rsp()
70 /* If the back-end doesn't support the fc-type, we send an LS_RJT */ in ocs_d_send_prli_rsp()
71 if (ocs->fc_type != node->fc_type) { in ocs_d_send_prli_rsp()
72 node_printf(node, "PRLI rejected by target-server, fc-type not supported\n"); in ocs_d_send_prli_rsp()
75 node->shutdown_reason = OCS_NODE_SHUTDOWN_DEFAULT; in ocs_d_send_prli_rsp()
79 /* If the back-end doesn't want to talk to this initiator, we send an LS_RJT */ in ocs_d_send_prli_rsp()
80 if (node->sport->enable_tgt && (ocs_scsi_validate_initiator(node) == 0)) { in ocs_d_send_prli_rsp()
81 node_printf(node, "PRLI rejected by target-server\n"); in ocs_d_send_prli_rsp()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_RAND.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/crypto/heimdal/doc/doxyout/gssapi/man/man3/
H A Dgssapi_services_intro.31 .TH "gssapi_services_intro" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalGSS-APIlibrary" \" -*- nroff -*-
5 gssapi_services_intro \- Introduction to GSS-API services
6 .SH "GSS-API services"
8 .SS "Context creation"
16 use per message before context creation has completed
25 .SS "Context creation flags"
53 .SS "Per-message services"
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.txt1 SiFive Platform-Level Interrupt Controller (PLIC)
2 -------------------------------------------------
4 SiFive SOCs include an implementation of the Platform-Level Interrupt Controller
5 (PLIC) high-level specification in the RISC-V Privileged Architecture
9 A hart context is a privilege mode in a hardware execution thread. For example,
10 in an 4 core system with 2-way SMT, you have 8 harts and probably at least two
11 privilege modes per hart; machine mode and supervisor mode.
13 Each interrupt can be enabled on per-context basis. Any context can claim
17 serviced first. Each context can specify a priority threshold. Interrupts
19 interrupt line leading to the context.
[all …]
H A Dsifive,plic-1.0.0.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/interrupt-controlle
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h1 //===--- ASTMatchFinder.h - Structural query framework ----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
38 //===----------------------------------------------------------------------===//
62 /// The order of matches is guaranteed to be equivalent to doing a pre-order
76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context; member
101 /// Optionally override to do per translation unit tasks.
106 /// Optionally override to do per translation unit tasks.
118 /// behavior of clang-tidy.
[all …]
/freebsd/share/man/man9/
H A Dcrypto_driver.998 specifies the size of a driver-specific per-session structure allocated by
110 should be used for drivers which process requests on separate co-processors.
143 The following values are defined for non-error return values from this
145 .Bl -tag -width "CRYPTODEV_PROBE_ACCEL_SOFTWARE"
147 The driver processes requests via a co-processor.
150 such as AES-NI.
160 method to initialize driver-specific session state.
162 the framework allocates a per-session driver-specific data structure.
178 is invoked to release any driver-specific state when a session is
180 The per-session driver-specific data structure is explicitly zeroed
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h1 //===- DWARFLinkerGlobalData.h ----------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 const Twine &Warning, StringRef Context, const DWARFDie *DIE)>;
70 /// per compile unit, which is why this is a std::map.
89 /// Returns global per-thread allocator.
107 void warn(const Twine &Warning, StringRef Context,
110 (WarningHandler)(Warning, Context, DIE);
114 void warn(Error Warning, StringRef Context, const DWARFDie *DIE = nullptr) {
116 warn(Info.message(), Context, DIE);
[all …]
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.h5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
69 /*! BMK_benchFiles() -- called by zstdcli */
73 * fileNamesTable - name of files to benchmark.
74 * nbFiles - number of files (size of fileNamesTable), must be > 0.
75 * dictFileName - name of dictionary file to load.
76 * cLevel - compression level to benchmark, errors if invalid.
77 * compressionParams - advanced compression Parameters.
78 * displayLevel - what gets printed:
89 * .cSpeed: compression speed in bytes per second,
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_appdefault.343 Kerberos 5 Library (libkrb5, -lkrb5)
47 .Fn krb5_appdefault_boolean "krb5_context context" "const char *appname" "krb5_realm realm" "const …
49 .Fn krb5_appdefault_string "krb5_context context" "const char *appname" "krb5_realm realm" "const c…
51 .Fn krb5_appdefault_time "krb5_context context" "const char *appname" "krb5_realm realm" "const cha…
57 configuration file. These defaults can be specified per application,
58 and/or per realm.
63 .Bd -literal -offset indent
/freebsd/sys/dev/drm2/
H A Ddrm_context.c39 * 2001-11-16 Torsten Duwe <duwe@caldera.de>
40 * added context constructor/destructor hooks,
47 /** \name Context bitmap support */
51 * Free a handle from the context bitmap.
54 * \param ctx_handle context handle.
63 dev->ctx_bitmap == NULL) { in drm_ctxbitmap_free()
64 DRM_ERROR("Attempt to free invalid context handle: %d\n", in drm_ctxbitmap_free()
70 clear_bit(ctx_handle, dev->ctx_bitmap); in drm_ctxbitmap_free()
71 dev->context_sareas[ctx_handle] = NULL; in drm_ctxbitmap_free()
76 * Context bitmap allocation.
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5_introduction.31 .TH "krb5_introduction" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*-
5 krb5_introduction \- Introduction to the Kerberos 5 API
9 .SS "Kerberos context"
10 A kerberos context (krb5_context) holds all per thread state. All global variables that are context
14 See the manual page for \fBkrb5_init_context()\fP how to create a context and module \fBHeimdal Ker…
15 .SS "Kerberos authentication context"
16 …n context (krb5_auth_context) holds all context related to an authenticated connection, in a simil…
36-bit signed numbers, the first 24 bits define what subsystem the error originates from, and last 8…
38-codes back. However, Heimdal have an extention to pass back customised errors messages. Instead o…
42 …imdal includes keytab support for Kerberos 5 keytabs, Kerberos 4 srvtab, AFS-KeyFile's, and for st…
[all …]
/freebsd/share/man/man3/
H A Dpthread_np.341 .Bl -bullet -offset indent -compact
54 .\" Per-Thread Context Routines
58 .Bl -tag -width indent
90 Sets the thread's scheduling mode to multi-threaded.
122 Sets the thread's scheduling mode to single-threaded.
137 Install a routine that is called every time a thread context switches.
142 Remove a routine that is called every time a thread context switches.
154 .Bl -tag -width indent
183 .Bl -tag -width indent
200 .\" .Bl -tag -width indent
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dbinding.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2020, 2022, 2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
17 * struct iwl_binding_cmd_v1 - configuring bindings
37 * struct iwl_binding_cmd - configurin
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp1 //===-- MemoryProfileInfo.cpp - memory profile info ------------------------==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
19 #define DEBUG_TYPE "memory-profile-info"
21 // Upper bound on lifetime access density (accesses per byte per lifetime sec)
24 "memprof-lifetime-access-density-cold-threshold", cl::init(0.05),
26 cl::desc("The threshold the lifetime access density (accesses per byte per "
30 // per byte per sec above). This is to avoid pessimizing short lived objects.
32 "memprof-ave-lifetime-cold-threshold", cl::init(200), cl::Hidden,
[all …]
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h61 void updateType(const ocsd_gen_trc_elem_t type); //!< change type only - no init
63 void setContext(const ocsd_pe_context &new_context) { context = new_context; }; in setContext()
78 void setAddrStart(const ocsd_vaddr_t st_addr) { this->st_addr = st_addr; }; in setAddrStart()
79 void setLastInstrCond(const int is_cond) { this->last_instr_cond = is_cond; }; in setLastInstrCond()
98 // return current context
99 const ocsd_pe_context &getContext() const { return context; }; in getContext()
105 …void clearPerPktData(); //!< clear flags that indicate validity / have values on a per packet basis
133 this->st_addr = st_addr; in setAddrRange()
134 this->en_addr = en_addr; in setAddrRange()
135 this->num_instr_range = num_instr; in setAddrRange()
[all …]

12345678910>>...45