Home
last modified time | relevance | path

Searched refs:ppath_assert (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/common/include/ppath/
Dppath_impl.h8 #define ppath_assert(__x) KASSERT(__x) macro
14 #define ppath_assert(__x) assert(__x) macro
/netbsd/src/common/lib/libppath/
Dppath.c141 ppath_assert(pc->pc_refcnt != 0); in ppath_component_retain()
150 ppath_assert(pc->pc_refcnt != 0); in ppath_component_release()
623 ppath_assert(v != NULL); in ppath_copyset_object()