Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 62) sorted by last modified time

123

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c934 link_flowctrl_t flow; in igc_m_getprop() local
988 flow = LINK_FLOWCTRL_NONE; in igc_m_getprop()
991 flow = LINK_FLOWCTRL_RX; in igc_m_getprop()
994 flow = LINK_FLOWCTRL_TX; in igc_m_getprop()
997 flow = LINK_FLOWCTRL_BI; in igc_m_getprop()
1006 flow = LINK_FLOWCTRL_BI; in igc_m_getprop()
1009 bcopy(&flow, pr_val, sizeof (link_flowctrl_t)); in igc_m_getprop()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src6933 # bps works fine with hardware flow control.
10642 # No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
10661 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
10894 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
12033 # "stty ixon -ixany" to enable DC3/DC1 flow control!
16277 # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
16365 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
16410 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
16859 # Enable DC3/DC1 flow control with "stty ixon -ixany".
17004 # Xon-Xoff flow control should also be enabled.
[all …]
H A Dtermcap.src6133 # bps works fine with hardware flow control.
9424 # No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
9441 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
9614 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
10642 # "stty ixon -ixany" to enable DC3/DC1 flow control!
14412 # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
14492 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
14534 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
14938 # Enable DC3/DC1 flow control with "stty ixon -ixany".
15066 # Xon-Xoff flow control should also be enabled.
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1395 int ver, class, flow; in ip6hdr() local
1425 flow = iph->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL; in ip6hdr()
1426 mdb_nhconvert(&flow, &flow, sizeof (flow)); in ip6hdr()
1431 class, flow, plen, iph->ip6_nxt, iph->ip6_hlim); in ip6hdr()
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c681 errprop, flow); in set_flowprop_persist()
691 const char *flow = NULL; in set_flowprop() local
728 flow = argv[optind]; in set_flowprop()
732 if (flow == NULL) in set_flowprop()
749 "on '%s'", errprop, flow); in set_flowprop()
784 s = set_flowprop_persist(flow, in set_flowprop()
815 s = dladm_get_flowprop(handle, flow, in set_flowprop()
841 "'%s' on '%s'", aip->ai_name, flow); in set_flowprop()
844 "'%s' on '%s'", aip->ai_name, flow); in set_flowprop()
1230 die("invalid flow: '%s'", flow); in show_flowprop_one_flow()
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpacket6.c13 u_32_t flow; local
18 flow = ntohl(*(u_32_t *)buf);
19 flow &= 0xfffff;
23 printf("ip6/%d %d %#x %d", buf[0] & 0xf, plen, flow, p);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c735 dld_flowinfo_t *flow; in dladm_walk_flow() local
779 flow = (dld_flowinfo_t *)(void *)(ioc + 1); in dladm_walk_flow()
780 for (i = 0; i < ioc->wf_nflows; i++, flow++) { in dladm_walk_flow()
783 attr.fa_linkid = flow->fi_linkid; in dladm_walk_flow()
784 bcopy(&flow->fi_flowname, &attr.fa_flowname, in dladm_walk_flow()
786 bcopy(&flow->fi_flow_desc, &attr.fa_flow_desc, in dladm_walk_flow()
788 bcopy(&flow->fi_resource_props, &attr.fa_resource_props, in dladm_walk_flow()
H A Dflowprop.c89 dladm_set_flowprop(dladm_handle_t handle, const char *flow, in dladm_set_flowprop() argument
95 if (flow == NULL || (prop_val == NULL && val_cnt > 0) || in dladm_set_flowprop()
100 status = i_dladm_set_prop_temp(handle, flow, prop_name, in dladm_set_flowprop()
124 if (flow == NULL || func == NULL) in dladm_walk_flowprop()
172 state.ls_name = flow; in i_dladm_set_flowprop_db()
188 state.ls_name = flow; in i_dladm_get_flowprop_db()
215 dladm_flow_info(dladm_handle_t handle, const char *flow, in dladm_flow_info() argument
222 if ((flow == NULL) || (attr == NULL)) in dladm_flow_info()
237 (void) strlcpy(ioc->wf_name, flow, in dladm_flow_info()
273 status = dladm_flow_info(handle, flow, &fa); in do_get_maxbw()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hash.h43 #define nxge_compute_h2(cin, flow, len) \ argument
44 nxge_crc_ccitt(cin, flow, len)
48 #define nxge_compute_h1(cin, flow, len) \ argument
49 nxge_compute_h1_table4(cin, flow, len)
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt6fw_cfg.txt426 nethofld = 1024 # number of user mode ethernet flow contexts
427 ncrypto_lookaside = 16 # Number of lookaside flow contexts
559 # folling params control how the buffer memory is distributed and the L2 flow
H A Dt5fw_cfg.txt412 nethofld = 1024 # number of user mode ethernet flow contexts
543 # folling params control how the buffer memory is distributed and the L2 flow
H A Dt4fw_cfg.txt371 nethofld = 1024 # number of user mode ethernet flow contexts
494 # folling params control how the buffer memory is distributed and the L2 flow
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.d.in159 uint32_t ipv6_flow; /* flow label */
H A Ddt_consume.c409 dtrace_flowkind_t flow = DTRACEFLOW_NONE; in dt_flowindent() local
434 flow = DTRACEFLOW_ENTRY; in dt_flowindent()
438 flow = DTRACEFLOW_RETURN; in dt_flowindent()
448 if (flow == DTRACEFLOW_ENTRY) { in dt_flowindent()
451 flow = DTRACEFLOW_NONE; in dt_flowindent()
459 if (flow == DTRACEFLOW_RETURN) { in dt_flowindent()
476 flow = DTRACEFLOW_NONE; in dt_flowindent()
480 if (flow == DTRACEFLOW_ENTRY || flow == DTRACEFLOW_RETURN) { in dt_flowindent()
489 data->dtpda_flow = flow; in dt_flowindent()
2143 if (flow) in dt_consume_cpu()
[all …]
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_standard624 # estty # for printer needing hardware flow control (3B2/EPORTS)
625 # fctty # for printer needing hardware flow control (3B15,3B20)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c49 caddr_t flow; in pass3a() local
76 LINK_RANGE(flow, lncntp[inp->i_dotdot], 1); in pass3a()
77 if (flow != NULL) { in pass3a()
79 LINK_CLEAR(flow, inp->i_dotdot, in pass3a()
210 LFDIR_LINK_RANGE_NORVAL(flow, lncntp[lfdir], 1, in pass3a()
215 LFDIR_LINK_RANGE_NORVAL(flow, lncntp[lfdir], -1, in pass3a()
275 LINK_RANGE(flow, lncntp[sci->shadow], in pass3a()
277 if (flow != NULL) { in pass3a()
282 LINK_CLEAR(flow, sci->shadow, dp->di_mode, in pass3a()
H A Dpass3b.c181 caddr_t flow; in clear_shadow_client() local
210 LINK_RANGE(flow, lncntp[dp->di_shadow], 1); in clear_shadow_client()
211 if (flow != NULL) { in clear_shadow_client()
212 LINK_CLEAR(flow, scc->client[client], dp->di_mode, in clear_shadow_client()
H A Ddir.c374 caddr_t flow; in adjust() local
422 LINK_RANGE(flow, dp->di_nlink, -lcnt); in adjust()
423 if (flow != NULL) { in adjust()
424 LINK_CLEAR(flow, idesc->id_number, dp->di_mode, &lcidesc); in adjust()
1125 caddr_t flow; in allocdir() local
1200 LINK_RANGE(flow, lncntp[parent], -1); in allocdir()
1201 if (flow == NULL) in allocdir()
1202 LINK_RANGE(flow, (int)dp->di_nlink, 1); in allocdir()
1204 if (flow != NULL) { in allocdir()
1205 LINK_CLEAR(flow, parent, dp->di_mode, &idesc); in allocdir()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th577 \ This function blocks program flow (loops forever) until a key is pressed.
747 \ negate the toggled state so that we reverse the flow on subsequent
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt42 …service:auths=solaris.smf.manage.extended-accounting.flow,solaris.smf.value.extended-accounting.fl…
H A Dauth_attr.txt129 solaris.smf.manage.extended-accounting.flow:::Manage Flow Extended Accounting Service States::help=…
131 solaris.smf.manage.extended-accounting.flow:::Manage Task Extended Accounting Service States::help=…
167 solaris.smf.value.extended-accounting.flow:::Change Values of Flow Extended Accounting Service Prop…
/illumos-gate/usr/src/lib/libnwam/
H A DREADME41 functionality for system events to flow from the NWAM daemon to a
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-nwam568 /sbin/flowadm init-flow
H A Dnet-physical100 /sbin/flowadm init-flow
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java51 static boolean flow = false; field in JDTrace
182 if (flow) { in consumeProbeData()
193 if (flow) { in consumeProbeData()
194 Flow flow = data.getFlow(); in consumeProbeData() local
195 int indent = (flow.getDepth() * 2); in consumeProbeData()
203 switch (flow.getKind()) { in consumeProbeData()
220 switch (flow.getKind()) { in consumeProbeData()
890 flow = (dtrace.getOption(Option.flowindent) != Option.UNSET); in main()

123