Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h169 typedef struct Agg Agg; typedef
171 struct Agg { struct
172 int nMem; /* Number of values stored in each AggElem */ argument
173 AggElem *pCurrent; /* The AggElem currently in focus */ argument
178 struct AggElem { argument