Home
last modified time | relevance | path

Searched refs:mod2 (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/sys/kern/
H A Dkern_module.c878 module_t *mod, *mod2, *mod_loaded, *prev_active; in module_do_builtin() local
935 error = module_do_builtin(mod, buf, &mod2, NULL); in module_do_builtin()
941 (*mod->mod_required)[mod->mod_nrequired++] = mod2; in module_do_builtin()
1103 module_t *mod, *mod2, *prev_active; in module_do_load() local
1275 mod2 = module_lookup(mod->mod_info->mi_name); in module_do_load()
1276 if ( mod2 && mod2 != mod) { in module_do_load()
1278 mod2->mod_info->mi_name); in module_do_load()
1281 *modp = mod2; in module_do_load()
1289 TAILQ_FOREACH(mod2, pending, mod_chain) { in module_do_load()
1290 if (mod == mod2) { in module_do_load()
[all …]
/netbsd-src/tests/usr.bin/error/
H A Dt_error.sh81 atf_test_case mod2
100 atf_add_test_case mod2
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.cycles/
H A Dmod2.d2 module mod2; variable
H A Dmod1.d3 import mod2; variable
H A Dmod3.d3 import mod2; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.cycles/
H A Dmod2.d2 module mod2; variable
H A Dmod3.d3 import mod2; variable
H A Dmod1.d3 import mod2; variable
/netbsd-src/usr.bin/error/
H A Dinput.c57 static Errorclass mod2(void);
102 || (( errorclass = mod2() )!= C_UNKNOWN) in eaterrors()
655 mod2(void) in mod2() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dwind_err.et15 error_code LENGTH_NOT_MOD2, "Length not mod2"
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err-969269760/
H A Dheim_com_err-969269760.pot40 msgid "Lenght not mod2"
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c2606 int mod1, mod2; in fixtype() local
2615 if ((mod2 = (type&TMASK))) { in fixtype()
2617 while( mod1=mod2, mod2 = (t&TMASK) ){ in fixtype()
2618 if( mod1 == ARY && mod2 == FTN ){ in fixtype()
2622 else if( mod1 == FTN && ( mod2 == ARY || mod2 == FTN ) ){ in fixtype()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c2647 int mod1, mod2; in fixtype() local
2656 if ((mod2 = (type&TMASK))) { in fixtype()
2658 while( mod1=mod2, mod2 = (t&TMASK) ){ in fixtype()
2659 if( mod1 == ARY && mod2 == FTN ){ in fixtype()
2663 else if( mod1 == FTN && ( mod2 == ARY || mod2 == FTN ) ){ in fixtype()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c4679 Modifications mod1, mod2; in syncrepl_del_nonpresent() local
4687 mod1.sml_next = &mod2; in syncrepl_del_nonpresent()
4689 mod2.sml_op = LDAP_MOD_REPLACE; in syncrepl_del_nonpresent()
4690 mod2.sml_flags = 0; in syncrepl_del_nonpresent()
4691 mod2.sml_desc = slap_schema.si_ad_structuralObjectClass; in syncrepl_del_nonpresent()
4692 mod2.sml_type = mod2.sml_desc->ad_cname; in syncrepl_del_nonpresent()
4693 mod2.sml_numvals = 1; in syncrepl_del_nonpresent()
4694 mod2.sml_values = &gcbva[1]; in syncrepl_del_nonpresent()
4695 mod2.sml_nvalues = NULL; in syncrepl_del_nonpresent()
4696 mod2.sml_next = NULL; in syncrepl_del_nonpresent()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh14030 mkdir mod2
14031 mkdir mod2/sub2
14032 mkdir mod2-2
14033 mkdir mod2-2/sub2-2
14045 echo "file2" > mod2/sub2/file2
14046 echo "file2-2" > mod2-2/sub2-2/file2-2
14070 rm -rf CVS mod1 mod1-2 mod2 mod2-2
15050 $CVSROOT_DIRNAME/mod2 $CVSROOT_DIRNAME/mod2-2
15180 modify_repo mkdir $CVSROOT_DIRNAME/mod1 $CVSROOT_DIRNAME/mod2
15187 echo "file2" > mod2/file2
[all …]
H A DChangeLog-97976 be the case that "cvs co -d foo <mod1> <mod2>" would not properly,
977 where <mod1> and <mod2> where defined in the modules file. While
/netbsd-src/usr.bin/vgrind/
H A Dvgrindefs.src119 modula2|mod2|m2:\
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d126 MOD MODmerge(MOD mod1, MOD mod2) pure nothrow @nogc @safe in MODmerge() argument
128 if (mod1 == mod2) in MODmerge()
133 if ((mod1 | mod2) & MODFlags.shared_) in MODmerge()
138 mod2 &= ~MODFlags.shared_; in MODmerge()
140 …od1 == MODFlags.mutable || mod1 == MODFlags.const_ || mod2 == 0 || mod2 == MODFlags.mutable || mod… in MODmerge()
150 assert(mod1 & MODFlags.wild || mod2 & MODFlags.wild); in MODmerge()
H A Dfunc.d3206 const(char)* mod2 = prependSpace(MODtoChars(tf2.mod)); in resolveFuncCall()
3212 m.nextf.loc.toChars(), m.nextf.toPrettyChars(), nextprms, mod2); in resolveFuncCall()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c1383 MOD MODmerge(MOD mod1, MOD mod2) in MODmerge() argument
1385 if (mod1 == mod2) in MODmerge()
1390 if ((mod1 | mod2) & MODshared) in MODmerge()
1395 mod2 &= ~MODshared; in MODmerge()
1398 mod2 == 0 || mod2 == MODmutable || mod2 == MODconst) in MODmerge()
1408 assert(mod1 & MODwild || mod2 & MODwild); in MODmerge()
H A Ddcast.c28 MOD MODmerge(MOD mod1, MOD mod2);
H A Dexpression.c46 MOD MODmerge(MOD mod1, MOD mod2);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d5077 enum mod2 = 0;
5083 enum mod2 = TypeModifier.const_;
5085 enum mod2 = TypeModifier.inout_;
5087 enum mod2 = TypeModifier.mutable;
5089 enum TypeMod = cast(TypeModifier)(mod1 | mod2);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6378 enum mod2 = 0;
6384 enum mod2 = TypeModifier.const_;
6386 enum mod2 = TypeModifier.inout_;
6388 enum mod2 = TypeModifier.mutable;
6390 enum TypeMod = cast(TypeModifier)(mod1 | mod2);
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dcvsclient.texi670 C: mod2
708 C: mod2

12