Home
last modified time | relevance | path

Searched refs:ce_type (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/dev/cardbus/
H A Dcardslot.c285 ce->ce_type = ev; in cardslot_event_throw()
329 if (IS_CARDSLOT_INSERT_REMOVE_EV(ce->ce_type)) { in cardslot_event_thread()
337 if (ce1->ce_type != antonym_ev[ce->ce_type]) { in cardslot_event_thread()
343 if (ce2->ce_type == ce->ce_type) { in cardslot_event_thread()
355 switch (ce->ce_type) { in cardslot_event_thread()
464 panic("cardslot_event_thread: unknown event %d", ce->ce_type); in cardslot_event_thread()
H A Dcardslotvar.h98 int ce_type; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c1673 if ( ce->ce_parent->ce_type == Cft_Global ) in config_generic()
1711 if ( ce->ce_parent->ce_type == Cft_Global ) in config_generic()
1749 if ( ce->ce_parent->ce_type == Cft_Global ) in config_generic()
2777 if ( ce->ce_type == Cft_Global ){ in config_sizelimit()
2782 if ( (ce->ce_type == Cft_Database) && (ce->ce_be != frontendDB) in config_sizelimit()
2858 if ( ce->ce_type == Cft_Global ){ in config_timelimit()
2863 if ( (ce->ce_type == Cft_Database) && (ce->ce_be != frontendDB) in config_timelimit()
5130 check_name_index( CfEntryInfo *parent, ConfigType ce_type, Entry *e, in check_name_index() argument
5142 if ( ce_type == Cft_Global ) return 0; in check_name_index()
5143 if ( ce_type == Cft_Schema && parent->ce_type == Cft_Global ) return 0; in check_name_index()
[all …]
H A Dslap-config.h107 ConfigType ce_type; member
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
H A Dvariant.c1181 if ( cei->ce_type != Cft_Overlay || !cei->ce_bi || in variant_ldadd()
1211 if ( cei->ce_type != Cft_Overlay || !cei->ce_bi || in variant_regex_ldadd()
1257 if ( cei->ce_type != Cft_Misc || !parent || !parent->ce_bi || in variant_attr_ldadd()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Ddistproc.c380 if ( p->ce_type != Cft_Overlay in distproc_ldadd()
H A Dchain.c1336 if ( p->ce_type != Cft_Overlay in chain_ldadd()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c1815 if ( cei->ce_type != Cft_Overlay || !cei->ce_bi || in datamorph_ldadd_transformation()
1873 if ( cei->ce_type != Cft_Misc || !parent || !parent->ce_bi || in datamorph_ldadd_mapping()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dtranslucent.c145 if ( cei->ce_type != Cft_Overlay || !cei->ce_bi || in translucent_ldadd()
H A Dpcache.c3811 if ( p->ce_type != Cft_Overlay || !p->ce_bi || in pc_ldadd()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dconfig.c464 if ( p->ce_type != Cft_Database || !p->ce_be || in asyncmeta_ldadd()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconfig.c516 if ( p->ce_type != Cft_Database || !p->ce_be || in meta_ldadd()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c3749 if ( p->ce_type != Cft_Backend || !p->ce_bi || in lload_backend_ldadd()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1027 if (exact == ce_type in comp_except_specs()
1284 ce_type)) in structural_comptypes()
H A Dcp-tree.h7552 enum { ce_derived, ce_type, ce_normal, ce_exact }; enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1055 if (exact == ce_type in comp_except_specs()
1311 ce_type)) in structural_comptypes()
H A Dcp-tree.h7960 enum { ce_derived, ce_type, ce_normal, ce_exact }; enumerator
H A DChangeLog-2016515 (flag_noexcept_type, ce_type): New.
H A Dmodule.cc11059 && !comp_except_specs (d_spec, e_spec, ce_type)) in is_matching_decl()