Searched refs:boot_size (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1457 int boot_size = 0; local
1466 if ((boot_size = status.st_size) < 512) {
1472 sizebootldr = (boot_size + 511) / 512 * 512;
1492 if (read(bfd, bootloader, boot_size) != boot_size) {
1506 boot_size = 0;
1511 return (boot_size);
/opensolaris-onvv-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c262 sc->sc_fw.boot_size =
275 sc->sc_fw.boot_size, sc->sc_fw.uc_size, sc->sc_fw.fw_size));
H A Dipw2200_impl.h77 size_t boot_size; member in struct:ipw2200_firmware
H A Dipw2200.c1070 err = ipw2200_load_fw(sc, sc->sc_fw.boot_base, sc->sc_fw.boot_size);

Completed in 109 milliseconds