Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c148 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage() local
151 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)]; in luaB_collectgarbage()