Searched refs:sctx (Results 1 – 3 of 3) sorted by relevance
50 krb5_ser_handle sctx; in krb5_find_serializer() local54 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()
282 xhci_slot_context_t sctx; in xhci_mdb_print_slotctx() local289 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()
1212 struct xhci_stream_ctx *sctx; in pci_xhci_find_stream() local1229 sctx = (struct xhci_stream_ctx *)XHCI_GADDR(sc, ep->qwEpCtx2 & ~0xFUL) + in pci_xhci_find_stream()1231 if (!XHCI_SCTX_0_SCT_GET(sctx->qwSctx0)) in pci_xhci_find_stream()