Searched refs:total_off (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c10712 size_t total_off; local
10756 total_off = needed + (offs & (align - 1));
10765 offs + total_off > buf->dtb_size) {
10768 if (offs + total_off > buf->dtb_size) {
10773 if (total_off > buf->dtb_size) {
10816 total_off = needed;
10842 while (offs + total_off > (size_t)woffs) {
10882 woffs = total_off;

Completed in 172 milliseconds