Searched refs:drives_length (Results 1 – 10 of 10) sorted by relevance
274 mbi.drives_length = 0; in init_bios_info()313 mbi.drives_length += info->size; in init_bios_info()
154 unsigned long drives_length; member
896 config_entries = (char *) mbi.drives_addr + mbi.drives_length; in cmain()
333 mbi.drives_length = dhcpack_length; in boot_func()
168 uint32_t drives_length; member
1176 if (mbi->drives_length > sizeof (saved_drives)) { in save_boot_info()1177 DBG(mbi->drives_length); in save_boot_info()1183 (void *)saved_drives, mbi->drives_length); in save_boot_info()1186 saved_mbi.drives_length = 0; in save_boot_info()1524 if (netboot && mbi->drives_length != 0) { in build_boot_properties()1530 mbi->drives_length); in build_boot_properties()
572 saved_mbi.drives_length); in fastboot_build_mbi()573 offs += saved_mbi.drives_length; in fastboot_build_mbi()
633 52 | drives_length | (present if flags[7] is set)837 is the address, and @samp{drives_length} is the total size of drive838 structures. Note that @samp{drives_length} may be zero. Each drive
597 52 | drives_length | (present if flags[7] is set)778 address, and `drives_length' is the total size of drive structures.779 Note that `drives_length' may be zero. Each drive structure is
3206 (multiboot_info): Added drives_length, drives_addr,