HomeSort by: relevance | last modified time | path
    Searched defs:bibuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.c 48 struct bootinfo *bibuf; local in function:pbsdboot
73 (bibuf = (struct bootinfo*)vmem_alloc()) == NULL) {
79 memcpy(bibuf, bi, sizeof(struct bootinfo));
99 vmem_exec(start, argc, (char**)argbuf, bibuf);
  /src/sys/arch/zaurus/stand/zboot/
loadfile_zboot.c 103 static char bibuf[BOOTINFO_MAXSIZE]; local in function:zboot_exec
114 p = bibuf;
119 if ((p - bibuf) + help->len > BOOTINFO_MAXSIZE)
132 if (uwrite(tofd, bibuf, p - bibuf) != p - bibuf)
  /src/sys/arch/landisk/stand/boot/
boot2.c 270 static char bibuf[BOOTINFO_MAXSIZE]; local in function:exec_netbsd
288 p = bibuf;
301 (*(void (*)(int, void *))marks[MARK_ENTRY])(howto, bibuf);

Completed in 51 milliseconds