Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c149 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
156 EXPORT_SYMBOL(luaopen_coroutine);
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlualib.h19 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1069 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()