Home
last modified time | relevance | path

Searched refs:funcidx (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/lib/libcasper/libcasper/
H A Dzygote.c62 zygote_clone(uint64_t funcidx, int *chanfdp, int *procfdp) in zygote_clone() argument
74 nvlist_add_number(nvl, "funcidx", funcidx); in zygote_clone()
111 uint64_t funcidx; in zygote_main() local
130 funcidx = nvlist_get_number(nvlin, "funcidx"); in zygote_main()
133 switch (funcidx) { in zygote_main()
H A Dzygote.h39 int zygote_clone(uint64_t funcidx, int *chanfdp, int *procfdp);
/freebsd-14.2/contrib/lua/src/
H A Dlstate.h194 int funcidx; /* called-function index */ member
H A Dldo.c680 StkId func = restorestack(L, ci->u2.funcidx); in finishpcallk()
H A Dlapi.c1071 ci->u2.funcidx = cast_int(savestack(L, c.func)); in lua_pcallk()