Searched defs:Agg (Results 1 – 2 of 2) sorted by relevance
144 typedef struct Agg { struct145 uint32_t AggregatorIdentifier; /* not used */ argument146 boolean_t IndividualAggr; /* individual aggregator */ argument151 uint32_t PartnerOperAggrKey; /* parter oper aggr. key */ argument160 } Agg_t; argument
172 typedef struct Agg Agg; typedef174 struct Agg { struct175 int nMem; /* Number of values stored in each AggElem */ argument176 AggElem *pCurrent; /* The AggElem currently in focus */ argument181 struct AggElem { argument