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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h160 intptr_t bt_bxstat; /* bufctl ^ (alloc/free) */ member in struct:umem_buftag
H A Dumem.c902 (intptr_t)btp->bt_bufctl ^ btp->bt_bxstat,
1196 btp->bt_bxstat = (intptr_t)bcp ^ UMEM_BUFTAG_FREE;
1412 if (btp->bt_bxstat != ((intptr_t)bcp ^ UMEM_BUFTAG_FREE)) {
1417 btp->bt_bxstat = (intptr_t)bcp ^ UMEM_BUFTAG_ALLOC;
1450 btp->bt_bxstat = (intptr_t)bcp ^ UMEM_BUFTAG_FREE;
1470 if (btp->bt_bxstat != ((intptr_t)bcp ^ UMEM_BUFTAG_ALLOC)) {
1471 if (btp->bt_bxstat == ((intptr_t)bcp ^ UMEM_BUFTAG_FREE)) {
1483 btp->bt_bxstat = (intptr_t)bcp ^ UMEM_BUFTAG_FREE;

Completed in 22 milliseconds