Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c290 flow_t *flow; in flowacct_flow_present() local
294 if ((flow != NULL) && in flowacct_flow_present()
300 return (flow); in flowacct_flow_present()
441 flow_t *flow; in flowacct_update_flows_tbl() local
451 if (flow == NULL) { in flowacct_update_flows_tbl()
453 if (flow == NULL) { in flowacct_update_flows_tbl()
459 flow->hdr = flowacct_add_obj(fhead, fhead->tail, (void *)flow); in flowacct_update_flows_tbl()
485 flow->inuse = B_TRUE; in flowacct_update_flows_tbl()
488 ihead = &flow->items; in flowacct_update_flows_tbl()
732 flow_t *flow; in flowacct_timer() local
[all …]
/illumos-gate/usr/src/lib/libdladm/common/
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 …]
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()
/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/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 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()
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()
/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/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c1557 flow->simul = 0; in ibcm_flow_init()
1560 flow->lowat = simul_max - flow->waiters_per_chunk; in ibcm_flow_init()
1561 flow->lowat_default = flow->lowat; in ibcm_flow_init()
1607 f = flow->list; in ibcm_flow_find()
1620 f = flow->list; in ibcm_flow_find()
1642 if (flow->list == NULL && flow->simul < flow->simul_max) { in ibcm_flow_enter()
1643 flow->simul++; in ibcm_flow_enter()
1644 flow->total++; in ibcm_flow_enter()
1665 if (--flow->simul < flow->lowat) { in ibcm_flow_exit()
1666 if (flow->lowat < flow->lowat_default) in ibcm_flow_exit()
[all …]
/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/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt109 flow.
135 Change: [FW] Fix BDQ fetch flow.
1437 Change: Fix flow.
1715 Change: (FW L2) Fix FW flow.
2608 flow.
2626 Change: (FW RoCE) Fix FW flow.
4158 Change: (FW) Fix FW FLR flow.
4167 Change: (FW) Fix FW FLR flow.
5183 retransmit flow.
5862 3. Problem: Error of VF FLR flow.
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c302 nxge_compute_h1_serial(uint32_t init_value, uint32_t *flow, uint32_t len) in nxge_compute_h1_serial() argument
308 buf = (uint8_t *)flow; in nxge_compute_h1_serial()
330 nxge_compute_h1_table4(uint32_t crcin, uint32_t *flow, uint32_t length) in nxge_compute_h1_table4() argument
335 buf = (uint32_t *)flow; in nxge_compute_h1_table4()
359 nxge_compute_h1_table1(uint32_t crcin, uint32_t *flow, uint32_t length) in nxge_compute_h1_table1() argument
365 buf = (uint8_t *)flow; in nxge_compute_h1_table1()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java95 Flow flow = (Flow)oldInstance;
97 "new", new Object[] { flow.getKind().name(),
98 flow.getDepth() });
H A DProbeData.java109 private Flow flow; field in ProbeData
142 flow = f; in ProbeData()
174 flow = f; in ProbeData()
712 return flow; in getFlow()
798 buf.append(flow); in toString()
/illumos-gate/usr/src/cmd/bnu/
H A DDialers193 # hardware flow control be enabled on the board and that the
195 # (i.e. change \\q0 to \\q3 below - use CTS/RTS flow control)
207 # \\q0 no flow control
208 # \\g0\r\c no modem port flow control
233 # hardware flow control be enabled on the board and that the
235 # (i.e. change \\q0 to \\q3 below - use CTS/RTS flow control)
250 # \\q0 no flow control
251 # \\g0\r\c no modem port flow control
322 # \\q0 no flow control
323 # \\g0\r\c no modem port flow control
[all …]
/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()
/illumos-gate/usr/src/lib/libdtrace/common/
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/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/cmd/cmd-inet/etc/
H A Dipqosconf.2.sample132 # Scan the flow table every 15 secs for removing timed out flows.
134 # Limit number of flow records in the table to 2K.
/illumos-gate/usr/src/tools/smatch/src/
H A DMakefile44 LIB_OBJS += flow.o
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt7 …ngs which can't appear as an expression, which primarily includes control flow statements such as …
40 So basic blocks represent a node in the control flow graph.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c316 int version, flow, class; in interpret_ipv6() local
348 flow = ntohl(ip6h->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL); in interpret_ipv6()
358 src_name, dst_name, iplen, ip6h->ip6_hops, class, flow); in interpret_ipv6()
390 "Flow label = 0x%x", flow); in interpret_ipv6()
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c512 uint32_t val, flow; in bfe_timeout() local
518 flow = INL(bfe, BFE_RXCONF); in bfe_timeout()
519 flow &= ~BFE_RXCONF_FLOW; in bfe_timeout()
520 OUTL(bfe, BFE_RXCONF, flow); in bfe_timeout()
522 flow = INL(bfe, BFE_MAC_FLOW); in bfe_timeout()
523 flow &= ~(BFE_FLOW_RX_HIWAT); in bfe_timeout()
524 OUTL(bfe, BFE_MAC_FLOW, flow); in bfe_timeout()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-462 flow of Stage 1 is:
72 The flow of Stage 2 (and Stage 1.5) is:
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in145flow-chart flow-charts Fry-styk ge-dank-en Gar-fink-el Ge-ha-ni Glush-ko Goud-reau Gua-dan-go Hari…

123