Home
last modified time | relevance | path

Searched refs:bootinst (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sbin/fdisk/
H A Dfdisk.c82 unsigned char *bootinst; /* boot code */ member
335 if ((mboot.bootinst = malloc(MAX_SEC_SIZE)) == NULL) in main()
337 if (read_disk(0, mboot.bootinst) == -1) in main()
339 free(mboot.bootinst); in main()
340 mboot.bootinst = NULL; in main()
523 if (mboot.bootinst != NULL) in init_boot()
524 free(mboot.bootinst); in init_boot()
853 if (mboot.bootinst != NULL) in read_s0()
854 free(mboot.bootinst); in read_s0()
860 if (read_disk(0, mboot.bootinst) == -1) { in read_s0()
[all …]
/freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/sys/dktp/
H A Dfdisk.h147 char bootinst[BOOTSZ]; member
/freebsd-13.1/sys/dev/hptmv/
H A Dvdevice.h265 UCHAR bootinst[446]; /* space to hold actual boot code */ member