Home | History | Annotate | Download | only in arch

Lines Matching refs:MACPPC_BOOT_BLOCK_BLOCKSIZE

59 	MACPPC_BOOT_BLOCK_BLOCKSIZE,
114 if (pread(params->fsfd, &dm, MACPPC_BOOT_BLOCK_BLOCKSIZE, 0) !=
115 MACPPC_BOOT_BLOCK_BLOCKSIZE) {
123 rv = pwrite(params->fsfd, &dm, MACPPC_BOOT_BLOCK_BLOCKSIZE, 0);
139 rv = pwrite(params->fsfd, &dm, MACPPC_BOOT_BLOCK_BLOCKSIZE, 0);
146 if (rv != MACPPC_BOOT_BLOCK_BLOCKSIZE) {
161 if (pwrite(params->fsfd, &pme, MACPPC_BOOT_BLOCK_BLOCKSIZE,
162 1 * MACPPC_BOOT_BLOCK_BLOCKSIZE) != MACPPC_BOOT_BLOCK_BLOCKSIZE) {
182 if (pwrite(params->fsfd, &pme, MACPPC_BOOT_BLOCK_BLOCKSIZE,
183 2 * MACPPC_BOOT_BLOCK_BLOCKSIZE) != MACPPC_BOOT_BLOCK_BLOCKSIZE) {