Symbol: badentry
sbin/restore/extern.h
35
void badentry(struct entry *, char *);
sbin/restore/restore.c
409
badentry(ip, "cannot KEEP and change modes");
sbin/restore/restore.c
416
badentry(ip, "NODE and LEAF links to same inode");
sbin/restore/restore.c
533
badentry(np, "unreferenced with flags");
sbin/restore/restore.c
575
badentry(ep, "cannot remove, non-empty");
sbin/restore/restore.c
631
badentry(ep, "unexpected file on tape");
sbin/restore/restore.c
822
badentry(ep, "incomplete operations");
sbin/restore/restore.c
851
badentry(ep, "type should be LEAF");
sbin/restore/symtab.c
106
badentry(np, "duplicate inum");
sbin/restore/symtab.c
268
badentry(ep, "not marked REMOVED");
sbin/restore/symtab.c
271
badentry(ep, "freeing referenced directory");
sbin/restore/symtab.c
273
badentry(ep, "freeing non-empty directory");
sbin/restore/symtab.c
278
badentry(ep, "lookupino failed");
sbin/restore/symtab.c
292
badentry(ep, "link not found");
sbin/restore/symtab.c
312
badentry(ep, "cannot move ROOT");
sbin/restore/symtab.c
348
badentry(ep, "cannot find entry in parent list");
sbin/restore/utilities.c
108
badentry(ep, "not on ino list");
sbin/restore/utilities.c
136
badentry(np, "newnode: not a node");
sbin/restore/utilities.c
155
badentry(ep, "removenode: not a node");
sbin/restore/utilities.c
157
badentry(ep, "removenode: non-empty directory");
sbin/restore/utilities.c
177
badentry(ep, "removeleaf: not a leaf");
sbin/restore/utilities.c
262
badentry(ep, "delwhiteout: not a leaf");
sbin/restore/utilities.c
85
badentry(ep, "mktempname: called with TMPNAME");