HomeSort by: relevance | last modified time | path
    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