Searched refs:bsdimage (Results 1 – 2 of 2) sorted by relevance
95 static u_int bsdimage[5242880/sizeof(u_int)]; /* XXX use kmalloc() */ variable107 #define elf ((Elf32_Ehdr *)bsdimage) in elf32bsdboot()357 if (*offp + len >= sizeof(bsdimage)) in zbsdmod_write()360 memcpy(((char *)bsdimage) + *offp, buf, len); in zbsdmod_write()395 memcpy(bootargs + sizeof(u_int), bsdimage, position); in zbsdmod_close()
17 # - see src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c:bsdimage[]