OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACPPC_BOOT_BLOCK_MAX_SIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/macppc/stand/installboot/
installboot.c
122
if (params->s1stat.st_size >
MACPPC_BOOT_BLOCK_MAX_SIZE
)
133
bb = calloc(1,
MACPPC_BOOT_BLOCK_MAX_SIZE
);
136
MACPPC_BOOT_BLOCK_MAX_SIZE
);
149
for (bbi = 0; bbi <
MACPPC_BOOT_BLOCK_MAX_SIZE
;
160
if (bbi >=
MACPPC_BOOT_BLOCK_MAX_SIZE
)
165
maxblk > (
MACPPC_BOOT_BLOCK_MAX_SIZE
/ sizeof(uint32_t)))
202
if (pwrite(params->fsfd, bb,
MACPPC_BOOT_BLOCK_MAX_SIZE
, partoff) !=
203
MACPPC_BOOT_BLOCK_MAX_SIZE
)
/src/sys/arch/macppc/stand/mkboothfs/
mkboothfs.c
50
#define BOOTDATASIZE (BOOTPARTSIZE -
MACPPC_BOOT_BLOCK_MAX_SIZE
)
115
pme.pmBootSize = htobe32(
MACPPC_BOOT_BLOCK_MAX_SIZE
);
143
memset(buf, 0,
MACPPC_BOOT_BLOCK_MAX_SIZE
);
144
write(ofd, buf,
MACPPC_BOOT_BLOCK_MAX_SIZE
);
/src/usr.sbin/installboot/arch/
macppc.c
60
MACPPC_BOOT_BLOCK_MAX_SIZE
,
/src/sys/sys/
bootblock.h
1154
#define
MACPPC_BOOT_BLOCK_MAX_SIZE
2048 /* XXX: could be up to 6144 */
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025