/src/tests/lib/libexecinfo/ |
t_backtrace_sandbox.c | 43 size_t frames; local in function:ATF_TC_BODY 47 frames = backtrace(addr, __arraycount(addr)); 48 ATF_REQUIRE(frames > 0); 50 syms = backtrace_symbols_fmt(addr, frames, "%n"); 66 syms = backtrace_symbols_fmt(addr, frames, "%n");
|
t_backtrace.c | 58 } frames[] = { local in function:myfunc3 75 for (j = 0; j < __arraycount(frames); ++j) { 76 if (!frames[j].is_optional) 102 if (frames[i].is_optional && 103 strcmp(strings[j], frames[i].name)) { 107 ATF_CHECK_STREQ(strings[j], frames[i].name);
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_suppressions.cc | 85 SymbolizedStack *frames = symbolizer->SymbolizePC(addr); local in function:__asan::IsStackTraceSuppressed 86 CHECK(frames); 87 for (SymbolizedStack *cur = frames; cur; cur = cur->next) { 95 frames->ClearAll(); 99 frames->ClearAll();
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stacktrace_libcdep.cc | 35 SymbolizedStack *frames = Symbolizer::GetOrInit()->SymbolizePC(pc); local in function:__sanitizer::StackTrace::Print 36 CHECK(frames); 37 for (SymbolizedStack *cur = frames; cur; cur = cur->next) { 50 frames->ClearAll();
|
sanitizer_unwind_linux_libcdep.cc | 54 // Pre-lollipop Android can not unwind through signal handler frames with 128 // We need to pop a few frames so that pc is on top. 152 InternalMmapVector<backtrace_frame_t> frames(kStackTraceMax); local in function:__sanitizer::BufferedStackTrace::SlowUnwindStackWithContext 155 frames.data(), 165 trace_buffer[size++] = frames[i].absolute_pc + 2;
|
/src/sys/arch/amd64/amd64/ |
gdt.c | 315 paddr_t frames[16]; local in function:lgdt 332 frames[i] = ((paddr_t)xpmap_ptetomach((pt_entry_t *)va)) >> 337 if (HYPERVISOR_set_gdt(frames, (desc->rd_limit + 1) >> 3))
|
/src/sys/arch/mips/mips/ |
mips_stacktrace.c | 287 unsigned int frames = 0; local in function:stacktrace_subr 300 if (frames++ > 100) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_report.h | 41 SymbolizedStack *frames; member in struct:__tsan::ReportStack
|
/src/usr.sbin/fwctl/ |
fwdv.c | 267 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; local in function:dvsend 335 frames = 0; 372 fprintf(stderr, "%d", frames % 10); 373 frames ++; 374 if (count > 0 && frames > count) 376 if (frames % frame_rate[lsystem] == 0) 432 fprintf(stderr, "%d frames, %.2f secs, %.2f frames/sec\n", 433 frames, rtime, frames/rtime) [all...] |
/src/games/gomoku/ |
main.c | 77 struct combostr frames[FAREA]; /* storage for all frames */ variable in typeref:struct:combostr[] 78 struct combostr *sortframes[2]; /* sorted list of non-empty frames */
|
/src/sys/arch/xen/x86/ |
cpu.c | 798 gdt_prepframes(paddr_t *frames, vaddr_t base, uint32_t entries) 802 frames[i] = ((paddr_t)xpmap_ptetomach( 818 /* page frames to point at GDT */ 820 paddr_t frames[16]; local in function:xen_init_amd64_vcpuctxt 838 gdt_prepframes(frames, (vaddr_t)ci->ci_gdt, gdt_ents); 877 memcpy(initctx->gdt_frames, frames, sizeof(frames)); 912 /* page frames to point at GDT */ 914 paddr_t frames[16]; local in function:xen_init_i386_vcpuctxt 932 gdt_prepframes(frames, (vaddr_t)ci->ci_gdt, gdt_ents) [all...] |
/src/sys/arch/amiga/dev/ |
grfabs_ccreg.h | 47 cop_t **frames; member in struct:display_mode_data
|
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_common.cc | 641 SymbolizedStack *frames = Symbolizer::GetOrInit()->SymbolizePC(addr); local in function:__lsan::GetSuppressionForAddr 642 for (SymbolizedStack *cur = frames; cur; cur = cur->next) { 648 frames->ClearAll();
|
/src/sys/arch/i386/i386/ |
machdep.c | 1009 u_long frames[16]; local in function:initgdt 1048 frames[0] = xpmap_ptom((uint32_t)gdtstore - KERNBASE) >> PAGE_SHIFT; 1069 if (HYPERVISOR_set_gdt(frames, NGDT /* XXX is it right ? */))
|
/src/sys/dev/ic/ |
mfi.c | 1020 uint32_t status, frames, max_sgl; local in function:mfi_attach 1132 frames = (sc->sc_sgl_size * sc->sc_max_sgl + MFI_FRAME_SIZE - 1) / 1134 sc->sc_frames_size = frames * MFI_FRAME_SIZE;
|
bt8xx.h | 62 u_short frames; member in struct:meteor_geomet 66 /* structure for METEORGCOUNT-get count of frames, fifo errors and DMA errors */ 70 u_int frames_captured; /* count of frames captured since open */ 135 #define METEOR_CAP_N_FRAMES 0x0001 /* capture N frames */ 136 #define METEOR_CAP_STOP_FRAMES 0x0002 /* stop capture N frames */ 137 #define METEOR_HALT_N_FRAMES 0x0003 /* halt of capture N frames */ 180 unsigned num_bufs; /* number of frames in buffer (1-32) */
|
/src/sys/dev/hyperv/ |
vmbus.c | 2061 uint64_t *frames; local in function:vmbus_handle_alloc 2075 frames = kmem_zalloc(total * sizeof(*frames), KM_SLEEP); 2084 frames[j++] = atop(addr); 2121 hdr->chm_range.gpa_page[i] = frames[pfn++]; 2130 cmd->chm_gpa_page[j] = frames[pfn++]; 2166 kmem_free(frames, total * sizeof(*frames));
|
/src/sys/dev/usb/ |
ehci.c | 4302 int i, k, frames; local in function:ehci_device_fs_isoc_init 4329 frames = xfer->ux_nframes; 4330 for (i = 0, prev = NULL; i < frames; i++, prev = sitd) { 4406 int i, j, k, frames; local in function:ehci_device_fs_isoc_transfer 4425 * the entire frame table. To within 4 frames, to allow some leeway 4431 " frametable, too many frames\n"); 4446 frames = xfer->ux_nframes; 4450 for (sitd = exfer->ex_sitdstart, i = 0; i < frames; 4553 /* Start inserting frames */ 4568 for (sitd = exfer->ex_sitdstart, j = 0; j < frames; 4664 int frames, ufrperframe; local in function:ehci_device_isoc_init 4772 int frames, uframes, ufrperframe; local in function:ehci_device_isoc_transfer [all...] |
/src/sys/dev/pci/bktr/ |
bktr_reg.h | 390 /* frame rate . for ntsc is 30 frames per second */ 481 short current; /* frame number in buffer (1-frames) */ 492 short frames; /* number of frames allocated */ member in struct:bktr_softc 496 u_int frames_captured;/* number of frames captured since open */ 509 #define METEOR_CONTIN 0x00000040 /* continuously get frames */ 510 #define METEOR_SYNCAP 0x00000080 /* synchronously get frames */ 548 u_short fps; /* frames per second */
|
/src/sys/sys/ |
videoio.h | 1782 u_int8_t frames; member in struct:v4l2_timecode 2262 struct v4l2_fract frameperiod; /* Frames, not fields */ 2524 #define V4L2_IN_ST_HFLIP 0x00000010 /* Frames are flipped horizontally */ 2525 #define V4L2_IN_ST_VFLIP 0x00000020 /* Frames are flipped vertically */
|