Searched refs:aggregation (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java42 * each aggregation, or zero wherever an aggregation has no value
61 * aggregation data available in this record. For example, if the
65 * placeholder is specified, or if the aggregation tuple is not
67 * no aggregation data. However, the formatted output generated by the
150 * format string caused aggregation tuples to be omitted from this
152 * @param orderedTuples list of aggregation tuples in the same order
202 "null aggregation at index " + i);
240 * Gets the named aggregation.
242 * @return the named aggregation passe
[all...]
H A DAggregate.java176 * Gets the aggregation with the given name if it exists in this
179 * @param name the name of the desired aggregation, or empty string
180 * to request the unnamed aggregation. In D, the unnamed
181 * aggregation is used anytime a name does not follow the
182 * aggregation symbol '{@code @}', for example:
187 * @return {@code null} if no aggregation by the given name exists
196 // return the unnamed aggregation (same as calling with empty
198 // aggregation in libdtrace; in the jave API it is identifed by
262 * In the native DTrace library, the unnamed aggregation {@code @}
265 * unnamed aggregation wit
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Daggr.h77 /* Maximum number of ports per aggregation. */
81 * The largest configurable aggregation key. Because by default the key is
98 uint8_t aggregation: 1; member in struct:__anon7011::__anon7012
104 uint8_t aggregation: 1;
117 /* one of the ports of a link aggregation group */
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c294 pl->ActorAdminPortState.bit.aggregation = B_TRUE;
527 * - startup upon aggregation
733 * - startup upon aggregation
736 * - when the aggregation MAC address is changed
1097 * aggregation. Returns B_TRUE if such a port is found, B_FALSE
1122 * by ports in another aggregation so disable this
1135 "MAC %s and key %d in use on aggregation %d "
1300 * If all ports have no key or aggregation address,
1304 /* Clear the aggregation Partner MAC and key */
1313 * Insure that at least one port in the aggregation
[all...]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1895 /* get key value or the aggregation name (required last argument) */
1937 die("invalid aggregation property");
2025 /* get key value or the aggregation name (required last argument) */
2089 /* get key value or the aggregation name (required last argument) */
2181 /* get key value or the aggregation name (required last argument) */
2285 /* get key value or the aggregation name (required last argument) */
2313 * get the key or the name of the aggregation (optional last argument)
2328 "could not bring up aggregation '%s'", argv[1]);
3117 (lstate->bit.aggregation ? "yes" : "no"));
3628 /* get aggregation ke
[all...]

Completed in 63 milliseconds