OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsdimage
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c
95
static u_int
bsdimage
[5242880/sizeof(u_int)]; /* XXX use kmalloc() */
variable
107
#define elf ((Elf32_Ehdr *)
bsdimage
)
357
if (*offp + len >= sizeof(
bsdimage
))
360
memcpy(((char *)
bsdimage
) + *offp, buf, len);
395
memcpy(bootargs + sizeof(u_int),
bsdimage
, position);
Completed in 56 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026