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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dadvfs_plus.c87 header = (HfsPHeaderRecord*) (node_1 + HFS_FIRST_REC);
114 if (((uint8_t*)record_key - node < HFS_FIRST_REC)
H A Dreloc_plus.c502 header = (HfsPHeaderRecord*) (node_1 + HFS_FIRST_REC);
531 if (((uint8_t*)catalog_key - node < HFS_FIRST_REC)
624 header = ((HfsPHeaderRecord*) (node_1 + HFS_FIRST_REC));
649 if (((uint8_t*)extent_key - node < HFS_FIRST_REC)
735 header = ((HfsPHeaderRecord*) (node_1 + HFS_FIRST_REC));
762 if (((uint8_t*)generic_key - node < HFS_FIRST_REC)
H A Dadvfs.c114 if (((uint8_t*)record_key - node < HFS_FIRST_REC)
H A Dreloc.c407 if (((uint8_t*)catalog_key - node < HFS_FIRST_REC)
501 if (((uint8_t*)extent_key - node < HFS_FIRST_REC)
H A Dhfs.h66 #define HFS_FIRST_REC 0x0E macro

Completed in 94 milliseconds