Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c108 #define SC_PAYLOAD_ISCOMPRESSED 0x0100 /* Dump is in vmdump.N form */ macro
157 _SC_PAYLOAD_CMN | SC_PAYLOAD_INSTANCE | SC_PAYLOAD_ISCOMPRESSED
1605 if (pl & SC_PAYLOAD_ISCOMPRESSED) { in raise_event()