Home
last modified time | relevance | path

Searched refs:mg (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dcontext.c22 struct mg_thread_ctx *mg = ptr; in destroy_context() local
25 if (mg == NULL) in destroy_context()
28 gss_release_buffer(&junk, &mg->maj_error); in destroy_context()
29 gss_release_buffer(&junk, &mg->min_error); in destroy_context()
30 free(mg); in destroy_context()
71 struct mg_thread_ctx *mg; in _gss_mg_get_error() local
73 mg = _gss_mechglue_thread(); in _gss_mg_get_error()
74 if (mg == NULL) in _gss_mg_get_error()
82 if (mech != NULL && gss_oid_equal(mg->mech, mech) == 0) in _gss_mg_get_error()
88 if (value != mg->maj_stat || mg->maj_error.length == 0) in _gss_mg_get_error()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c299 metaslab_group_t *mg; in metaslab_class_validate() local
308 if ((mg = mc->mc_rotor) == NULL) in metaslab_class_validate()
312 vd = mg->mg_vd; in metaslab_class_validate()
315 ASSERT3P(mg->mg_class, ==, mc); in metaslab_class_validate()
317 } while ((mg = mg->mg_next) != mc->mc_rotor); in metaslab_class_validate()
335 metaslab_group_t *mg; in metaslab_class_minblocksize_update() local
339 if ((mg = mc->mc_rotor) == NULL) { in metaslab_class_minblocksize_update()
345 vd = mg->mg_vd; in metaslab_class_minblocksize_update()
348 } while ((mg = mg->mg_next) != mc->mc_rotor); in metaslab_class_minblocksize_update()
398 metaslab_group_t *mg = tvd->vdev_mg; in metaslab_class_histogram_verify() local
[all …]
H A Dvdev.c2386 metaslab_group_t *mg = vd->vdev_mg; in vdev_remove() local
2388 metaslab_group_histogram_verify(mg); in vdev_remove()
2389 metaslab_class_histogram_verify(mg->mg_class); in vdev_remove()
2405 metaslab_group_histogram_remove(mg, msp); in vdev_remove()
2414 metaslab_group_histogram_verify(mg); in vdev_remove()
2415 metaslab_class_histogram_verify(mg->mg_class); in vdev_remove()
2417 ASSERT0(mg->mg_histogram[i]); in vdev_remove()
2652 metaslab_group_t *mg; in vdev_offline_locked() local
2664 mg = tvd->vdev_mg; in vdev_offline_locked()
2686 if (tvd->vdev_islog && mg != NULL) { in vdev_offline_locked()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dmg_8.c126 dns_rdata_mg_t *mg = source; in fromstruct_mg() local
130 REQUIRE(mg != NULL); in fromstruct_mg()
131 REQUIRE(mg->common.rdtype == type); in fromstruct_mg()
132 REQUIRE(mg->common.rdclass == rdclass); in fromstruct_mg()
137 dns_name_toregion(&mg->mg, &region); in fromstruct_mg()
144 dns_rdata_mg_t *mg = target; in tostruct_mg() local
148 REQUIRE(mg != NULL); in tostruct_mg()
151 mg->common.rdclass = rdata->rdclass; in tostruct_mg()
152 mg in tostruct_mg()
166 dns_rdata_mg_t *mg = source; freestruct_mg() local
[all...]
H A Dmg_8.h22 dns_name_t mg; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dmg_8.c126 dns_rdata_mg_t *mg = source; in fromstruct_mg() local
130 REQUIRE(mg != NULL); in fromstruct_mg()
131 REQUIRE(mg->common.rdtype == type); in fromstruct_mg()
132 REQUIRE(mg->common.rdclass == rdclass); in fromstruct_mg()
137 dns_name_toregion(&mg->mg, &region); in fromstruct_mg()
144 dns_rdata_mg_t *mg = target; in tostruct_mg() local
148 REQUIRE(mg != NULL); in tostruct_mg()
151 mg->common.rdclass = rdata->rdclass; in tostruct_mg()
152 mg->common.rdtype = rdata->type; in tostruct_mg()
153 ISC_LINK_INIT(&mg->common, link); in tostruct_mg()
[all …]
H A Dmg_8.h23 dns_name_t mg; member
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsggrep-49 cat <<\EOF > mg-test4.po
159 echo 'invalid' > mg-test4.in1
162 echo 'illegal' > mg-test4.in2
167 ${MSGGREP} -K -e error -f mg-test4.in1 -f mg-test4.in2 -e cannot -o mg-test4.out mg-test4.po > mg-t…
169 cat mg-test4.err | grep -v 'warning: Locale charset' | grep -v '^ '
173 cat <<\EOF > mg-test4.ok
238 ${DIFF} mg-test4.ok mg-test4.out
H A Dmsggrep-89 cat <<\EOF > mg-test8.po
41 ${MSGGREP} -X -e c-form -o mg-test8.out mg-test8.po >mg-test8.err 2>&1
43 cat mg-test8.err | grep -v 'warning: Locale charset' | grep -v '^ '
47 cat <<\EOF > mg-test8.ok
67 ${DIFF} mg-test8.ok mg-test8.out
H A Dmsggrep-59 cat <<\EOF > mg-test5.po
173 ${MSGGREP} -C -e @proofread -o mg-test5.out mg-test5.po >mg-test5.err 2>&1
175 cat mg-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
179 cat <<\EOF > mg-test5.ok
229 ${DIFF} mg-test5.ok mg-test5.out
H A Dmsggrep-39 cat <<\EOF > mg-test3.po
165 ${MSGGREP} -K -e error -T -e Speicher -o mg-test3.out mg-test3.po >mg-test3.err 2>&1
167 cat mg-test3.err | grep -v 'warning: Locale charset' | grep -v '^ '
171 cat <<\EOF > mg-test3.ok
216 ${DIFF} mg-test3.ok mg-test3.out
H A Dmsggrep-79 cat <<\EOF > mg-test7.po
57 ${MSGGREP} -J -e "File|" -o mg-test7.out mg-test7.po
61 cat <<\EOF > mg-test7.ok
84 ${DIFF} mg-test7.ok mg-test7.out
H A Dmsggrep-19 cat <<\EOF > mg-test1.po
160 ${MSGGREP} -N pipe-bidi.c -o mg-test1.out mg-test1.po
164 cat <<\EOF > mg-test1.ok
191 ${DIFF} mg-test1.ok mg-test1.out
H A Dmsggrep-29 cat <<\EOF > mg-test2.po
157 ${MSGGREP} -M fr -o mg-test2.out mg-test2.po
161 cat <<\EOF > mg-test2.ok
253 ${DIFF} mg-test2.ok mg-test2.out
/netbsd-src/sys/arch/next68k/stand/boot/
H A Dsrt0.s55 movel %a3@(4),%a4@(4) | copy mg, just for sure
60 || save mg as pi
61 movel %a3@(4),_C_LABEL(mg)
H A Dmachdep.c40 char *mg; variable
42 #define MON(type, off) (*(type *)((u_int) (mg) + off))
H A Dboot.c48 #define MON(type, off) (*(type *)((u_int) (mg) + off))
101 int *p = (int *)mg; in main()
H A Dsamachdep.h48 extern char *mg;
/netbsd-src/games/backgammon/teachgammon/
H A Dtutor.c102 if (test[i].mp[j] == test[i].mg[j]) in tutor()
105 mm->g[j] = test[i].mg[j]; in tutor()
H A Dtutor.h41 int mg[4]; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.opt29 mg
33 mg-float
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.opt29 mg
33 mg-float
/netbsd-src/sys/arch/next68k/next68k/
H A Dnextrom.c57 volatile struct mon_global *mg; variable
60 #define MON(type, off) (*(type *)((u_int) (mg) + off))
65 (*(volatile type *)((u_int)RELOC(mg, volatile struct mon_global *) + off))
149 RELOC(mg, char *) = args[1]; in next68k_bootargs()
/netbsd-src/external/gpl3/autoconf/dist/bin/
H A Dautom4te.in760 s/^ //mg;s/\\t/\t/mg;s/\\n/\n/mg;
937 $result =~ s/^\n//mg;
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dversion.asc13 IHBS3MgqDP6ToaJ7R2w1hytCoKlbXGyJGsUn29QBoQBwWGGM3Z5pbFBPcmBx/mg=

1234