Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_apcdma.c203 CS_state_t *state = eng->ce_state; in apc_start_engine()
269 CS_state_t *state = eng->ce_state; in apc_stop_engine()
345 CS_state_t *state = eng->ce_state; in apc_reload()
395 CS_state_t *state = eng->ce_state; in apc_addr()
H A Daudio_4231.c1673 CS_state_t *state = eng->ce_state; in audiocs_open()
1710 CS_state_t *state = eng->ce_state; in audiocs_close()
1729 CS_state_t *state = eng->ce_state; in audiocs_stop()
1762 CS_state_t *state = eng->ce_state; in audiocs_start()
1880 CS_state_t *state = eng->ce_state; in audiocs_count()
1973 eng->ce_state = state; in audiocs_alloc_engine()
2048 CS_state_t *state = eng->ce_state; in audiocs_free_engine()
H A Daudio_4231_eb2dma.c250 CS_state_t *state = eng->ce_state; in eb2_start_engine()
H A Daudio_4231.h298 CS_state_t *ce_state; member
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c192 fields_buf.t_state = ci->ce_state; in tcp_ci2buf()
265 ce->tcpConnEntryInfo.ce_state != state->cws_filter.ca_state) { in tcp_ipv4_print()
316 ce->tcp6ConnEntryInfo.ce_state != state->cws_filter.ca_state) { in tcp_ipv6_print()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5590 if (!(Aflag || tp->tcpConnEntryInfo.ce_state >= TCPS_ESTABLISHED)) in tcp_report_item_v4()
5638 mitcp_state(tp->tcpConnEntryInfo.ce_state, attr)); in tcp_report_item_v4()
5652 mitcp_state(tp->tcpConnEntryInfo.ce_state, attr)); in tcp_report_item_v4()
5675 mitcp_state(tp->tcpConnEntryInfo.ce_state, attr), in tcp_report_item_v4()
5695 mitcp_state(tp->tcpConnEntryInfo.ce_state, attr)); in tcp_report_item_v4()
5719 if (!(Aflag || tp6->tcp6ConnEntryInfo.ce_state >= TCPS_ESTABLISHED)) in tcp_report_item_v6()
5765 mitcp_state(tp6->tcp6ConnEntryInfo.ce_state, attr), in tcp_report_item_v6()
5781 mitcp_state(tp6->tcp6ConnEntryInfo.ce_state, attr), in tcp_report_item_v6()
5808 mitcp_state(tp6->tcp6ConnEntryInfo.ce_state, attr), in tcp_report_item_v6()
5832 mitcp_state(tp6->tcp6ConnEntryInfo.ce_state, attr), in tcp_report_item_v6()
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h1409 int ce_state; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c134 tcei->ce_state = tcp->tcp_state; in tcp_set_conninfo()