Home
last modified time | relevance | path

Searched refs:lua_pushnumber (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_iter.c99 lua_pushnumber(state, cursor); in zcp_clones_iter()
146 lua_pushnumber(state, dsobj); in zcp_clones_list()
147 lua_pushnumber(state, cursor); in zcp_clones_list()
188 lua_pushnumber(state, cursor); in zcp_snapshots_iter()
229 lua_pushnumber(state, dsobj); in zcp_snapshots_list()
230 lua_pushnumber(state, 0); in zcp_snapshots_list()
289 lua_pushnumber(state, cursor); in zcp_children_iter()
331 lua_pushnumber(state, dsobj); in zcp_children_list()
332 lua_pushnumber(state, 0); in zcp_children_list()
H A Dzcp_global.c79 lua_pushnumber(state, (lua_Number)global->zeg_errno); in zcp_load_errno_globals()
H A Dzcp_get.c483 (void) lua_pushnumber(state, numval); in get_special_prop()
545 (void) lua_pushnumber(state, numval); in get_zap_prop()
734 (void) lua_pushnumber(state, value); in zcp_get_userquota_prop()
793 (void) lua_pushnumber(state, used); in zcp_get_written_prop()
H A Dzcp_synctask.c518 lua_pushnumber(state, (lua_Number)err); in zcp_synctask_wrapper()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c37 lua_pushnumber(L, n); in luaB_tonumber()
63 lua_pushnumber(L, (neg) ? -n : n); in luaB_tonumber()
157 lua_pushnumber(L, res + ((lua_Number)b/1024)); in luaB_collectgarbage()
H A Dltablib.c35 lua_pushnumber(L, max); in maxn()
H A Dlua.h205 LUA_API void (lua_pushnumber) (lua_State *L, lua_Number n); variable
H A Dlauxlib.c784 lua_pushnumber(L, -(lua_Number)0x1234); in luaL_checkversion_()
H A Dlapi.c472 LUA_API void lua_pushnumber (lua_State *L, lua_Number n) { in lua_pushnumber() function