Home
last modified time | relevance | path

Searched refs:sctx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dserialize.c50 krb5_ser_handle sctx; in krb5_find_serializer() local
54 sctx = (krb5_ser_handle) kcontext->ser_ctx; in krb5_find_serializer()
56 if (sctx[i].odtype == odtype) { in krb5_find_serializer()
57 res = &sctx[i]; in krb5_find_serializer()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c282 xhci_slot_context_t sctx; in xhci_mdb_print_slotctx() local
289 if (mdb_vread(&sctx, sizeof (sctx), addr) != sizeof (sctx)) { in xhci_mdb_print_slotctx()
294 info = LE_32(sctx.xsc_info); in xhci_mdb_print_slotctx()
295 info2 = LE_32(sctx.xsc_info2); in xhci_mdb_print_slotctx()
296 tt = LE_32(sctx.xsc_tt); in xhci_mdb_print_slotctx()
297 state = LE_32(sctx.xsc_state); in xhci_mdb_print_slotctx()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c1192 struct xhci_stream_ctx *sctx; in pci_xhci_find_stream() local
1209 sctx = (struct xhci_stream_ctx *)XHCI_GADDR(sc, ep->qwEpCtx2 & ~0xFUL) + in pci_xhci_find_stream()
1211 if (!XHCI_SCTX_0_SCT_GET(sctx->qwSctx0)) in pci_xhci_find_stream()