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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1076 umem_buftag_t *btp = NULL; local
1110 btp = UMEM_BUFTAG(cp, buf);
1117 if (bcp == NULL && btp != NULL)
1118 bcp = btp->bt_bufctl;
1166 (intptr_t)btp->bt_bufctl ^ btp->bt_bxstat,
1183 UMEM_SIZE_DECODE(((uint32_t *)btp)[0]),
1184 UMEM_SIZE_DECODE(((uint32_t *)btp)[1]));
1460 umem_buftag_t *btp = UMEM_BUFTAG(cp, buf); local
1461 btp
1674 umem_buftag_t *btp = UMEM_BUFTAG(cp, buf); local
1733 umem_buftag_t *btp = UMEM_BUFTAG(cp, buf); local
2140 umem_buftag_t *btp = UMEM_BUFTAG(cp, buf); local
2166 umem_buftag_t *btp = UMEM_BUFTAG(cp, buf); local
2230 umem_buftag_t *btp = UMEM_BUFTAG(cp, buf); local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1286 kmem_buftag_t *btp = NULL; local
1318 btp = KMEM_BUFTAG(cp, buf);
1325 if (bcp == NULL && btp != NULL)
1326 bcp = btp->bt_bufctl;
1374 (intptr_t)btp->bt_bufctl ^ btp->bt_bxstat,
1390 KMEM_SIZE_DECODE(((uint32_t *)btp)[0]),
1391 KMEM_SIZE_DECODE(((uint32_t *)btp)[1]));
1598 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
1599 btp
1950 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
2023 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
2098 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
2673 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
2931 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
2986 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
3021 kmem_buftag_t *btp = KMEM_BUFTAG(cp, buf); local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmime.c738 ** btp -- if the return value is SM_IO_EOF, *btp is set to
746 mime_getchar(fp, boundaries, btp)
749 int *btp;
821 *btp = bt;
833 *btp = bt;
845 ** btp -- if the return value is SM_IO_EOF, *btp is set to
853 mime_getchar_crlf(fp, boundaries, btp)
856 int *btp;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c227 kmem_buftag_t *btp = KMEM_BUFTAG(c, addr); local
228 leaky_grep((uintptr_t)&btp->bt_redzone,
229 sizeof (btp->bt_redzone));
H A Dkmem.c1394 kmem_buftag_t *btp; local
1398 btp = KMEM_BUFTAG(cp, buf);
1400 (uintptr_t)btp) == -1) {
1402 "%p at %p", buf, btp);
3038 * verify that btp->bt_bxstat == (bcp ^ pat)
3041 verify_buftag(kmem_buftag_t *btp, uintptr_t pat) argument
3043 return (btp->bt_bxstat == ((intptr_t)btp->bt_bufctl ^ pat) ? 0 : -1);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1350 umem_buftag_t *btp; local
1354 btp = UMEM_BUFTAG(cp, buf);
1356 (uintptr_t)btp) == -1) {
1358 "%p at %p", buf, btp);
2698 * verify that btp->bt_bxstat == (bcp ^ pat)
2701 verify_buftag(umem_buftag_t *btp, uintptr_t pat) argument
2703 return (btp->bt_bxstat == ((intptr_t)btp->bt_bufctl ^ pat) ? 0 : -1);

Completed in 97 milliseconds