Searched refs:bootinst (Results 1 – 3 of 3) sorted by relevance
80 unsigned char *bootinst; /* boot code */ member337 if ((mboot.bootinst = malloc(MAX_SEC_SIZE)) == NULL) in main()339 if (read_disk(0, mboot.bootinst) == -1) in main()341 free(mboot.bootinst); in main()342 mboot.bootinst = NULL; in main()525 if (mboot.bootinst != NULL) in init_boot()526 free(mboot.bootinst); in init_boot()855 if (mboot.bootinst != NULL) in read_s0()856 free(mboot.bootinst); in read_s0()862 if (read_disk(0, mboot.bootinst) == -1) { in read_s0()[all …]
147 char bootinst[BOOTSZ]; member
263 UCHAR bootinst[446]; /* space to hold actual boot code */ member