Home
last modified time | relevance | path

Searched refs:lua_pushcfunction (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h326 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))
328 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
H A Dluaconf.h264 (lua_pushcfunction(L, (f)), \
H A Dlbaselib.c184 lua_pushcfunction(L, iter); /* will return generator, */ in pairsmeta()
H A Dlauxlib.c745 lua_pushcfunction(L, openf); in luaL_requiref()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c441 lua_pushcfunction(state, zcp_lua_to_nvlist_helper); in zcp_convert_return_values()
1100 lua_pushcfunction(state, zcp_error_handler); in zcp_eval()
H A Dzcp_iter.c519 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()