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

<<111213141516171819

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c1769 wpa_supplicant_rx_eapol(void *ctx, unsigned char *src_addr, argument
1772 struct wpa_supplicant *wpa_s = ctx;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c399 lm_status_t lm_pf_set_vf_ctx(struct _lm_device_t *pdev, u16_t vf_id, void* ctx) argument
405 vf_info->um_ctx = ctx;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c412 MD5_CTX * ctx,
424 utils->MD5Update(ctx, base, len);
431 utils->MD5Update(ctx, base, scan - base);
435 utils->MD5Update(ctx, &cbuf, 1);
411 MD5_UTF8_8859_1(const sasl_utils_t * utils, MD5_CTX * ctx, bool In_ISO_8859_1, const unsigned char *base, int len) argument
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1670 SHA1_CTX ctx; local
1902 SHA1Init(&ctx);
1903 SHA1Update(&ctx, IDInput.Data, IDInput.Length);
1904 SHA1Final(IDOutput.Data, &ctx);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c412 /* ctx(I) - pointer to give the uid context */
417 int fr_state_ioctl(data, cmd, mode, uid, ctx, ifs)
421 void *ctx;
573 token = ipf_findtoken(IPFGENITER_STATE, uid, ctx, ifs);
587 error = ipf_deltoken(arg, uid, ctx, ifs);
H A Dip_nat.c595 /* ctx(I) - pointer to give the uid context */
600 int fr_nat_ioctl(data, cmd, mode, uid, ctx, ifs)
604 void *ctx;
679 token = ipf_findtoken(iter.igi_type, uid, ctx, ifs);
890 error = ipf_deltoken(arg, uid, ctx, ifs);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2696 SHA1_CTX ctx; local
2698 SHA1Init(&ctx);
2720 SHA1Update(&ctx, (const uint8_t *)shp->sh_addr, shp->sh_size);
2723 SHA1Final((uchar_t *)hash, &ctx);
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c109 brand_error_func(void *ctx, const char *msg, ...) argument
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c596 reqp->req.cpu_stop.ctx));
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c363 SHA256_CTX ctx; local
366 SHA256Init(&ctx);
367 SHA256Update(&ctx, buf, payload_size);
368 SHA256Final(&tmpsha256, &ctx);
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c2269 context = iargs->ctx;
2282 /*if (!(kret = krb5_dbe_create_key_data(iargs->ctx, iargs->dbentp))) {*/
2425 iargs.ctx = context;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c63 struct ctx { struct
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1018 void *ctx; member in struct:dfc_regevent
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s586 * if allocflag == 1, then alloc ctx when HAT mmu cnum == INVALID .
587 * if allocflag == 0, then do not alloc ctx if HAT mmu cnum == INVALID, which
591 * To reduce ctx switch overhead, the code contains both 'fast path' and
593 * a quick check is needed and the real ctx allocation is not required.
595 * The 'slow path' code must be protected by the PP Lock and performs ctx
604 * ret - 0: no ctx is allocated
605 * 1: a ctx is allocated
691 brz,pt %o1, 8f ! allocflag == 0, skip ctx allocation, bail
836 * private and shared ctx regs to INVALID. In order to
838 * so that private ctx re
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c1087 pci_iommu_free_dvma_context(iommu_t *iommu_p, dvma_context_t ctx) argument
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1606 acpica_probe_processor(ACPI_HANDLE obj, UINT32 level, void *ctx, void **rv) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c3102 lm_status_t lm_pf_create_vf(struct _lm_device_t *pdev, u16_t abs_vf_id, void* ctx) argument
3117 lm_status = lm_pf_set_vf_ctx(pdev, vf_info->relative_vf_id, ctx);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h4585 struct fcoe_abts_info ctx /* ABTS information. Initialized by Xstorm */; member in struct:fcoe_ext_abts_info
4595 struct fcoe_cleanup_info ctx /* Cleanup information */; member in struct:fcoe_ext_cleanup_info
4615 struct fcoe_fw_tx_seq_ctx ctx /* TX sequence context */; member in struct:fcoe_ext_fw_tx_seq_ctx
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c90 static void _sasl_dispose_context(_sasl_global_context_t *ctx);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h4478 lm_status_t lm_pf_set_vf_ctx(struct _lm_device_t *pdev, u16_t vf_id, void* ctx);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c190 pci_process_acpi_device(ACPI_HANDLE hdl, UINT32 level, void *ctx, void **rv) argument
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c292 zonecfg_error_func(void *ctx, const char *msg, ...) argument

Completed in 578 milliseconds

<<111213141516171819