Searched refs:DBG_ASSERT (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_dbg.h35 * 10-Nov-1998 Pat Dirks Cleaned up definition of DBG_ASSERT to handle embedded '%' correctly.
96 #define DBG_ASSERT(a) { if (!(a)) { \ macro
100 #define DBG_ASSERT(a) { if (!(a)) { panic("File "__FILE__", line %d: assertion '%s' failed.\n", __LINE__, #a); } } macro
103 #define DBG_ASSERT(a) assert(a) macro
117 #define DBG_ASSERT(a) macro
H A Dhfs_attrlist.c870 DBG_ASSERT((attrlist->commonattr & ~ATTR_CMN_VALIDMASK) == 0);
872 DBG_ASSERT((attrlist->volattr & ~ATTR_VOL_VALIDMASK) == 0);
874 DBG_ASSERT((attrlist->dirattr & ~ATTR_DIR_VALIDMASK) == 0);
876 DBG_ASSERT((attrlist->fileattr & ~ATTR_FILE_VALIDMASK) == 0);
878 DBG_ASSERT((attrlist->forkattr & ~ATTR_FORK_VALIDMASK) == 0);
H A Dhfs_btreeio.c62 DBG_ASSERT(vp != NULL);
63 DBG_ASSERT(blockSize >= kMinNodeSize);
H A Dhfs_search.c1084 DBG_ASSERT(searchInfo != NULL);
H A Dhfs_vfsutils.c1423 DBG_ASSERT(vp != NULL);
1449 DBG_ASSERT(logBlockSize > 0);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs.h181 //#define DBG_ASSERT(a) { if (!(a)) { panic("File "__FILE__", line %d: assertion '%s' failed.\n", __LINE__, #a); } }
182 #define DBG_ASSERT(a) { if (!(a)) { Debugger("Oops - File __FILE__ , line __LINE__: assertion '"#a"' failed."); } } macro
187 #define DBG_ASSERT(a) macro
H A Dsynthfs_util.c75 DBG_ASSERT(parent_sp->s_type == SYNTHFS_DIRECTORY);
H A Dsynthfs_vnops.c516 DBG_ASSERT((ap->a_fdvp->v_type == VDIR) && (ap->a_tdvp->v_type == VDIR));
1227 DBG_ASSERT(sp != NULL);

Completed in 94 milliseconds