/src/sys/compat/linux/common/ |
linux_exec_aout.c | 84 char **stk = (char **)*stackp; local in function:linux_aout_copyargs 97 if ((error = copyout(&cpp, &stk[1], sizeof (cpp))) != 0) 114 if ((error = copyout(&cpp, &stk[2], sizeof (cpp))) != 0)
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_deadlock_detector1.cc | 95 m->stk = cb->Unwind(); 148 rep->loop[i].stk[0] = stk_to; 149 rep->loop[i].stk[1] = stk_from; 155 u32 stk = 0; local in function:__sanitizer::DD::MutexAfterLock 157 stk = cb->Unwind(); 158 // Printf("T%p MutexLock: %zx stk %u\n", lt, m->id, stk); 159 if (dd.onFirstLock(<->dd, m->id, stk)) 161 if (dd.onLockFast(<->dd, m->id, stk)) 169 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()) [all...] |
sanitizer_deadlock_detector_interface.h | 38 u32 stk; // creation stack member in struct:__sanitizer::DDMutex 60 u32 stk[2]; // stack ids for the edge member in struct:__sanitizer::DDReport::__anonfdbe61cb0208
|
sanitizer_deadlock_detector.h | 60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { 61 // Printf("addLock: %zx %zx stk %u\n", lock_id, current_epoch, stk); 72 LockWithContext l = {lock_id_short, stk}; 105 return all_locks_with_contexts_[i].stk; 124 u32 stk; member in struct:__sanitizer::DeadlockDetectorTLS::LockWithContext 217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 220 dtls->addLock(cur_idx, current_epoch_, stk); 244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, 254 dtls->findLockContext(added_edges[i]), stk, [all...] |
sanitizer_deadlock_detector2.cc | 68 u32 stk; member in struct:__sanitizer::ThreadMutex 212 tm->stk = cb->Unwind(); 223 u32 stk1 = lt->locked[i].stk; 299 tm->stk = cb->Unwind(); 410 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; 411 rep->loop[i].stk[1] = link->stk1;
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_defs.h | 179 u32 stk; member in struct:__tsan::MBlock
|
tsan_rtl_mutex.cc | 527 u32 stk = r->loop[i].stk[j]; local in function:__tsan::ReportDeadlock 528 if (stk && stk != 0xffffffff) { 529 rep.AddStack(StackDepotGet(stk), true);
|
/src/usr.bin/checknr/ |
checknr.c | 71 } stk[MAXSTK]; variable in typeref:struct:stkstr[] 373 stk[stktop].opno == SZ) { 380 stk[++stktop].opno = SZ; 381 stk[stktop].pl = pl; 382 stk[stktop].parm = n; 383 stk[stktop].lno = lineno; 389 stk[stktop].opno == FT) { 396 stk[++stktop].opno = FT; 397 stk[stktop].pl = 1; 398 stk[stktop].parm = n [all...] |
/src/sys/kern/ |
subr_asan.c | 256 const void *stk = (const void *)uvm_lwp_getuarea(l); local in function:kasan_softint 258 kasan_shadow_Nbyte_fill(stk, USPACE, 0);
|
/src/games/canfield/canfield/ |
canfield.c | 123 #define stk 1 macro 1174 origin = stk; 1183 if (origin == stk) { 1291 mtforigin = stk; 1300 if (mtforigin == stk) {
|