Searched refs:ctx (Results 401 - 425 of 472) sorted by relevance

<<111213141516171819

/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c60 gss_ctx_id_t ctx; member in struct:gssd_ctx_slot
192 gssd_alloc_slot(gss_ctx_id_t ctx) argument
210 if (lru->ctx != GSS_C_NO_CONTEXT)
212 &lru->ctx, NULL);
238 lru->ctx = ctx;
330 *context_handle = slot->ctx;
1024 if (slot == NULL || slot->ctx != context_handle) {
1026 * Note that gssd_alloc_slot() will delete ctx's as long
1278 if (slot == NULL || slot->ctx !
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c378 int _sasl_server_add_plugin(void *ctx, argument
385 _sasl_global_context_t *gctx = ctx == NULL ? _sasl_gbl_ctx() : ctx;
982 int _sasl_server_init(void *ctx, const sasl_callback_t *callbacks, argument
989 _sasl_global_context_t *gctx = ctx == NULL ? _sasl_gbl_ctx() : ctx;
1266 int _sasl_server_new(void *ctx, argument
1285 _sasl_global_context_t *gctx = (ctx == NULL) ? _sasl_gbl_ctx() : ctx;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_memory.c657 krb5_mcc_store(krb5_context ctx, krb5_ccache id, krb5_creds *creds) argument
666 err = krb5_copy_creds(ctx, creds, &new_node->creds);
674 krb5_free_creds(ctx, new_node->creds);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c118 ill_walk_context_t ctx; local
127 ill = ILL_START_WALK_V6(&ctx, ipst);
128 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
165 ill_walk_context_t ctx; local
175 ill = ILL_START_WALK_V6(&ctx, ipst);
176 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
280 ill_walk_context_t ctx; local
289 ill = ILL_START_WALK_V6(&ctx, ipst);
290 for (; ill != NULL; ill = ill_next(&ctx, ill)) {
1874 ill_walk_context_t ctx; local
[all...]
H A Dip_if.c2779 ill_first(int start_list, int end_list, ill_walk_context_t *ctx, argument
2793 ctx->ctx_current_list = start_list;
2794 ctx->ctx_last_list = end_list;
2796 ctx->ctx_last_list = MAX_G_HEADS - 1;
2797 ctx->ctx_current_list = 0;
2800 while (ctx->ctx_current_list <= ctx->ctx_last_list) {
2801 ifp = IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst);
2803 &IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)) {
2813 ctx
2829 ill_next(ill_walk_context_t *ctx, ill_t *lastill) argument
4423 ill_walk_context_t ctx; local
4571 ill_walk_context_t ctx; local
4617 ill_walk_context_t ctx; local
4727 ill_walk_context_t ctx; local
7173 ill_walk_context_t ctx; local
7201 ill_walk_context_t ctx; local
7330 ill_walk_context_t ctx; local
7596 ill_walk_context_t ctx; local
11628 ill_walk_context_t ctx; local
14275 ill_walk_context_t ctx; local
17402 MD5_CTX ctx; local
17768 ill_walk_context_t ctx; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dlibsmb.h269 extern int smb_ctxbuf_init(smb_ctxbuf_t *ctx, unsigned char *buf,
271 extern int smb_ctxbuf_len(smb_ctxbuf_t *ctx);
272 extern int smb_ctxbuf_printf(smb_ctxbuf_t *ctx, const char *fmt, ...);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c2652 struct smbfs_fctx *ctx; local
2748 &scred, &ctx);
2756 np->n_dirseq = ctx;
2759 ctx = np->n_dirseq;
2766 error = smbfs_smb_findnext(ctx, limit, &scred);
2781 error = smbfs_smb_findnext(ctx, limit, &scred);
2787 nmlen = ctx->f_nmlen;
2790 SMBVDEBUG("Truncating name: %s\n", ctx->f_name);
2794 if (smbfs_nget(vp, ctx->f_name, nmlen,
2795 &ctx
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_init.c492 krb5_error_code kadm5_init_krb5_context (krb5_context *ctx) argument
505 return krb5int_init_context_kdc(ctx);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c694 SHA1_CTX ctx; local
696 SHA1Init(&ctx);
697 SHA1Update(&ctx, IDInput->Data, IDInput->Length);
698 SHA1Final(IDOutput->Data, &ctx);
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h299 nsc_ctx_t *ctx; member in struct:nsc_lookup_args
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h768 void *ctx);
772 void *ctx,
781 void *ctx,
786 void um_dbg_log_msg(void* ctx, char *file, char *function, unsigned long line, const char* format_msg, unsigned int args_num, ...);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h113 void *ctx; member in struct:psm_cpu_request::__anon9435::__anon9438
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi_var.h102 pvscsi_cmd_ctx_t *ctx; member in struct:pvscsi_cmd
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c549 acpidev_dr_find_board(ACPI_HANDLE hdl, uint_t lvl, void *ctx, void **retval) argument
561 dhdl->aod_bdnum == (intptr_t)ctx) {
1856 acpidev_dr_probe_dependent(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, argument
1869 ASSERT(ctx != NULL);
1870 phdl = ctx;
2033 acpidev_dr_device_remove_cb(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, argument
2045 ASSERT(hdl != NULL && ctx != NULL);
2046 if (hdl == NULL || ctx == NULL) {
2052 argp = (struct acpidev_dr_device_remove_arg *)ctx;
2138 acpidev_dr_device_remove_cb, ctx, retva
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c254 /* FIXME: Assumes pci_func is same as ctx */
317 int ctx, ring; local
337 for (ctx = 0; ctx < MAX_RCV_CTX; ++ctx) {
338 recv_ctx = &adapter->recv_ctx[ctx];
489 int ctx, ring; local
538 for (ctx = 0; ctx < MAX_RCV_CTX; ++ctx) {
[all...]
H A Dunm_gem.c1436 int ctx, ring; local
1441 for (ctx = 0; ctx < MAX_RCV_CTX; ++ctx) {
1442 recv_ctx = &adapter->recv_ctx[ctx];
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c812 BN_CTX *ctx = NULL; local
855 if ((ctx = BN_CTX_new()) == NULL) {
866 (void) BN_mod(Exp1, D, pminus1, ctx);
874 (void) BN_mod(Exp2, D, qminus1, ctx);
878 (void) BN_mod_inverse(COEF, Q, P, ctx);
932 if (ctx != NULL)
933 BN_CTX_free(ctx);
1785 EVP_MD_CTX ctx; local
1830 (void) EVP_MD_CTX_init(&ctx);
1831 (void) EVP_SignInit_ex(&ctx, m
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c137 * STREAMING read no/no pg/no ctx,pg/no
138 * STREAMING write no/no pg/yes ctx,pg/yes
142 * STREAMING read ctx,pg/no
143 * STREAMING write ctx,pg/yes
162 DEBUG2(DBG_SC, dip, "mp=%p, ctx=%x\n", mp, MP2CTX(mp));
943 dvma_context_t ctx = IOMMU_FCE_TO_CTX(i); local
944 tte |= IOMMU_CTX2TTE(ctx);
946 DEBUG1(DBG_DMA_MAP, dip, "fast: ctx=0x%x\n", ctx);
1030 dvma_context_t ctx; local
[all...]
H A Dpcisch.c1013 dvma_context_t ctx; local
1039 ctx = i < DCB_BMAP_BITS ? (bucket_no << 6) | i : 0;
1041 "get_dvma_context: ctx_mask=0x%x.%x ctx=0x%x\n",
1042 (uint32_t)(ctx_mask >> 32), (uint32_t)ctx_mask, ctx);
1043 return (ctx);
1047 pci_iommu_free_dvma_context(iommu_t *iommu_p, dvma_context_t ctx) argument
1050 uint32_t spl, bucket_no = ctx >> 6;
1051 int bit_no = ctx & 0x3f;
1055 "free_dvma_context: ctx=0x%x\n", ctx);
1070 dvma_context_t ctx = MP2CTX(mp); local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c1302 acpi_drv_cbat_notify(ACPI_HANDLE hdl, UINT32 val, void *ctx) argument
1304 struct acpi_drv_cbat_state *bp = ctx;
1454 acpi_drv_ac_notify(ACPI_HANDLE hdl, UINT32 val, void *ctx) argument
1456 struct acpi_drv_ac_state *acp = ctx;
1497 acpi_drv_lid_notify(ACPI_HANDLE hdl, UINT32 val, void *ctx) argument
1499 struct acpi_drv_lid_state *p = ctx;
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c375 krb5_context ctx,
389 krb5_prompt_type *prompt_type = krb5_get_prompt_types(ctx);
374 pam_krb5_prompter( krb5_context ctx, void *data, const char *name, const char *banner, int num_prompts, krb5_prompt prompts[]) argument
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c241 drmach_node_acpi_callback(ACPI_HANDLE hdl, uint_t lvl, void *ctx, void **retval) argument
247 drmach_node_walk_args_t *argp = ctx;
252 ASSERT(ctx != NULL);
635 drmach_board_generate_name(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, argument
640 struct drmach_board_list_dep_arg *argp = ctx;
644 ASSERT(ctx != NULL);
2027 drmach_board_check_dependent_cb(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, argument
2033 int cmd = (int)(intptr_t)ctx;
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c991 cpuidle_manage_cstates(void *ctx) argument
993 cpu_t *cp = ctx;
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1001 lxml_get_method_context(pgroup_t *pg, xmlNodePtr ctx) argument
1006 SCF_TYPE_ASTRING, ctx, "working_directory", NULL) != 0)
1010 SCF_TYPE_ASTRING, ctx, "project", NULL) != 0)
1014 SCF_TYPE_ASTRING, ctx, "resource_pool", NULL) != 0)
1018 SCF_TYPE_ASTRING, ctx, "security_flags", NULL) != 0)
1021 for (cursor = ctx->xmlChildrenNode; cursor != NULL;
1047 lxml_get_entity_method_context(entity_t *entity, xmlNodePtr ctx) argument
1054 return (lxml_get_method_context(pg, ctx));
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h593 void spnego_gss_save_error_info(OM_uint32 minor_code, spnego_gss_ctx_id_t ctx);

Completed in 7504 milliseconds

<<111213141516171819