Searched defs:md_size (Results 1 - 7 of 7) 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/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/common/
H A Dbootstrap.h172 size_t md_size; member in struct:file_metadata
/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/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

Completed in 70 milliseconds