Lines Matching refs:offs
404 dtrace_bufdesc_t *buf, size_t offs) in dt_flowindent() argument
460 offs += epd->dtepd_size; in dt_flowindent()
463 if (offs >= buf->dtbd_size) in dt_flowindent()
466 next = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs); in dt_flowindent()
469 offs += sizeof (id); in dt_flowindent()
2094 size_t offs; in dt_consume_cpu() local
2109 for (offs = buf->dtbd_oldest; offs < buf->dtbd_size; ) { in dt_consume_cpu()
2115 id = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs); in dt_consume_cpu()
2122 offs += sizeof (id); in dt_consume_cpu()
2131 data.dtpda_data = buf->dtbd_data + offs; in dt_consume_cpu()
2145 buf, offs); in dt_consume_cpu()
2168 data.dtpda_data = buf->dtbd_data + offs + in dt_consume_cpu()
2206 buf->dtbd_data + offs, rec) != 0) in dt_consume_cpu()
2234 val = buf->dtbd_data + offs + in dt_consume_cpu()
2259 buf->dtbd_data + offs, rec) != 0) in dt_consume_cpu()
2357 (uchar_t *)buf->dtbd_data + offs, in dt_consume_cpu()
2358 buf->dtbd_size - offs); in dt_consume_cpu()
2428 naddr = buf->dtbd_data + offs + in dt_consume_cpu()
2523 offs += epd->dtepd_size; in dt_consume_cpu()
2526 buf->dtbd_oldest = offs; in dt_consume_cpu()
2856 size_t offs = buf->dtbd_oldest; in dt_buf_oldest() local
2858 while (offs < buf->dtbd_size) { in dt_buf_oldest()
2861 (dtrace_rechdr_t *)(buf->dtbd_data + offs); in dt_buf_oldest()
2863 offs += sizeof (dtrace_epid_t); in dt_buf_oldest()