Searched refs:EQUIV (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h73 * IMPLY and EQUIV are assertions of the form:
83 #define EQUIV(A, B) \ macro
88 #define EQUIV(A, B) ((void)0) macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h187 EQUIV(node->next == LIST_POISON1, node->prev == LIST_POISON2);
H A Ddebug.h292 #define EQUIV(A, B) \ macro
315 #define EQUIV VERIFY_EQUIV macro
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h244 #define EQUIV(A, B) \ macro
266 #define EQUIV(A, B) \ macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h292 #define EQUIV(A, B) \ macro
315 #define EQUIV VERIFY_EQUIV macro
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect_births.c37 EQUIV(vib->vib_phys->vib_count > 0, vib->vib_entries != NULL);
H A Dvdev_indirect_mapping.c39 EQUIV(vim->vim_phys->vimp_num_entries > 0,
H A Dbtree.c340 EQUIV(d != NULL, !idx.bti_before);
2014 EQUIV(tree->bt_num_elems == 0, tree->bt_height == -1);
2051 EQUIV(tree->bt_height == -1, tree->bt_root == NULL);
2136 EQUIV(tree->bt_height == -1, tree->bt_root == NULL);
H A Dvdev_indirect.c1776 EQUIV(list_is_empty(&is->is_unique_child),
H A Dvdev_raidz.c4756 EQUIV(vdrz->vn_vre.vre_state == DSS_SCANNING, state == DSS_SCANNING);
H A Darc.c1369 EQUIV(shared, ARC_BUF_SHARED(buf));
1700 EQUIV(!copied, hdr->b_l1hdr.b_freeze_cksum == NULL);
H A Ddsl_dataset.c4860 EQUIV(dsl_deadlist_is_open(&ds->ds_remap_deadlist),
H A Ddsl_scan.c3856 EQUIV(bpobj_is_open(&dp->dp_obsolete_bpobj),
H A Dmetaslab.c3430 EQUIV((activation_weight == METASLAB_WEIGHT_PRIMARY),
H A Dvdev.c1145 EQUIV(vd->vdev_indirect_births != NULL,
H A Ddbuf.c4431 EQUIV(dr->dr_parent == NULL, dn->dn_phys->dn_nlevels == 1);
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c186 EQUIV(why == NULL, what == NULL);
/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A Dlist.c235 EQUIV(ln->next == NULL, ln->prev == NULL);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c235 EQUIV(link->list_next == NULL, link->list_prev == NULL);
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6077 EQUIV(obsolete_sm_object != 0, vd->vdev_obsolete_sm != NULL);

Completed in 424 milliseconds