/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_memio.c | 39 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 D | ldma_dio.c | 89 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 D | mach_descrip.c | 289 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 D | bootinfo.c | 168 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 D | bootinfo32.c | 89 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 D | bootinfo64.c | 90 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 D | linux.c | 77 entries = md->md_size / sizeof (struct bios_smap);
|
H A D | multiboot.c | 534 num = md->md_size / sizeof(struct bios_smap); /* number of entries */
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | bootinfo32.c | 89 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 D | bootinfo64.c | 90 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 D | libv12n.c | 142 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 D | metadata.c | 232 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 D | metadata.c | 201 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 D | bootinfo.c | 197 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 D | machdep.c | 87 mdlen = cmach.md_size - sizeof (csu_md_t);
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | bootstrap.h | 172 size_t md_size; member in struct:file_metadata
|
H A D | module.c | 302 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 D | cpr.h | 333 * 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 D | map_core.c | 1271 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 D | cpr_impl.c | 564 cmach.md_size = sizeof (m_info) + sizeof (ustr);
|