/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | context.c | 20 struct mg_thread_ctx *mg = ptr; in destroy_context() local 23 if (mg == NULL) in destroy_context() 26 gss_release_buffer(&junk, &mg->maj_error); in destroy_context() 27 gss_release_buffer(&junk, &mg->min_error); in destroy_context() 28 free(mg); in destroy_context() 69 struct mg_thread_ctx *mg; in _gss_mg_get_error() local 71 mg = _gss_mechglue_thread(); in _gss_mg_get_error() 72 if (mg == NULL) in _gss_mg_get_error() 80 if (mech != NULL && gss_oid_equal(mg->mech, mech) == 0) in _gss_mg_get_error() 86 if (value != mg->maj_stat || mg->maj_error.length == 0) in _gss_mg_get_error() [all …]
|
/freebsd/lib/libgssapi/ |
H A D | gss_display_status.c | 188 struct mg_thread_ctx *mg; in _gss_mg_get_error() local 190 mg = &last_error_context; in _gss_mg_get_error() 192 if (mech != NULL && gss_oid_equal(mg->mech, mech) == 0) in _gss_mg_get_error() 197 if (value != mg->maj_stat || mg->maj_error.length == 0) in _gss_mg_get_error() 199 string->value = malloc(mg->maj_error.length); in _gss_mg_get_error() 200 string->length = mg->maj_error.length; in _gss_mg_get_error() 201 memcpy(string->value, mg->maj_error.value, in _gss_mg_get_error() 202 mg->maj_error.length); in _gss_mg_get_error() 206 if (value != mg->min_stat || mg->min_error.length == 0) in _gss_mg_get_error() 208 string->value = malloc(mg->min_error.length); in _gss_mg_get_error() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | metaslab.c | 453 metaslab_group_t *mg; in metaslab_class_validate() local 462 if ((mg = mc->mc_allocator[0].mca_rotor) == NULL) in metaslab_class_validate() 466 vd = mg->mg_vd; in metaslab_class_validate() 469 ASSERT3P(mg->mg_class, ==, mc); in metaslab_class_validate() 471 } while ((mg = mg->mg_next) != mc->mc_allocator[0].mca_rotor); in metaslab_class_validate() 527 metaslab_group_t *mg = vdev_get_mg(tvd, mc); in metaslab_class_histogram_verify() local 534 mg->mg_class != mc) { in metaslab_class_histogram_verify() 538 IMPLY(mg == mg->mg_vd->vdev_log_mg, in metaslab_class_histogram_verify() 539 mc == spa_embedded_log_class(mg->mg_vd->vdev_spa)); in metaslab_class_histogram_verify() 542 mc_hist[i] += mg->mg_histogram[i]; in metaslab_class_histogram_verify() [all …]
|
H A D | vdev_removal.c | 173 metaslab_group_t *mg = vd->vdev_mg; in vdev_activate() local 181 metaslab_group_activate(mg); in vdev_activate() 200 metaslab_group_t *mg = vd->vdev_mg; in vdev_passivate() local 202 if (mg->mg_class == normal) { in vdev_passivate() 229 metaslab_group_passivate(mg); in vdev_passivate() 251 metaslab_group_activate(mg); in vdev_passivate() 1128 metaslab_group_t *mg = vd->vdev_mg; in spa_vdev_copy_segment() local 1170 metaslab_class_t *mc = mg->mg_class; in spa_vdev_copy_segment() 2063 metaslab_group_t *mg = vd->vdev_mg; in spa_vdev_remove_log() local 2075 metaslab_group_passivate(mg); in spa_vdev_remove_log() [all …]
|
H A D | vdev.c | 1662 metaslab_group_t *mg = vd->vdev_mg; in vdev_metaslab_fini() local 1664 metaslab_group_passivate(mg); in vdev_metaslab_fini() 1681 ASSERT0(mg->mg_histogram[i]); in vdev_metaslab_fini() 4389 metaslab_group_t *mg; in vdev_offline_locked() local 4404 mg = tvd->vdev_mg; in vdev_offline_locked() 4427 if (tvd->vdev_islog && mg != NULL) { in vdev_offline_locked() 4432 metaslab_group_passivate(mg); in vdev_offline_locked() 4454 metaslab_group_activate(mg); in vdev_offline_locked() 4485 if (tvd->vdev_islog && mg != NULL) in vdev_offline_locked() 4486 metaslab_group_activate(mg); in vdev_offline_locked()
|
H A D | spa.c | 9896 metaslab_group_t *mg = tvd->vdev_mg; local 9897 if (mg == NULL || !metaslab_group_initialized(mg)) 9900 metaslab_class_t *mc = mg->mg_class; 9909 for (int i = 0; i < mg->mg_allocators; i++) { 9911 &(mg->mg_allocator[i].mga_alloc_queue_depth))); 9913 mg->mg_max_alloc_queue_depth = max_queue_depth; 9915 for (int i = 0; i < mg->mg_allocators; i++) { 9916 mg->mg_allocator[i].mga_cur_max_alloc_queue_depth =
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_uda.c | 230 struct irdma_mcast_grp_ctx_entry_info *mg) in irdma_sc_add_mcast_grp() argument 239 if (irdma_compare_mgs(&ctx->mg_ctx_info[idx], mg)) { in irdma_sc_add_mcast_grp() 252 ctx->mg_ctx_info[free_entry_idx] = *mg; in irdma_sc_add_mcast_grp() 272 struct irdma_mcast_grp_ctx_entry_info *mg) in irdma_sc_del_mcast_grp() argument 281 if (irdma_compare_mgs(mg, &ctx->mg_ctx_info[idx])) { in irdma_sc_del_mcast_grp()
|
H A D | irdma_uda.h | 69 struct irdma_mcast_grp_ctx_entry_info *mg); 71 struct irdma_mcast_grp_ctx_entry_info *mg);
|
/freebsd/crypto/openssl/test/ |
H A D | sanitytest.c | 29 enum medchoices { ma, mb, mc, md, me, mf, mg, mh, mi, mj, mk, ml }; in test_sanity_enum_size() enumerator
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 3347 metaslab_group_t *mg; in ztest_vdev_add_remove() local 3352 mg = spa_log_class(spa)->mc_allocator[0].mca_rotor; in ztest_vdev_add_remove() 3353 while (!mg->mg_vd->vdev_islog) in ztest_vdev_add_remove() 3354 mg = mg->mg_next; in ztest_vdev_add_remove() 3356 guid = mg->mg_vd->vdev_guid; in ztest_vdev_add_remove() 4365 metaslab_group_t *mg; in ztest_vdev_LUN_growth() local 4402 mg = tvd->vdev_mg; in ztest_vdev_LUN_growth() 4403 mc = mg->mg_class; in ztest_vdev_LUN_growth() 4479 if (tvd->vdev_mg != mg || mg->mg_class != mc) { in ztest_vdev_LUN_growth()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | sysctl_os.c | 109 SYSCTL_NODE(_vfs_zfs, OID_AUTO, mg, CTLFLAG_RW, 0, "ZFS metaslab group");
|
/freebsd/contrib/file/tests/ |
H A D | HWP97.hwp.testfile | 32 …�]g�}�:����waN2t'��v#�;r�O���1'<�{���o8)��K�>��O��d�2c��'��A���O`�bmg#��7н���u�M$w��`n��…
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1753 metaslab_group_t *mg = tvd->vdev_mg; in dump_metaslab_groups() local 1755 if (mg == NULL || (mg->mg_class != mc && in dump_metaslab_groups() 1756 (!show_special || mg->mg_class != smc))) in dump_metaslab_groups() 1759 metaslab_group_histogram_verify(mg); in dump_metaslab_groups() 1760 mg->mg_fragmentation = metaslab_group_fragmentation(mg); in dump_metaslab_groups() 1766 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in dump_metaslab_groups() 1770 (u_longlong_t)mg->mg_fragmentation); in dump_metaslab_groups() 1772 dump_histogram(mg->mg_histogram, in dump_metaslab_groups()
|
/freebsd/share/misc/ |
H A D | iso639 | 323 mg mlg mlg Malagasy
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | apple | 192 # Detect Volume Directory block ($02) + 2mg header offset
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 1449 def MG : BinaryRXY<"mg", 0xE384, null_frag, GR128, z_load, 8>,
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 1399 bg.po, gl.po, hi.po, hr.po, mg.po, mk.po, ro.po, sq.po and zh_TW.po
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 4192 1mg+QC8snJNTsz4KT8y2/GhamaM072ZcyF69PLsTVLZKoJXrVSWkl/R3UsR/YLY/
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationTest.txt | 2207 338E;338E;338E;006D 0067;006D 0067; # (㎎; ㎎; ㎎; mg; mg; ) SQUARE MG
|