Searched refs:ASSERT3P (Results 1 - 25 of 114) sorted by relevance

12345

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_impl.c59 ASSERT3P(ops, !=, NULL);
H A Dzthr.c240 ASSERT3P(t->zthr_thread, ==, curthread);
413 ASSERT3P(&t->zthr_checkfunc, !=, NULL);
414 ASSERT3P(&t->zthr_func, !=, NULL);
452 ASSERT3P(t->zthr_thread, ==, curthread);
535 ASSERT3P(t->zthr_thread, ==, curthread);
H A Dblkptr.c76 ASSERT3P(bp64, <, bp + 1);
112 ASSERT3P(bp64, <, bp + 1);
H A Dzrlock.c131 ASSERT3P(zrl->zr_owner, ==, NULL);
150 ASSERT3P(zrl->zr_owner, ==, curthread);
H A Dvdev_indirect.c354 ASSERT3P(vd->vdev_ops, ==, &vdev_indirect_ops);
494 ASSERT3P(vd->vdev_ops, ==, &vdev_indirect_ops);
495 ASSERT3P(sci, ==, spa->spa_condensing_indirect);
549 ASSERT3P(sci, ==, spa->spa_condensing_indirect);
601 ASSERT3P(vd->vdev_ops, ==, &vdev_indirect_ops);
654 ASSERT3P(spa->spa_condensing_indirect, !=, NULL);
657 ASSERT3P(vd, !=, NULL);
671 ASSERT3P(vd->vdev_ops, ==, &vdev_indirect_ops);
765 ASSERT3P(vd->vdev_ops, ==, &vdev_indirect_ops);
793 ASSERT3P(sp
[all...]
H A Dvdev_draid.c586 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops);
618 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops);
631 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops);
705 ASSERT3P(rr->rr_abd_empty, ==, NULL);
794 ASSERT3P(rr->rr_abd_empty, ==, NULL);
808 ASSERT3P(rc->rc_abd, ==, NULL);
814 ASSERT3P(rc->rc_abd, !=, NULL);
824 ASSERT3P(rc->rc_abd, !=, NULL);
863 ASSERT3P(rr->rr_abd_empty, !=, NULL);
871 ASSERT3P(r
[all...]
H A Darc.c1097 ASSERT3P(fhdr, !=, NULL);
1586 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon);
1677 ASSERT3P(buf->b_data, !=, NULL);
1775 ASSERT3P(hdr->b_l1hdr.b_pabd, !=, NULL);
1790 ASSERT3P(tmpbuf, !=, NULL);
1935 ASSERT3P(hdr->b_l1hdr.b_pabd, !=, NULL);
1997 ASSERT3P(buf->b_data, !=, NULL);
2208 ASSERT3P(hdr->b_l1hdr.b_buf, ==, NULL);
2209 ASSERT3P(hdr->b_l1hdr.b_pabd, ==, NULL);
2247 ASSERT3P(hd
[all...]
H A Dmultilist.c77 ASSERT3P(index_func, !=, NULL);
86 ASSERT3P(ml->ml_sublists, !=, NULL);
135 ASSERT3P(ml->ml_sublists, !=, NULL);
H A Dbtree.c337 ASSERT3P(node, !=, NULL);
619 ASSERT3P(par_hdr, ==, new_node->bth_parent);
645 ASSERT3P(old_node->bth_parent, ==, new_node->bth_parent);
654 ASSERT3P(old_node, ==, tree->bt_root);
687 ASSERT3P(parent->btc_children[offset], ==, old_node);
778 ASSERT3P(parent->btc_children[i]->bth_parent, ==, parent);
912 ASSERT3P(parent->btc_children[idx.bti_offset], ==, hdr);
928 ASSERT3P(tree->bt_bulk, !=, NULL);
929 ASSERT3P(tree->bt_root, !=, NULL);
1112 ASSERT3P(tre
[all...]
H A Dvdev_removal.c428 ASSERT3P(vd->vdev_indirect_mapping, ==, NULL);
489 ASSERT3P(txg_list_head(&vd->vdev_ms_list, TXG_CLEAN(txg)), ==, NULL);
534 ASSERT3P(spa->spa_vdev_removal, ==, NULL);
608 ASSERT3P(vd->vdev_ops, ==, &vdev_indirect_ops);
862 ASSERT3P(pvd->vdev_ops, ==, &vdev_indirect_ops);
1102 ASSERT3P(source_child_vd, !=, NULL);
1266 ASSERT3P(vd->vdev_ops, ==, &vdev_indirect_ops);
1278 ASSERT3P(svr->svr_zaplist, !=, NULL);
1295 ASSERT3P(zlist, !=, NULL);
1364 ASSERT3P(v
[all...]
/freebsd-current/sys/cddl/boot/zfs/
H A Dblkptr.c65 ASSERT3P(bp64, <, bp + 1);
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dmutex.h133 ASSERT3P(mutex_owner(mp), !=, current); \
145 ASSERT3P(mutex_owner(mp), !=, current); \
179 ASSERT3P(mutex_owner(mp), ==, current); \
H A Ddebug.h40 * ASSERT3P() - Assert pointer X OP Y is true, if not panic.
279 #define ASSERT3P(x, y, z) \ macro
286 #define ASSERT3PF(x, y, z, str, ...) ASSERT3P(x, y, z)
303 #define ASSERT3P VERIFY3P macro
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c163 ASSERT3P(tsd_hash_search(table, key, pid), ==, NULL);
181 ASSERT3P(dtor_entry, !=, NULL);
186 ASSERT3P(pid_entry, !=, NULL);
222 ASSERT3P(table, !=, NULL);
373 ASSERT3P(table, !=, NULL);
410 ASSERT3P(table, !=, NULL);
411 ASSERT3P(entry, !=, NULL);
470 ASSERT3P(table, !=, NULL);
515 ASSERT3P(tsd_hash_table, !=, NULL);
542 ASSERT3P(tsd_hash_tabl
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c64 ASSERT3P(list, !=, NULL);
79 ASSERT3P(list, !=, NULL);
80 ASSERT3P(list->list_head.list_next, ==, node);
81 ASSERT3P(list->list_head.list_prev, ==, node);
127 ASSERT3P(lold->list_next, !=, NULL);
H A Dspl_string.c105 ASSERT3P(str, !=, NULL);
H A Dspl_kmem.c112 ASSERT3P(i, !=, NULL);
162 ASSERT3P(vmp, ==, NULL);
324 ASSERT3P(move, !=, NULL);
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h96 * for unsigned, and ASSERT3P() is for pointers. The VERIFY3*() macros
120 #define ASSERT3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t) macro
126 #define ASSERT3P(x, y, z) ((void)0) macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h721 ASSERT3P(rq, ==, NULL);
733 ASSERT3P(rq, ==, NULL);
745 ASSERT3P(rq, ==, NULL);
757 ASSERT3P(rq, ==, NULL);
769 ASSERT3P(rq, ==, NULL);
782 ASSERT3P(rq, ==, NULL);
794 ASSERT3P(rq, ==, NULL);
806 ASSERT3P(rq, ==, NULL);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c130 ASSERT3P((rv = (uint64_t *)zfs_btree_find(bt, &data, &bt_idx)), !=,
133 ASSERT3P(zfs_btree_get(bt, &bt_idx), !=, NULL);
137 ASSERT3P((rv = zfs_btree_next(bt, &bt_idx, &bt_idx2)), !=,
139 ASSERT3P(rv, ==, zfs_btree_get(bt, &bt_idx2));
146 ASSERT3P((rv = zfs_btree_prev(bt, &bt_idx, &bt_idx2)), !=,
148 ASSERT3P(rv, ==, zfs_btree_get(bt, &bt_idx2));
334 ASSERT3P(zfs_btree_find(bt, &randval, &bt_idx), ==,
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c62 ASSERT3P(vd->vdev_path, !=, NULL);
68 ASSERT3P(vd->vdev_path, !=, NULL);
140 ASSERT3P(vd->vdev_path, !=, NULL);
H A Dabd_os.c182 ASSERT3P(ABD_SCATTER(abd).abd_chunks[i], !=, NULL);
224 ASSERT3P(abd, !=, NULL);
442 ASSERT3P(aiter->iter_mapaddr, ==, NULL);
461 ASSERT3P(aiter->iter_mapaddr, ==, NULL);
491 ASSERT3P(aiter->iter_mapaddr, !=, NULL);
H A Dzfs_znode.c170 ASSERT3P(zp->z_vnode, ==, NULL);
177 ASSERT3P(zp->z_acl_cached, ==, NULL);
178 ASSERT3P(zp->z_xattr_cached, ==, NULL);
207 ASSERT3P(znode_uma_zone, ==, NULL);
236 ASSERT3P(znode_cache, ==, NULL);
304 ASSERT3P(zp, ==, sharezp);
364 ASSERT3P(zp->z_sa_hdl, ==, NULL);
365 ASSERT3P(zp->z_acl_cached, ==, NULL);
593 ASSERT3P(vap, !=, NULL);
801 ASSERT3P(*zp
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h228 #define ASSERT3P(x, y, z) \ macro
235 #define ASSERT3PF(x, y, z, str, ...) ASSERT3P(x, y, z)
250 #define ASSERT3P VERIFY3P macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h40 * ASSERT3P() - Assert pointer X OP Y is true, if not panic.
279 #define ASSERT3P(x, y, z) \ macro
286 #define ASSERT3PF(x, y, z, str, ...) ASSERT3P(x, y, z)
303 #define ASSERT3P VERIFY3P macro

Completed in 311 milliseconds

12345