Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12324 intptr_t woffs; local
12380 woffs = buf->dtb_xamot_offset;
12407 if (woffs >= offs)
12408 woffs = 0;
12410 woffs = 0;
12437 if (woffs < offs) {
12456 while (offs + total > woffs) {
12457 dtrace_epid_t epid = *(uint32_t *)(tomax + woffs);
12469 ASSERT(woffs + size <= buf->dtb_size);
12472 if (woffs + size == buf->dtb_size) {
[all …]