Searched refs:md_type (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf_obj.c | 344 int md_type; /* type of entry MDT_* */ member 379 md.md_type = md64.md_type; in __elfN() 389 switch(md.md_type) { in __elfN() 415 printf("unknown type %d\n", md.md_type); in __elfN()
|
H A D | load_elf.c | 814 int md_type; /* type of entry MDT_* */ member 822 int md_type; /* type of entry MDT_* */ member 977 md.md_type = md64.md_type; in __elfN() 989 md.md_type = md32.md_type; in __elfN() 1003 switch (md.md_type) { in __elfN()
|
H A D | module.c | 310 md->md_type, (long)md->md_size); in command_lsmod() 904 md->md_type = type; in file_addmetadata() 920 if (md->md_type == type) in file_findmetadata() 932 if (md->md_type == type) in metadata_next()
|
H A D | bootstrap.h | 208 uint16_t md_type; member
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | bootinfo64.c | 89 COPY32(MODINFO_METADATA | mm->md_type, a, c); \ 122 if (!(md->md_type & MODINFOMD_NOCOPY)) in bi_copymodules64()
|
H A D | bootinfo32.c | 87 COPY32(MODINFO_METADATA | mm->md_type, a, c); \ 117 if (!(md->md_type & MODINFOMD_NOCOPY)) in bi_copymodules32()
|
/illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
H A D | bootinfo.c | 167 COPY32(MODINFO_METADATA | mm->md_type, a); \ 194 if (!(md->md_type & MODINFOMD_NOCOPY)) in bi_copymodules()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | efi.h | 57 uint32_t md_type; member
|
H A D | module.h | 91 int md_type; /* type of entry MDT_* */ member
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | bootinfo.c | 196 COPY32(MODINFO_METADATA | mm->md_type, a, c); \ 231 if (!(md->md_type & MODINFOMD_NOCOPY)) in bi_copymodules()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 2269 static const char *const md_type[] = { variable 2277 #define MD_TYPE_MAX ((sizeof (md_type) / sizeof (char *)) - 1) 2302 addr, mdp->ddm_dev, spectype, md_type[MIN(mdp->type, MD_TYPE_MAX)], in print_minornode()
|