Home
last modified time | relevance | path

Searched refs:gm (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/fm/schemes/mem/
H A Dmem.c544 mem_grp_t *gm, *hm; in fmd_fmri_fini() local
558 for (gm = mem.mem_group; gm != NULL; gm = hm) { in fmd_fmri_fini()
559 hm = gm->mg_next; in fmd_fmri_fini()
560 fmd_fmri_free(gm, sizeof (mem_grp_t)); in fmd_fmri_fini()
/titanic_44/usr/src/cmd/units/
H A Dunittab87 gm gram
346 atomicmassunit gm/mole
366 britishthermalunit cal lb-degF/gm-degC
387 crith 9.06-2 gm
398 dyne cm-gm/sec2
406 erg cm2-gm/sec2
444 hyl gm force sec2/m
507 poise gm/cm-sec
566 tonne 1+6 gm
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c484 mem_grp_t *gm, *hm; in mem_mdesc_fini() local
502 for (gm = mem->mem_group; gm != NULL; gm = hm) { in mem_mdesc_fini()
503 hm = gm->mg_next; in mem_mdesc_fini()
504 topo_mod_free(mod, gm, sizeof (mem_grp_t)); in mem_mdesc_fini()