Searched refs:E_PEOF (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dfsck_hfs_msgnums.h63 E_PEOF = 500, /* Invalid PEOF */ enumerator in enum:__anon8924
H A Dfsck_hfs_strings.c67 { E_PEOF, "Incorrect block count for file %s", fsckMsgError, fsckLevel1, 1, (const int[]){ fsckTypeFile } },
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c1197 fsckPrint(gScavGlobals->context, E_PEOF, idstr);
1213 fsckPrint(gScavGlobals->context, E_PEOF, idstr);
1618 * E_PEOF, parentID, filename, forkType (kDataFork/kRsrcFork).
1641 * E_PEOF - Bad allocation error on plain HFS volume
1675 fsckPrint(gScavGlobals->context, E_PEOF, filename);
1683 return (E_PEOF);
1693 p->type = E_PEOF;
H A DSControl.c197 case E_PEOF:
H A DSRepair.c1496 case E_PEOF:
2444 if (p->type == E_PEOF) {

Completed in 133 milliseconds