OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boot_code
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mipsco/stand/installboot/
installboot.c
168
char *
boot_code
;
local
185
boot_code
= malloc(boot_size);
186
if (
boot_code
== NULL)
188
memset(
boot_code
, 0, boot_size);
191
len = read(fd,
boot_code
, bootstrapsb.st_size);
211
free(
boot_code
);
222
len = pwrite(fd,
boot_code
, boot_size, BOOTBLOCK_OFFSET);
223
free(
boot_code
);
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026