HomeSort by: relevance | last modified time | path
    Searched refs:agd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 604 ** agd - the attribute definition of the added group
609 autogroup_add_group( Operation *op, autogroup_info_t *agi, autogroup_def_t *agd, Entry *e, BerValue *ndn, int scan, int modify)
645 (*agep)->age_def = agd;
653 a = attrs_find( e->e_attrs, agd->agd_member_url_ad );
795 autogroup_def_t *agd; member in struct:ag_addinfo
870 autogroup_def_t *agd = agi->agi_def; local
888 for ( ; agd ; agd = agd->agd_next ) {
889 if ( is_entry_objectclass_or_sub( op->ora_e, agd->agd_oc ) )
1144 autogroup_def_t *agd = agi->agi_def; local
1566 autogroup_def_t *agd = agi->agi_def; local
1800 autogroup_def_t *agd; local
2106 autogroup_def_t *agd; local
2234 autogroup_def_t *agd = agi->agi_def, local
    [all...]
  /src/sys/arch/arm/gemini/
if_gpn.c 237 ipm_gpn_ack_desc_t * const agd = &sc->sc_ack_desc; local
238 agd->agd_txids[agd->agd_subtype] = txid;
239 if (++agd->agd_subtype == __arraycount(agd->agd_txids)) {
240 agd->agd_subtype += GPN_ACK0;
242 gemini_ipm_produce(agd, 1);
243 agd->agd_subtype = 0;
525 const ipm_gpn_ack_desc_t * const agd = desc; local
531 case GPN_ACK14: gpn_free_txid(sc, agd->agd_txids[13]); /* FALLTHROUGH *
    [all...]

Completed in 24 milliseconds