Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c2187 for (; gm != NULL; gm = ngm) { in mlxcx_remove_all_umcast_entries()
2191 fe = gm->mlgm_fe; in mlxcx_remove_all_umcast_entries()
2199 for (gm = list_head(&fe->mlfe_ring_groups); gm != NULL; in mlxcx_remove_all_umcast_entries()
2200 gm = list_next(&fe->mlfe_ring_groups, gm)) { in mlxcx_remove_all_umcast_entries()
2242 if (gm == NULL) { in mlxcx_remove_umcast_entry()
2247 ASSERT0(bcmp(macaddr, gm->mlgm_mac, sizeof (gm->mlgm_mac))); in mlxcx_remove_umcast_entry()
2249 fe = gm->mlgm_fe; in mlxcx_remove_umcast_entry()
2258 for (gm = list_head(&fe->mlfe_ring_groups); gm != NULL; in mlxcx_remove_umcast_entry()
2259 gm = list_next(&fe->mlfe_ring_groups, gm)) { in mlxcx_remove_umcast_entry()
2345 gm->mlgm_fe = fe; in mlxcx_add_umcast_entry()
[all …]
/illumos-gate/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()
/illumos-gate/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
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c574 uint8_t rm, rp, gm, gp, bm, bp; in gfxfb_blt_video_to_buffer() local
600 gm = (1 << gfx_fb.u.fb2.framebuffer_green_mask_size) - 1; in gfxfb_blt_video_to_buffer()
651 p->Green = (c >> gp) & gm; in gfxfb_blt_video_to_buffer()
676 uint8_t rm, rp, gm, gp, bm, bp; in gfxfb_blt_buffer_to_video() local
702 gm = (1 << gfx_fb.u.fb2.framebuffer_green_mask_size) - 1; in gfxfb_blt_buffer_to_video()
736 (p->Green & gm) << gp | in gfxfb_blt_buffer_to_video()