Searched refs:dtb_xamot (Results 1 – 3 of 3) sorted by relevance
302 ASSERT(buf->dtb_xamot == NULL); in dtrace_ioctl()322 ASSERT(buf->dtb_xamot != cached); in dtrace_ioctl()327 ASSERT(cached == buf->dtb_xamot); in dtrace_ioctl()334 if (copyout(buf->dtb_xamot, desc.dtbd_data, in dtrace_ioctl()
434 caddr_t dtb_xamot; /* inactive buffer */ member
12059 caddr_t xamot = buf->dtb_xamot;12069 buf->dtb_xamot = tomax;12162 ASSERT(buf->dtb_xamot == NULL);12176 if ((buf->dtb_xamot = kmem_zalloc(size,12193 if (buf->dtb_xamot != NULL) {12196 kmem_free(buf->dtb_xamot, size);12207 buf->dtb_xamot = NULL;12243 ASSERT(buf->dtb_xamot == NULL);12257 if ((buf->dtb_xamot = kmem_zalloc(size,12276 if (buf->dtb_xamot != NULL) {[all …]