Searched refs:DF_LIVE (Results 1 – 4 of 4) sorted by relevance
92 #define DF_LIVE 0x00000004 /* Dump was taken on a live system */ macro
2708 dumphdr->dump_flags = DF_VALID | DF_COMPLETE | DF_LIVE | DF_COMPRESSED; in dumpsys()2716 dumphdr->dump_flags &= ~DF_LIVE; in dumpsys()2875 (dumphdr->dump_flags & DF_LIVE) != 0; in dumpsys()
1637 const char *l = swap(dh.dump_flags) & DF_LIVE ? in print_dumphdr()
1890 dumphdr.dump_flags & DF_LIVE ? "Live" : in main()