Searched refs:sctx (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Diflib_private.h61 int iflib_pseudo_register(device_t dev, if_shared_ctx_t sctx, if_ctx_t *ctxp,
H A Diflib.h452 int iflib_device_register(device_t dev, void *softc, if_shared_ctx_t sctx, if_ctx_t *ctxp);
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c775 if_shared_ctx_t sctx = ctx->ifc_sctx; local
776 uint16_t first_rxq = (sctx->isc_flags & IFLIB_HAS_RXCQ) ? 1 : 0;
785 if_shared_ctx_t sctx = ctx->ifc_sctx; local
786 uint16_t first_txq = (sctx->isc_flags & IFLIB_HAS_TXCQ) ? 1 : 0;
1206 if_shared_ctx_t sctx = ctx->ifc_sctx; local
1239 bool have_rxcq = sctx->isc_flags & IFLIB_HAS_RXCQ;
1524 if_shared_ctx_t sctx = ctx->ifc_sctx; local
1526 KASSERT(sctx->isc_q_align != 0, ("alignment value not initialized"));
1528 return (iflib_dma_alloc_align(ctx, size, sctx->isc_q_align, dma, mapflags));
1719 if_shared_ctx_t sctx local
1921 if_shared_ctx_t sctx = ctx->ifc_sctx; local
1960 if_shared_ctx_t sctx = ctx->ifc_sctx; local
2431 if_softc_ctx_t sctx = &ctx->ifc_softc_ctx; local
2492 if_softc_ctx_t sctx = &ctx->ifc_softc_ctx; local
2512 if_softc_ctx_t sctx = &ctx->ifc_softc_ctx; local
2620 if_shared_ctx_t sctx = ctx->ifc_sctx; local
2982 if_shared_ctx_t sctx = ctx->ifc_sctx; local
3247 if_shared_ctx_t sctx = txq->ift_ctx->ifc_sctx; local
3510 if_shared_ctx_t sctx; local
4095 if_softc_ctx_t sctx = &ctx->ifc_softc_ctx; local
4620 if_shared_ctx_t sctx; local
4679 if_shared_ctx_t sctx = ctx->ifc_sctx; local
5105 iflib_device_register(device_t dev, void *sc, if_shared_ctx_t sctx, if_ctx_t *ctxp) argument
5365 iflib_pseudo_register(device_t dev, if_shared_ctx_t sctx, if_ctx_t *ctxp, struct iflib_cloneattach_ctx *clctx) argument
5572 if_shared_ctx_t sctx = ctx->ifc_sctx; local
5603 if_shared_ctx_t sctx; local
5846 _iflib_assert(if_shared_ctx_t sctx) argument
5894 if_shared_ctx_t sctx = ctx->ifc_sctx; local
6008 if_shared_ctx_t sctx = ctx->ifc_sctx; local
6244 if_shared_ctx_t sctx = ctx->ifc_sctx; local
6311 if_shared_ctx_t sctx = ctx->ifc_sctx; local
6715 if_shared_ctx_t sctx = ctx->ifc_sctx; local
7019 if_shared_ctx_t sctx = ctx->ifc_sctx; local
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c35 static void sift_ctx_init (re_sift_context_t *sctx, re_dfastate_t **sifted_sts,
79 re_sift_context_t *sctx,
84 re_sift_context_t *sctx)
87 re_sift_context_t *sctx, int str_idx,
91 re_sift_context_t *sctx,
118 re_sift_context_t *sctx,
950 re_sift_context_t sctx;
974 sift_ctx_init (&sctx, sifted_states, lim_states, halt_node,
976 ret = sift_states_backward (mctx, &sctx);
977 re_node_set_free (&sctx
947 re_sift_context_t sctx; local
1589 sift_states_backward(const re_match_context_t *mctx, re_sift_context_t *sctx) argument
1647 build_sifted_states(const re_match_context_t *mctx, re_sift_context_t *sctx, int str_idx, re_node_set *cur_dest) argument
1761 update_cur_sifted_state(const re_match_context_t *mctx, re_sift_context_t *sctx, int str_idx, re_node_set *dest_nodes) argument
2118 sift_states_bkref(const re_match_context_t *mctx, re_sift_context_t *sctx, int str_idx, const re_node_set *candidates) argument
2218 sift_states_iter_mb(const re_match_context_t *mctx, re_sift_context_t *sctx, int node_idx, int str_idx, int max_str_idx) argument
4330 sift_ctx_init(re_sift_context_t *sctx, re_dfastate_t **sifted_sts, re_dfastate_t **limited_sts, int last_node, int last_str_idx) argument
[all...]

Completed in 121 milliseconds