/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | metaslab.c | 217 metaslab_group_t *mg; in metaslab_class_validate() local 226 if ((mg = mc->mc_rotor) == NULL) in metaslab_class_validate() 230 vd = mg->mg_vd; in metaslab_class_validate() 233 ASSERT3P(mg->mg_class, ==, mc); in metaslab_class_validate() 235 } while ((mg = mg->mg_next) != mc->mc_rotor); in metaslab_class_validate() 289 metaslab_group_t *mg = tvd->vdev_mg; in metaslab_class_histogram_verify() local 296 mg->mg_class != mc) { in metaslab_class_histogram_verify() 301 mc_hist[i] += mg->mg_histogram[i]; in metaslab_class_histogram_verify() 327 metaslab_group_t *mg = tvd->vdev_mg; in metaslab_class_fragmentation() local 334 mg->mg_class != mc) { in metaslab_class_fragmentation() [all …]
|
H A D | vdev.c | 2167 metaslab_group_t *mg = vd->vdev_mg; in vdev_remove() local 2169 metaslab_group_histogram_verify(mg); in vdev_remove() 2170 metaslab_class_histogram_verify(mg->mg_class); in vdev_remove() 2186 metaslab_group_histogram_remove(mg, msp); in vdev_remove() 2195 metaslab_group_histogram_verify(mg); in vdev_remove() 2196 metaslab_class_histogram_verify(mg->mg_class); in vdev_remove() 2198 ASSERT0(mg->mg_histogram[i]); in vdev_remove() 2419 metaslab_group_t *mg; in vdev_offline_locked() local 2431 mg = tvd->vdev_mg; in vdev_offline_locked() 2453 if (tvd->vdev_islog && mg != NULL) { in vdev_offline_locked() [all …]
|
H A D | spa.c | 1773 metaslab_group_t *mg = tvd->vdev_mg; in spa_passivate_log() local 1776 metaslab_group_passivate(mg); in spa_passivate_log() 1793 metaslab_group_t *mg = tvd->vdev_mg; in spa_activate_log() local 1796 metaslab_group_activate(mg); in spa_activate_log() 5314 metaslab_group_t *mg; in spa_vdev_remove() local 5359 mg = vd->vdev_mg; in spa_vdev_remove() 5364 metaslab_group_passivate(mg); in spa_vdev_remove() 5384 metaslab_group_activate(mg); in spa_vdev_remove()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 63 mem_grp_t *mg; in mdesc_init_n1() local 145 mg = topo_mod_zalloc(mod, sizeof (mem_grp_t)); in mdesc_init_n1() 146 seg->sm_grp = mg; in mdesc_init_n1() 147 mem->mem_group = mg; in mdesc_init_n1() 160 bm->bm_grp = mg->mg_bank; in mdesc_init_n1() 161 mg->mg_bank = bm; in mdesc_init_n1() 205 mem_grp_t *mg; in find_grp() local 210 for (mg = mem->mem_group; mg != NULL; mg = mg->mg_next) { in find_grp() 211 if (mg->mg_size == n) { in find_grp() 213 for (i = 0, bp = mg->mg_bank; in find_grp() [all …]
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 875 MAGIC *mg; in get_tie() local 877 mg = mg_find((SV *)hash, 'P'); in get_tie() 878 PERL_ASSERTMSG(mg != 0, "get_tie: lost P magic"); in get_tie() 879 tie = (HV *)SvRV(mg->mg_obj); in get_tie() 923 MAGIC *mg; in apply_to_ties() local 927 mg = mg_find((SV *)hash4, 'P'); in apply_to_ties() 928 PERL_ASSERTMSG(mg != 0, in apply_to_ties() 932 if (! cb((HV *)SvRV(mg->mg_obj), arg)) { in apply_to_ties() 948 MAGIC *mg; in set_valid() local 950 mg = mg_find((SV *)self, '~'); in set_valid() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/mac/ |
H A D | mac.c | 1044 mac_group_t mg; in mac_group_walk_step() local 1065 if (mdb_vread(&mg, sizeof (mac_group_t), mgp) == -1) { in mac_group_walk_step() 1070 ret = wsp->walk_callback(mgp, &mg, wsp->walk_cbdata); in mac_group_walk_step() 1073 mgp = (uintptr_t)mg.mrg_next; in mac_group_walk_step() 1078 if (mdb_vread(&mg, sizeof (mac_group_t), mgp) == -1) { in mac_group_walk_step() 1083 ret = wsp->walk_callback(mgp, &mg, wsp->walk_cbdata); in mac_group_walk_step() 1086 mgp = (uintptr_t)mg.mrg_next; in mac_group_walk_step() 1162 mac_group_t mg; in mac_group_dcmd() local 1181 if (mdb_vread(&mg, sizeof (mac_group_t), addr) == -1) { in mac_group_dcmd() 1191 if ((args & MAC_GROUP_RX) != 0 && mg.mrg_type != MAC_RING_TYPE_RX) in mac_group_dcmd() [all …]
|
/titanic_44/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 131 mg = (m & stat.S_IRWXG) >> 3 135 if (((mu & 02) == 0 and (mo & mg & 04) == 04) or 137 (mg, mo) == (mu, mu) or 139 (mg & 05 == mo & 05)) or
|
/titanic_44/usr/src/cmd/units/ |
H A D | unittab | 88 mg milligram 373 carat 205 mg 472 metriccarat 200 mg
|
/titanic_44/usr/src/cmd/spell/ |
H A D | local | 315 mg
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 816 metaslab_group_t *mg = tvd->vdev_mg; in dump_metaslab_groups() local 818 if (mg->mg_class != mc) in dump_metaslab_groups() 821 metaslab_group_histogram_verify(mg); in dump_metaslab_groups() 822 mg->mg_fragmentation = metaslab_group_fragmentation(mg); in dump_metaslab_groups() 828 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in dump_metaslab_groups() 832 (u_longlong_t)mg->mg_fragmentation); in dump_metaslab_groups() 834 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups()
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 98 mg malagasy
|
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1350 mdb_metaslab_group_t mg; in metaslab_group_stats() local 1351 if (mdb_ctf_vread(&mg, "metaslab_group_t", "mdb_metaslab_group_t", in metaslab_group_stats() 1359 if (mg.mg_fragmentation == ZFS_FRAG_INVALID) in metaslab_group_stats() 1362 mdb_printf("%0?p %15llu%%\n", addr, mg.mg_fragmentation); in metaslab_group_stats() 1365 dump_histogram(mg.mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in metaslab_group_stats()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 3042 metaslab_group_t *mg; in ztest_vdev_LUN_growth() local 3053 mg = tvd->vdev_mg; in ztest_vdev_LUN_growth() 3054 mc = mg->mg_class; in ztest_vdev_LUN_growth() 3128 if (tvd->vdev_mg != mg || mg->mg_class != mc) { in ztest_vdev_LUN_growth()
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 1294 uint32_t mg :1; /* change GID table */ member 1327 uint32_t mg :1; /* change GID table size */ member
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 3566 initport->mg = 1; in hermon_hca_port_init()
|