Searched refs:MACPPC_BOOT_BLOCK_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
/netbsd/usr.sbin/installboot/arch/ |
H A D | macppc.c | 59 MACPPC_BOOT_BLOCK_BLOCKSIZE, 114 if (pread(params->fsfd, &dm, MACPPC_BOOT_BLOCK_BLOCKSIZE, 0) != in writeapplepartmap() 115 MACPPC_BOOT_BLOCK_BLOCKSIZE) { in writeapplepartmap() 123 rv = pwrite(params->fsfd, &dm, MACPPC_BOOT_BLOCK_BLOCKSIZE, 0); in writeapplepartmap() 139 rv = pwrite(params->fsfd, &dm, MACPPC_BOOT_BLOCK_BLOCKSIZE, 0); in writeapplepartmap() 146 if (rv != MACPPC_BOOT_BLOCK_BLOCKSIZE) { in writeapplepartmap() 161 if (pwrite(params->fsfd, &pme, MACPPC_BOOT_BLOCK_BLOCKSIZE, in writeapplepartmap() 162 1 * MACPPC_BOOT_BLOCK_BLOCKSIZE) != MACPPC_BOOT_BLOCK_BLOCKSIZE) { in writeapplepartmap() 182 if (pwrite(params->fsfd, &pme, MACPPC_BOOT_BLOCK_BLOCKSIZE, in writeapplepartmap() 183 2 * MACPPC_BOOT_BLOCK_BLOCKSIZE) != MACPPC_BOOT_BLOCK_BLOCKSIZE) { in writeapplepartmap()
|
/netbsd/sys/sys/ |
H A D | bootblock.h | 1142 #define MACPPC_BOOT_BLOCK_BLOCKSIZE 512 macro
|