Home
last modified time | relevance | path

Searched defs:Agg (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Daggr_lacp.h144 typedef struct Agg { struct
145 uint32_t AggregatorIdentifier; /* not used */ argument
146 boolean_t IndividualAggr; /* individual aggregator */ argument
151 uint32_t PartnerOperAggrKey; /* parter oper aggr. key */ argument
160 } Agg_t; argument
/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h172 typedef struct Agg Agg; typedef
174 struct Agg { struct
175 int nMem; /* Number of values stored in each AggElem */ argument
176 AggElem *pCurrent; /* The AggElem currently in focus */ argument
181 struct AggElem { argument