Searched refs:SCAN_PURGE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Danalyze.h70 #define SCAN_PURGE 0x10 /* purge data on disk */ macro
H A Danalyze.c231 if (flags & SCAN_PURGE) {
637 * Only write if we're not on the read pass of SCAN_PURGE.
647 * Only read if we are on the read pass of SCAN_PURGE, if we
650 if ((!(flags & SCAN_PURGE)) || (flags & SCAN_PURGE_READ_PASS)) {
661 * Only compare if we are on the read pass of SCAN_PURGE, or
H A Dmenu_analyze.c448 status = do_scan(SCAN_PATTERN | SCAN_PURGE, F_NORMAL);

Completed in 57 milliseconds