Lines Matching refs:gSyscall
103 } gSyscall = { 0, 0, 0, 0, 0 }; variable
182 gSyscall.nCount--; in tsIsFail()
183 if( gSyscall.nCount==0 || (gSyscall.nFail && gSyscall.bPersist) ){ in tsIsFail()
184 gSyscall.nFail++; in tsIsFail()
566 Tcl_SetObjResult(interp, Tcl_NewIntObj(gSyscall.nFail)); in test_syscall_fault()
567 gSyscall.nCount = nCount; in test_syscall_fault()
568 gSyscall.bPersist = bPersist; in test_syscall_fault()
569 gSyscall.nFail = 0; in test_syscall_fault()
668 return gSyscall.pgsz; in ts_getpagesize()
688 if( gSyscall.orig_getpagesize ){ in test_syscall_pagesize()
689 pVfs->xSetSystemCall(pVfs, "getpagesize", gSyscall.orig_getpagesize); in test_syscall_pagesize()
696 gSyscall.orig_getpagesize = pVfs->xGetSystemCall(pVfs, "getpagesize"); in test_syscall_pagesize()
697 gSyscall.pgsz = pgsz; in test_syscall_pagesize()