Searched refs:gm (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx.c | 2179 mlxcx_group_mac_t *gm, *ngm; in mlxcx_remove_all_umcast_entries() local 2186 gm = avl_first(&group->mlg_rx_macs); in mlxcx_remove_all_umcast_entries() 2187 for (; gm != NULL; gm = ngm) { in mlxcx_remove_all_umcast_entries() 2188 ngm = AVL_NEXT(&group->mlg_rx_macs, gm); in mlxcx_remove_all_umcast_entries() 2190 ASSERT3P(gm->mlgm_group, ==, group); in mlxcx_remove_all_umcast_entries() 2191 fe = gm->mlgm_fe; in mlxcx_remove_all_umcast_entries() 2194 avl_remove(&group->mlg_rx_macs, gm); in mlxcx_remove_all_umcast_entries() 2195 list_remove(&fe->mlfe_ring_groups, gm); in mlxcx_remove_all_umcast_entries() 2196 kmem_free(gm, sizeof (mlxcx_group_mac_t)); in mlxcx_remove_all_umcast_entries() 2199 for (gm = list_head(&fe->mlfe_ring_groups); gm != NULL; in mlxcx_remove_all_umcast_entries() [all …]
|
/illumos-gate/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.c | 544 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 D | unittab | 87 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 D | gfx_fb.c | 574 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()
|