Home | History | Annotate | Download | only in boot

Lines Matching defs:bootinfo

1 /*	$NetBSD: bootinfo.c,v 1.1 2014/02/24 07:23:43 skrll Exp $	*/
37 #include "bootinfo.h"
39 struct bootinfo bootinfo;
46 memset(&bootinfo, 0, sizeof(bootinfo));
58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size);
60 bootinfo.bi_offset += what->len;
61 bootinfo.bi_nentries++;