Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregate.java306 Aggregation aggregation = getAggregation(aggregationName); in addRecord() local
307 if (aggregation == null) { in addRecord()
308 aggregation = new Aggregation(aggregationName, aggid); in addRecord()
309 map.put(aggregationName, aggregation); in addRecord()
311 aggregation.addRecord(rec); in addRecord()
H A DPrintaRecord.java376 Aggregation aggregation = getAggregationImpl(aggregationName); in addRecord() local
377 if (aggregation == null) { in addRecord()
378 aggregation = new Aggregation(aggregationName, aggid); in addRecord()
379 aggregations.add(aggregation); in addRecord()
382 aggregation.addRecord(record); in addRecord()
384 Map <Tuple, AggregationRecord> map = aggregation.asMap(); in addRecord()
/titanic_41/usr/src/uts/common/sys/
H A Daggr.h98 uint8_t aggregation: 1; member
104 uint8_t aggregation: 1;
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.clear.d.out15 Final aggregation data:
H A Dtst.cleardenormalize.d.out15 Final (denormalized) aggregation data:
H A Dtst.clearnormalize.d.out15 Final (normalized) aggregation data:
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c294 pl->ActorAdminPortState.bit.aggregation = B_TRUE; in aggr_lacp_init_port()
1571 pl->ActorOperPortState.bit.aggregation = B_TRUE; in aggr_lacp_port_attached()
1647 pl->ActorOperPortState.bit.aggregation = B_TRUE; in lacp_on()
1691 pl->ActorOperPortState.bit.aggregation = B_FALSE; in lacp_off()
1866 (lacp->partner_info.state.bit.aggregation == in record_PDU()
1867 pl->ActorOperPortState.bit.aggregation)) || in record_PDU()
1868 (!lacp->actor_info.state.bit.aggregation)) { in record_PDU()
1907 (pl->PartnerOperPortState.bit.aggregation != in update_selected()
1908 lacp->actor_info.state.bit.aggregation)) { in update_selected()
1938 (pl->PartnerOperPortState.bit.aggregation != in update_default_selected()
[all …]
/titanic_41/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE97 be construed as a mere form of aggregation, provided that the
/titanic_41/usr/src/uts/common/io/e1000api/
H A DREADME400 6371753 aggregation of e1000g NICs fails to provide connectivity unless snoop is running
453 6463536 BAD TRAP panic for removing aggregation
481 6491179 link aggregation with e1000g does not work unless snoop is running
/titanic_41/usr/src/uts/common/io/e1000g/
H A DREADME400 6371753 aggregation of e1000g NICs fails to provide connectivity unless snoop is running
453 6463536 BAD TRAP panic for removing aggregation
481 6491179 link aggregation with e1000g does not work unless snoop is running
/titanic_41/usr/src/cmd/svc/shell/
H A Dmfsthistory601 svc:/network/aggregation:default var/svc/manifest/network/aggregation.xml
602 svc:/network/aggregation var/svc/manifest/network/aggregation.xml
/titanic_41/usr/src/lib/libnwam/
H A DREADME48 each datalink (physical, tunnel, aggregation etc), and one for each IP
/titanic_41/usr/src/tools/onbld/
H A DTHIRDPARTYLICENSE129 In addition, mere aggregation of another work not based on the Program
/titanic_41/usr/src/grub/grub-0.97/
H A DCOPYING129 In addition, mere aggregation of another work not based on the Program
/titanic_41/usr/src/cmd/powertop/common/
H A DCOPYING129 In addition, mere aggregation of another work not based on the Program
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE223 In addition, mere aggregation of another work not based on the Program
/titanic_41/usr/src/lib/print/libhttp-core/common/
H A DLICENSE.txt271 In addition, mere aggregation of another work not based on the Program
676 In addition, mere aggregation of another work not based on the Library
/titanic_41/usr/src/lib/librstp/common/
H A DCOPYING206 In addition, mere aggregation of another work not based on the Library
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c3115 (lstate->bit.aggregation ? "yes" : "no")); in print_lacp_cb()