Home
last modified time | relevance | path

Searched full:contexts (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/man/man3gss/
H A Dgss_inquire_cred_by_mech.3gss29 contexts under the specified mechanism. If the credential can no longer be used
30 to accept contexts, or if the credential usage for this mechanism is
64 contexts under the specified mechanism. If the credential can no longer be used
65 to initiate contexts, or if the credential usage for this mechanism is
H A Dgss_add_cred.3gss84 contexts.
94 contexts. This argument is ignored if the composed credentials are of the
106 contexts. This argument is ignored if the composed credentials are of the
150 initiating contexts using the specified mechanism. If a mechanism does not
162 accepting security contexts using the specified mechanism. If a mechanism does
H A Dgss_delete_sec_context.3gss29 In addition to deleting established security contexts,
30 \fBgss_delete_sec_context()\fR will delete any half-built security contexts
/illumos-gate/usr/src/uts/common/sys/
H A Dcap_util.h87 * Each CPU can have one or more CPC contexts for measuring capacity and
94 * events are assigned across multiple CPC contexts, so the contexts and their
100 int nctx; /* number of CPC contexts */
112 cu_cpc_ctx_t cu_cpc_ctx; /* performance counter contexts */
/illumos-gate/usr/src/man/man3dat/
H A Ddat_evd_dequeue.3dat135 No matter how many contexts attempt to dequeue from an Event Dispatcher, each
139 ensure that the caller receiving the first event executes earlier than contexts
145 calls to \fBdat_evd_dequeue()\fR from multiple contexts can undermine this
146 ordering information. After multiple contexts are involved, the Provider can
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h124 * overall io characteristics of the contexts, initialized during isoch init
169 * Structure used for tracking all transmit and receive isochronous contexts
172 * The ctxt_list mutex protects the in-use status of the contexts while
176 * engines each for transmit and receive, referred to as "contexts".
177 * The number of supported contexts is determined during ohci board
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsit_common.h270 * groups and initiator contexts. Each object includes a "generation"
280 * config_tgt_list Linked list of target contexts representing the
285 * config_tpg_list Linked list of target portal group contexts.
290 * config_ini_list Linked list of initiator contexts. Applications
291 * can add initiator contexts or remove initiator
292 * contexts from this list using the it_ini_create
294 * config_ini_count The number of currently defined initiator contexts.
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dvalidate.c33 * This module provides the interface to validating contexts, credentials,
53 * contexts.
63 * contexts.
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcontext.c327 context.c:140:12: warning: context imbalance in 'warn_if2' - different lock contexts for basic block
328 context.c:202:9: warning: context imbalance in 'warn_while1' - different lock contexts for basic bl…
333 context.c:300:5: warning: context imbalance in 'warn_goto3' - different lock contexts for basic blo…
334 context.c:315:5: warning: context imbalance in 'warn_cond_lock1' - different lock contexts for basi…
/illumos-gate/usr/src/man/man7/
H A Dregex.7119 A BRE special character has special properties in certain contexts.
120 Outside those contexts, or when preceded by a backslash, such a character will
122 The BRE special characters and the contexts in which they have their special
644 in the following contexts:
749 has special properties in certain contexts.
750 Outside those contexts, or when preceded by a backslash, such a character is an
752 The extended regular expression special characters and the contexts in which
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c30 * internally within the HAL to manage isochronous contexts, and
75 /* initialize contexts */ in hci1394_isoch_init()
110 /* determine number of contexts supported */ in hci1394_isoch_init()
191 * search through list of hardware supported contexts for in hci1394_alloc_isoch_dma()
216 /* search thru implemented contexts for one that's available */ in hci1394_alloc_isoch_dma()
693 * returns the number of supported isoch receive contexts.
715 * returns the number of supported isoch transmit contexts.
/illumos-gate/usr/src/uts/intel/os/
H A Dcpc_subr.c88 * If any CPU-bound contexts exist, we don't need to invalidate in kcpc_cpu_setup()
89 * anything, as no per-LWP contexts can coexist. in kcpc_cpu_setup()
96 * contexts in the system. in kcpc_cpu_setup()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dswapcontext_extd.c18 * we can swap contexts that have both extended and non-extended ucontext_t's
87 err(EXIT_FAILURE, "failed to swap contexts"); in main()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c72 * getent contexts currently being used.
420 /* run out of contexts */ in _nscd_get_getent_ctx()
716 * return all the orphan getent contexts to the pool if not in reclaim_getent_ctx()
762 * so no need to monitor orphan getent contexts in _nscd_init_getent_ctx_monitor()
768 * start a thread to reclaim unused getent contexts in _nscd_init_getent_ctx_monitor()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c463 } *contexts; member
478 ret->contexts = malloc(sizeof(ret->contexts[0]) * ret->n_contexts); in make_padata_context()
479 if (ret->contexts == NULL) { in make_padata_context()
484 memset(ret->contexts, 0, sizeof(ret->contexts[0]) * ret->n_contexts); in make_padata_context()
487 ret->contexts[i].pa_system = &preauth_systems[i]; in make_padata_context()
488 ret->contexts[i].pa_context = NULL; in make_padata_context()
515 if (context->contexts[i].pa_context != NULL) { in free_padata_context()
516 preauth_system = context->contexts[i].pa_system; in free_padata_context()
519 pctx = &context->contexts[i].pa_context; in free_padata_context()
522 context->contexts[i].pa_context = NULL; in free_padata_context()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSign.c168 /* Clear contexts, free key, and release session counter */ in C_Sign()
285 /* Clear contexts, free key, and release session counter */ in C_SignFinal()
410 /* Clear contexts, free key, and release session counter */ in C_SignRecover()
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c105 * the contexts of other lwps in the process. And in cpc()
351 * The major difference between the contexts created here and those
361 * all existing per-lwp contexts are either inactive or marked invalid;
500 * When this device is open for processor-based contexts, in kcpc_open()
501 * no further lwp-based contexts can be created. in kcpc_open()
504 * contexts are invalidated. in kcpc_open()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c832 * Context: Only called from attach() and/or detach() path contexts
849 * Context: Only called from attach() and/or detach() path contexts
915 * Context: Only called from attach() and/or detach() path contexts
1334 /* Set aside contexts for QP0 and QP1 */ in tavor_hw_init()
1431 * Context: Only called from attach() and/or detach() path contexts
1457 /* Unreserve the special QP contexts */ in tavor_hw_fini()
2151 * Context: Only called from attach() and/or detach() path contexts
2218 * Context: Only called from attach() and/or detach() path contexts
2246 * Reserve contexts for QP0. These QP contexts will be setup to in tavor_special_qp_contexts_reserve()
2259 * Reserve contexts for QP1. These QP contexts will be setup to in tavor_special_qp_contexts_reserve()
[all …]
H A Dtavor_rsrc.c60 * hardware. These objects include things like Queue Pair contexts (QPC),
61 * Completion Queue contexts (CQC), Event Queue contexts (EQC), RDB (for
69 * One notable exceptions to this rule are the Extended QP contexts (EQPC),
663 * number of QP contexts must be set aside for Tavor firmware use. in tavor_rsrc_init_phase2()
726 * number of CQ contexts must be set aside for Tavor firmware use. in tavor_rsrc_init_phase2()
756 * of QP contexts. So the initialization is constructed in a in tavor_rsrc_init_phase2()
863 * number of SRQ contexts must be set aside for Tavor firmware use. in tavor_rsrc_init_phase2()
1413 * Context: Only called from attach() and/or detach() path contexts
1750 * Context: Only called from attach() and/or detach() path contexts
1886 * Context: Only called from attach() and/or detach() path contexts
[all …]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.S128 * If this platform supports shared contexts and we are jumping
129 * to OBP code, then we need to invalidate both contexts to prevent OBP
132 * If shared contexts are not supported then the next two instructions
154 set INVALID_CONTEXT, %g4 ! Invalidate contexts - compatability
155 stxa %g4, [%g3]ASI_MMU_CTX ! mode ensures shared contexts are also
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-fault-management.p5m119 # - dictionaries are delivered to both contexts, even if they
122 # - some plugins and all schemes apply to both contexts
132 # Headers are automatically included in both contexts.
134 # there's no harm in including them in both contexts.
273 # are common to both contexts
377 # contexts except for the ldom and seslog libraries.
474 # mdb support will automatically be included in both contexts;
639 # Administrative utilities are common to both contexts
/illumos-gate/usr/src/lib/libsasl/include/
H A Dprop.h16 * property support, but would be fine for other contexts where this property
79 * or requests cleared (This extends to other contexts that
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmmu.h148 #define MAX_NCTXS_BITS 16 /* sun4v max. contexts bits */
153 * MIN_NSHCONTEXTS and MIN_NTSBS are the minimum number of shared contexts
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c400 * Get the number of contexts and tsbs supported. in cpu_setup_common()
511 cmn_err(CE_PANIC, "Incorrect %ld number of contexts bits " in get_mmu_ctx_bits()
533 * Get the number of shared contexts from MD. If absent the default value is 0.
541 if (md_get_prop_val(mdp, cpu_node_cookie, "mmu-#shared-contexts", in get_mmu_shcontexts()
1202 /* Convert context bits to number of contexts */
1210 * - nctxs is initialized to number of contexts for each CPU
1262 /* Get the id and number of contexts for each cpu */ in load_tlb_cpu_mappings()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse.1142 Warn about potential errors in synchronization or other delimited contexts.
145 delimit contexts, such as synchronization. Functions with the extended
160 potentially execute with different contexts.

12345678910>>...12