Searched defs:woffs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c10637 intptr_t woffs; local
10693 woffs = buf->dtb_xamot_offset;
10720 if (woffs >= offs)
10721 woffs = 0;
10723 woffs = 0;
10750 if (woffs < offs) {
10769 while (VBDTCAST(uintptr_t)offs + total > VBDTCAST(uintptr_t)woffs) {
10770 dtrace_epid_t epid = *(uint32_t *)(tomax + woffs);
10782 ASSERT(woffs + size <= buf->dtb_size);
10785 if (woffs
[all...]

Completed in 100 milliseconds