Home
last modified time | relevance | path

Searched refs:collecting (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daggr.h96 uint8_t collecting: 1; member
106 uint8_t collecting: 1;
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c619 writeLog (string, logfile, logname, collecting) in writeLog() argument
624 int * collecting;
633 *collecting = FALSE;
649 *collecting = FALSE;
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c297 pl->ActorAdminPortState.bit.collecting = B_FALSE; in aggr_lacp_init_port()
384 pl->ActorOperPortState.bit.collecting = B_FALSE; in lacp_reset_port()
758 if (pl->ActorOperPortState.bit.collecting || in lacp_mux_sm()
765 pl->ActorOperPortState.bit.collecting = in lacp_mux_sm()
831 if (pl->ActorOperPortState.bit.collecting || in lacp_mux_sm()
839 pl->ActorOperPortState.bit.collecting = B_FALSE; in lacp_mux_sm()
853 if (pl->ActorOperPortState.bit.collecting || in lacp_mux_sm()
861 pl->ActorOperPortState.bit.collecting = B_FALSE; in lacp_mux_sm()
879 if (!pl->ActorOperPortState.bit.collecting && in lacp_mux_sm()
890 pl->ActorOperPortState.bit.collecting = B_TRUE; in lacp_mux_sm()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME1 The advanced software technology department has been collecting useful C
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab122 COLLECTING # collecting macro call arguments
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg603 @ MSG_REL_COLLECT "collecting input relocations: section=%s, file=%s"
835 @ MSG_MOVE_INPUT "collecting move entries: file=%s"
1100 @ MSG_UTL_COLLECT " [%d] %s; collecting %s section"
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME208 DISCOVER, collecting OFFERs, selecting an OFFER, sending a REQUEST,
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c3257 (lstate->bit.collecting ? "yes" : "no")); in print_lacp_cb()