Searched refs:md_size (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_memio.c39 size_t md_size; member in struct:mem_data
49 if (mdp->md_off + nbytes > mdp->md_size)
50 nbytes = (mdp->md_size - mdp->md_off);
73 mdp->md_off = mdp->md_size + offset;
74 if (mdp->md_off > mdp->md_size)
75 mdp->md_off = mdp->md_size;
108 mdp->md_size = size;
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_dio.c89 size_t md_size; local
93 rv = get_devinfo(&md_bufp, &md_size);
98 reply = ldma_alloc_result_msg(request, md_size);
105 reply->msg_info = md_size;
107 (void) memcpy(data, md_bufp, md_size);
109 *reply_dlenp = md_size;
341 size_t md_size; local
358 md_size = (int)md_gen_bin(mdp, &md_bufp);
360 if (md_size == 0) {
365 *size = md_size;
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c289 uint64_t md_size0, md_size; local
333 md_size = md_space;
334 hvret = hv_mach_desc(tbuf_pa, &md_size);
348 } while (md_space < md_size);
363 (curr_mach_descrip->size == md_size))) {
370 if (bcmp(curr_mach_descrip->va, tbuf, md_size) != 0) {
431 curr_mach_descrip->size = md_size;
435 dump_buf((uint8_t *)curr_mach_descrip->va, md_size);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c168 COPY32(mm->md_size, a); \
169 i386_copyin(mm->md_data, a, mm->md_size); \
170 a += roundup(mm->md_size, sizeof(u_int64_t));\
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo32.c89 COPY32(mm->md_size, a, c); \
91 i386_copyin(mm->md_data, a, mm->md_size); \
92 a += roundup(mm->md_size, sizeof(u_long));\
H A Dbootinfo64.c90 COPY32(mm->md_size, a, c); \
92 i386_copyin(mm->md_data, a, mm->md_size); \
93 a += roundup(mm->md_size, sizeof(u_int64_t));\
H A Dlinux.c77 entries = md->md_size / sizeof (struct bios_smap);
H A Dmultiboot.c534 num = md->md_size / sizeof(struct bios_smap); /* number of entries */
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo32.c89 COPY32(mm->md_size, a, c); \
91 CALLBACK(copyin, mm->md_data, a, mm->md_size); \
92 a += roundup(mm->md_size, sizeof(uint32_t));\
H A Dbootinfo64.c90 COPY32(mm->md_size, a, c); \
92 CALLBACK(copyin, mm->md_data, a, mm->md_size); \
93 a += roundup(mm->md_size, sizeof(u_int64_t));\
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c142 int md_size; local
156 md_size = sizeof (md_header_t) + mdh.node_blk_sz + mdh.name_blk_sz +
159 if ((buf = malloc(md_size)) == NULL)
164 md_size - sizeof (md_header_t)) != md_size - sizeof (md_header_t)) {
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c232 COPY32(mm->md_size, a, c); \
234 archsw.arch_copyin(mm->md_data, a, mm->md_size);\
235 a += roundup(mm->md_size, sizeof(u_long)); \
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c201 COPY32(mm->md_size, a, c); \
203 archsw.arch_copyin(mm->md_data, a, mm->md_size);\
204 a += roundup(mm->md_size, sizeof(u_long)); \
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c197 COPY32(mm->md_size, a, c); \
199 archsw.arch_copyin(mm->md_data, a, mm->md_size); \
200 a += roundup(mm->md_size, sizeof(u_long)); \
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c87 mdlen = cmach.md_size - sizeof (csu_md_t);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h172 size_t md_size; member in struct:file_metadata
H A Dmodule.c302 sprintf(lbuf, " 0x%04x, 0x%lx\n", md->md_type, (long) md->md_size);
637 md->md_size = size;
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h333 * Note: the md_size field is the total length of the machine dependent
339 uint_t md_size; /* the size of the "opaque" data following */ member in struct:cpr_machdep_desc
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1271 size_t md_size; /* strlen(md_name) */ member in struct:__anon1718
1319 mdptr->md_size) != 0)
1321 tail = mf->mf_next + mdptr->md_size;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c564 cmach.md_size = sizeof (m_info) + sizeof (ustr);

Completed in 532 milliseconds