Searched refs:BLF_FREED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h204 #define BLF_FREED 0x0020 /* free has begun; debug assertion */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c107 * double-freed. The BLF_FREED flag is intended for use with assertions to
864 ASSERT(!(blp->bl_flags & BLF_FREED));
865 blp->bl_flags |= BLF_FREED;

Completed in 92 milliseconds