Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/format/
H A Dmenu_defect.c71 if (!(work_list.flags & LIST_DIRTY)) { in d_restore()
165 work_list.flags |= LIST_DIRTY; in d_original()
249 work_list.flags |= LIST_DIRTY; in d_extract()
343 work_list.flags |= LIST_DIRTY; in d_add()
440 work_list.flags |= LIST_DIRTY; in d_delete()
701 work_list.flags |= LIST_DIRTY; in d_load()
759 if (work_list.list != NULL && !(work_list.flags & LIST_DIRTY)) { in d_commit()
830 work_list.flags &= ~(LIST_DIRTY|LIST_RELOAD); in commit_list()
926 work_list.flags |= LIST_DIRTY; in d_primary()
969 work_list.flags |= LIST_DIRTY; in d_grown()
[all …]
H A Ddefect.h84 #define LIST_DIRTY 0x01 /* List needs to be synced */ macro
H A Dmenu_command.c1111 cur_list.flags |= LIST_DIRTY; in c_format()
1159 cur_list.flags &= ~LIST_DIRTY; in c_format()
1162 cur_list.flags |= LIST_DIRTY; in c_format()
1165 if (cur_list.flags & LIST_DIRTY) { in c_format()
1194 if (cur_list.flags & LIST_DIRTY) { in c_format()
1838 if (work_list.flags & LIST_DIRTY) { in c_defect()
H A Danalyze.c202 cur_list.flags |= LIST_DIRTY;
419 if (!EMBEDDED_SCSI && (cur_list.flags & LIST_DIRTY) &&
H A Dmisc.c353 if (cur_list.flags & LIST_DIRTY) { in cleanup()