Home
last modified time | relevance | path

Searched refs:md_type (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c344 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 Dload_elf.c814 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 Dmodule.c310 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 Dbootstrap.h207 uint16_t md_type; member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo64.c89 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
122 if (!(md->md_type & MODINFOMD_NOCOPY)) in bi_copymodules64()
H A Dbootinfo32.c87 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 Dbootinfo.c167 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 Defi.h57 uint32_t md_type; member
H A Dmodule.h91 int md_type; /* type of entry MDT_* */ member
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c195 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
230 if (!(md->md_type & MODINFOMD_NOCOPY)) in bi_copymodules()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2277 static const char *const md_type[] = { variable
2285 #define MD_TYPE_MAX ((sizeof (md_type) / sizeof (char *)) - 1)
2310 addr, mdp->ddm_dev, spectype, md_type[MIN(mdp->type, MD_TYPE_MAX)], in print_minornode()