Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c99 ar->i_ci = ci; in lua_getstack()
163 name = findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
180 name = findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
293 ci = ar->i_ci; in lua_getinfo()
H A Dlua.h413 struct CallInfo *i_ci; /* active function */ member
H A Dldo.c230 ar.i_ci = ci; in luaD_hook()