Lines Matching refs:offs
402 dtrace_bufdesc_t *buf, size_t offs) in dt_flowindent() argument
458 offs += epd->dtepd_size; in dt_flowindent()
461 if (offs >= buf->dtbd_size) in dt_flowindent()
464 next = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs); in dt_flowindent()
467 offs += sizeof (id); in dt_flowindent()
2092 size_t offs; in dt_consume_cpu() local
2107 for (offs = buf->dtbd_oldest; offs < buf->dtbd_size; ) { in dt_consume_cpu()
2113 id = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs); in dt_consume_cpu()
2120 offs += sizeof (id); in dt_consume_cpu()
2129 data.dtpda_data = buf->dtbd_data + offs; in dt_consume_cpu()
2143 buf, offs); in dt_consume_cpu()
2166 data.dtpda_data = buf->dtbd_data + offs + in dt_consume_cpu()
2204 buf->dtbd_data + offs, rec) != 0) in dt_consume_cpu()
2232 val = buf->dtbd_data + offs + in dt_consume_cpu()
2257 buf->dtbd_data + offs, rec) != 0) in dt_consume_cpu()
2355 (uchar_t *)buf->dtbd_data + offs, in dt_consume_cpu()
2356 buf->dtbd_size - offs); in dt_consume_cpu()
2426 naddr = buf->dtbd_data + offs + in dt_consume_cpu()
2521 offs += epd->dtepd_size; in dt_consume_cpu()
2524 buf->dtbd_oldest = offs; in dt_consume_cpu()
2854 size_t offs = buf->dtbd_oldest; in dt_buf_oldest() local
2856 while (offs < buf->dtbd_size) { in dt_buf_oldest()
2859 (dtrace_rechdr_t *)(buf->dtbd_data + offs); in dt_buf_oldest()
2861 offs += sizeof (dtrace_epid_t); in dt_buf_oldest()