Home
last modified time | relevance | path

Searched refs:bmem (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c552 uint64_t bmem, physmem = 0; in cmd_mem_get_phys_pages() local
580 if (md_get_prop_val(mdp, listp[i], "size", &bmem) < 0) { in cmd_mem_get_phys_pages()
584 physmem += bmem; in cmd_mem_get_phys_pages()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1120 mdb_ctf_id_t bmem; in type_equals_cb() local
1125 if (mdb_ctf_member_info(b, name, &boff, &bmem) != 0) in type_equals_cb()
1134 return (type_equals(amem, bmem) ? 0 : 1); in type_equals_cb()