Searched refs:MacPart (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dmac_label.h61 struct MacPart { struct
82 typedef struct MacPart MacPart; typedef in typeref:struct:MacPart
84 #define IS_MAC_PART(d) (((MacPart*)(d))->pmSig[0]=='P'&&((MacPart*)(d))->pmSig[1]=='M')
H A Dmac_label.c35 MacPart *mac_part;
68 mac_part = (MacPart*)(tmp+HFS_BLOCKSZ);
150 mac_part = (MacPart*)(buffer+block_size);
164 mac_part = (MacPart*)(buffer + (i+2)*block_size);
189 mac_part = (MacPart*)(buffer+HFS_BLOCKSZ);
204 if (mac_part == (MacPart*)(buffer+SECTOR_SIZE)) mac_part++; /* jump over 2048 partition entry */
H A Dapple_driver.c50 MacPart *mac_part;
74 mac_part = (MacPart *)block;

Completed in 128 milliseconds