Home
last modified time | relevance | path

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

/freebsd/lib/libcasper/libcasper/
H A Dzygote.c61 zygote_clone(uint64_t funcidx, int *chanfdp, int *procfdp) in zygote_clone() argument
73 nvlist_add_number(nvl, "funcidx", funcidx); in zygote_clone()
110 uint64_t funcidx; in zygote_main() local
129 funcidx = nvlist_get_number(nvlin, "funcidx"); in zygote_main()
132 switch (funcidx) { in zygote_main()
H A Dzygote.h39 int zygote_clone(uint64_t funcidx, int *chanfdp, int *procfdp);
/freebsd/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()