HomeSort by: relevance | last modified time | path
    Searched refs:MACPPC_BOOT_BLOCK_BLOCKSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/installboot/arch/
macppc.c 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,
    [all...]
  /src/sys/sys/
bootblock.h 1153 #define MACPPC_BOOT_BLOCK_BLOCKSIZE 512

Completed in 13 milliseconds