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

/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h70 #define O_ABORT 0x1000 /* call abort() after issuing any output */ macro
75 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \
79 ((void)((cnd) || (outfl(O_ABORT, __FILE__, __LINE__, \
83 ((void)(((lhs) == (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \
88 ((void)(((lhs) != (rhs)) || (outfl(O_ABORT, __FILE__, __LINE__, \
H A Dout.c226 else if (flags & O_ABORT)

Completed in 169 milliseconds