KMEM_BUFTAG_ALLOC
if (stat != KMEM_BUFTAG_ALLOC && stat != KMEM_BUFTAG_FREE)
if (verify_buftag(buftagp, KMEM_BUFTAG_ALLOC) == -1) {
btp->bt_bxstat = (intptr_t)bcp ^ KMEM_BUFTAG_ALLOC;
if (btp->bt_bxstat != ((intptr_t)bcp ^ KMEM_BUFTAG_ALLOC)) {