Searched refs:md_type (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Defi.h57 uint32_t md_type; member in struct:efi_md
H A Dmodule.h91 int md_type; /* type of entry MDT_* */ member in struct:mod_metadata
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c136 uint_t md_type; member in struct:md_im_rec
1070 if ((mdrec->md_type == MDDB_F_SOFTPART) &&
1149 * Search through list of metadevices for metadevices of md_type that do not
1157 uint_t md_type
1172 if (md_type == MDDB_F_SOFTPART) {
1183 if ((mdrec->md_type == md_type)&&(mdrec->has_parent == 0)) {
1259 switch (mdrec->md_type) {
1480 if (mdrec->md_type == MDDB_F_HOTSPARE_POOL) {
1506 if (mdrec->md_type
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c167 COPY32(MODINFO_METADATA | mm->md_type, a); \
194 if (!(md->md_type & MODINFOMD_NOCOPY))
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo32.c88 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
118 if (!(md->md_type & MODINFOMD_NOCOPY))
H A Dbootinfo64.c89 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
122 if (!(md->md_type & MODINFOMD_NOCOPY))
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo32.c88 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
118 if (!(md->md_type & MODINFOMD_NOCOPY))
H A Dbootinfo64.c89 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
122 if (!(md->md_type & MODINFOMD_NOCOPY))
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c344 int md_type; /* type of entry MDT_* */ member in struct:mod_metadata64
379 md.md_type = md64.md_type;
389 switch(md.md_type) {
415 printf("unknown type %d\n", md.md_type);
H A Dload_elf.c763 int md_type; /* type of entry MDT_* */ member in struct:mod_metadata64
771 int md_type; /* type of entry MDT_* */ member in struct:mod_metadata32
926 md.md_type = md64.md_type;
938 md.md_type = md32.md_type;
951 switch(md.md_type) {
H A Dbootstrap.h173 u_int16_t md_type; member in struct:file_metadata
H A Dmodule.c302 sprintf(lbuf, " 0x%04x, 0x%lx\n", md->md_type, (long) md->md_size);
638 md->md_type = type;
653 if (md->md_type == type)
664 if (md->md_type == type)
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c231 COPY32(MODINFO_METADATA | mm->md_type, a, c);\
261 if (!(md->md_type & MODINFOMD_NOCOPY)) {
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c200 COPY32(MODINFO_METADATA | mm->md_type, a, c);\
232 if (!(md->md_type & MODINFOMD_NOCOPY))
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c196 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
231 if (!(md->md_type & MODINFOMD_NOCOPY))
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2194 static const char *const md_type[] = { variable
2202 #define MD_TYPE_MAX ((sizeof (md_type) / sizeof (char *)) - 1)
2227 addr, mdp->ddm_dev, spectype, md_type[MIN(mdp->type, MD_TYPE_MAX)],

Completed in 102 milliseconds