Home
last modified time | relevance | path

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

/freebsd-12.1/sys/xen/interface/
H A Dvm_event.h244 struct vm_event_debug singlestep; member
/freebsd-12.1/contrib/lua/src/
H A Dlgc.c1045 static lu_mem singlestep (lua_State *L) { in singlestep() function
1107 singlestep(L); in luaC_runtilstate()
1137 lu_mem work = singlestep(L); /* perform one single step */ in luaC_step()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c1040 static lu_mem singlestep (lua_State *L) { in singlestep() function
1113 singlestep(L); in luaC_runtilstate()
1148 lu_mem work = singlestep(L); /* do some work */ in incstep()