Searched refs:lua_pushnumber (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp_iter.c | 99 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 D | zcp_get.c | 397 (void) lua_pushnumber(state, numval); in get_special_prop() 467 (void) lua_pushnumber(state, numval); in get_zap_prop() 657 (void) lua_pushnumber(state, value); in zcp_get_userquota_prop() 716 (void) lua_pushnumber(state, used); in zcp_get_written_prop()
|
H A D | zcp_global.c | 79 lua_pushnumber(state, (lua_Number)global->zeg_errno); in zcp_load_errno_globals()
|
H A D | zcp_synctask.c | 518 lua_pushnumber(state, (lua_Number)err); in zcp_synctask_wrapper()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lbaselib.c | 37 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 D | ltablib.c | 35 lua_pushnumber(L, max); in maxn()
|
H A D | lua.h | 205 LUA_API void (lua_pushnumber) (lua_State *L, lua_Number n); variable
|
H A D | lauxlib.c | 784 lua_pushnumber(L, -(lua_Number)0x1234); in luaL_checkversion_()
|
H A D | lapi.c | 472 LUA_API void lua_pushnumber (lua_State *L, lua_Number n) { in lua_pushnumber() function
|