HomeSort by: relevance | last modified time | path
    Searched defs:bie (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/i386/i386/
multiboot.c 637 struct bi_memmap_entry *bie; local in function:setup_memmap
639 bie = &bi->entry[bi->num];
642 bie->addr = mm->mm_base_addr;
643 bie->size = mm->mm_length;
645 bie->type = BIM_Memory;
647 bie->type = BIM_Reserved;
multiboot.c 637 struct bi_memmap_entry *bie; local in function:setup_memmap
639 bie = &bi->entry[bi->num];
642 bie->addr = mm->mm_base_addr;
643 bie->size = mm->mm_length;
645 bie->type = BIM_Memory;
647 bie->type = BIM_Reserved;
  /src/sys/arch/x86/x86/
multiboot2.c 462 struct bi_modulelist_entry *bie; local in function:mbi_modules
465 bim_len = sizeof(*bim) + (module_count * sizeof(*bie));
474 bie = (struct bi_modulelist_entry *)(bim + 1);
483 strncpy(bie->path, mbt->cmdline, sizeof(bie->path));
484 bie->type = BI_MODULE_ELF;
485 bie->len = mbt->mod_end - mbt->mod_start;
486 bie->base = mbt->mod_start;
488 bie++;
553 struct bi_memmap_entry *bie; local in function:mbi_mmap
608 struct btinfo_efi bie; local in function:mbi_efi32
619 struct btinfo_efi bie; local in function:mbi_efi64
629 struct btinfo_efimemmap *bie; local in function:mbi_efi_mmap
    [all...]
multiboot2.c 462 struct bi_modulelist_entry *bie; local in function:mbi_modules
465 bim_len = sizeof(*bim) + (module_count * sizeof(*bie));
474 bie = (struct bi_modulelist_entry *)(bim + 1);
483 strncpy(bie->path, mbt->cmdline, sizeof(bie->path));
484 bie->type = BI_MODULE_ELF;
485 bie->len = mbt->mod_end - mbt->mod_start;
486 bie->base = mbt->mod_start;
488 bie++;
553 struct bi_memmap_entry *bie; local in function:mbi_mmap
608 struct btinfo_efi bie; local in function:mbi_efi32
619 struct btinfo_efi bie; local in function:mbi_efi64
629 struct btinfo_efimemmap *bie; local in function:mbi_efi_mmap
    [all...]

Completed in 22 milliseconds