Searched refs:badlist (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Dpreen.c73 } *badlist, **badnext = &badlist; variable in typeref:struct:part
207 if (badlist == 0)
210 badlist->next ? "S" : "", "UNEXPECTED INCONSISTENCY:");
211 for (pt = badlist; pt; pt = pt->next)
/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.c104 part_t *badlist = NULL; /* List of partitions which may have had errors */ variable
318 if (badlist == NULL) {
323 badlist->next ? "S" : "", "UNEXPECTED INCONSISTENCY:");
324 for (part = badlist; part; part = part->next) {
536 part_t *temp_part = badlist;
540 badlist = disk->part;
543 badlist->next = temp_part;

Completed in 107 milliseconds