Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_defect.c62 if (!(work_list.flags & LIST_DIRTY)) { in d_restore()
156 work_list.flags |= LIST_DIRTY; in d_original()
240 work_list.flags |= LIST_DIRTY; in d_extract()
334 work_list.flags |= LIST_DIRTY; in d_add()
431 work_list.flags |= LIST_DIRTY; in d_delete()
692 work_list.flags |= LIST_DIRTY; in d_load()
750 if (work_list.list != NULL && !(work_list.flags & LIST_DIRTY)) { in d_commit()
821 work_list.flags &= ~(LIST_DIRTY|LIST_RELOAD); in commit_list()
917 work_list.flags |= LIST_DIRTY; in d_primary()
960 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 Danalyze.c190 cur_list.flags |= LIST_DIRTY; in do_scan()
408 if (!EMBEDDED_SCSI && (cur_list.flags & LIST_DIRTY) && in do_scan()
H A Dmenu_command.c1119 cur_list.flags |= LIST_DIRTY; in c_format()
1167 cur_list.flags &= ~LIST_DIRTY; in c_format()
1170 cur_list.flags |= LIST_DIRTY; in c_format()
1173 if (cur_list.flags & LIST_DIRTY) { in c_format()
1202 if (cur_list.flags & LIST_DIRTY) { in c_format()
1846 if (work_list.flags & LIST_DIRTY) { in c_defect()
H A Dmisc.c329 if (cur_list.flags & LIST_DIRTY) { in cleanup()