Searched defs:Boot (Results 1 – 2 of 2) sorted by relevance
519 typedef struct Boot Boot; typedef520 struct Boot { struct521 int state;523 Exechdr hdr;524 uvlong entry;526 char *bp; /* base ptr */527 char *wp; /* write ptr */528 char *ep; /* end ptr */
18 Boot = 0, enumerator