Home
last modified time | relevance | path

Searched refs:node_blk_sz (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mdb/sun4v/modules/mdesc/
H A Dmdesc.c116 mdesize = mh.node_blk_sz; in mdinfo()
267 namep = mdep + mh.node_blk_sz; in mddump()
275 if (mdformat(mdep, mh.node_blk_sz, 2) != DCMD_OK) in mddump()
/titanic_41/usr/src/uts/common/sys/
H A Dmdesc_impl.h64 uint32_t node_blk_sz; /* size in bytes of the node block */ member
/titanic_41/usr/src/common/mdesc/
H A Dmdesc_init_intern.c72 mdp->node_blk_size = mdtoh32(mdp->headerp->node_blk_sz); in md_init_intern()
/titanic_41/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c156 md_size = sizeof (md_header_t) + mdh.node_blk_sz + mdh.name_blk_sz + in v12n_md_init()
/titanic_41/usr/src/uts/sun4v/os/
H A Dmach_descrip.c753 namep = (char *)(ptr + MD_HEADER_SIZE + hdrp->node_blk_sz); in mach_descrip_find_md_gen()
/titanic_41/usr/src/cmd/ldmad/
H A Dmdesc_lib.c499 mdhp->node_blk_sz = htomd32(offset * MD_ELEMENT_SIZE); in md_gen_bin()