/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 290 flow_t *flow; in flowacct_flow_present() local 293 flow = (flow_t *)hdr->objp; in flowacct_flow_present() 294 if ((flow != NULL) && in flowacct_flow_present() 295 (IN6_ARE_ADDR_EQUAL(&flow->saddr, &header->saddr)) && in flowacct_flow_present() 296 (IN6_ARE_ADDR_EQUAL(&flow->daddr, &header->daddr)) && in flowacct_flow_present() 297 (flow->proto == header->proto) && in flowacct_flow_present() 298 (flow->sport == header->sport) && in flowacct_flow_present() 299 (flow->dport == header->dport)) { in flowacct_flow_present() 300 return (flow); in flowacct_flow_present() 405 flowacct_item_present(flow_t *flow, uint8_t dsfield, pid_t proj_id, uint_t uid) in flowacct_item_present() argument [all …]
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | flowprop.c | 89 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() 112 status = i_dladm_set_flowprop_db(handle, flow, prop_name, in dladm_set_flowprop() 119 dladm_walk_flowprop(int (*func)(void *, const char *), const char *flow, in dladm_walk_flowprop() argument 124 if (flow == NULL || func == NULL) in dladm_walk_flowprop() 136 dladm_get_flowprop(dladm_handle_t handle, const char *flow, uint32_t type, in dladm_get_flowprop() argument 141 if (flow == NULL || prop_name == NULL || prop_val == NULL || in dladm_get_flowprop() 148 return (i_dladm_get_flowprop_db(handle, flow, prop_name, in dladm_get_flowprop() 152 status = i_dladm_get_prop_temp(handle, flow, type, prop_name, in dladm_get_flowprop() [all …]
|
H A D | libdlflow.c | 735 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 D | nxge_fflp_hash.h | 43 #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 D | pass3.c | 49 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 D | dir.c | 374 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 D | pass3b.c | 181 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 D | printpacket6.c | 13 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 D | ibcm_impl.c | 1554 ibcm_flow_init(ibcm_flow_t *flow, uint_t simul_max) in ibcm_flow_init() argument 1556 flow->list = NULL; in ibcm_flow_init() 1557 flow->simul = 0; in ibcm_flow_init() 1558 flow->waiters_per_chunk = 4; in ibcm_flow_init() 1559 flow->simul_max = simul_max; 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() 1563 flow->total = 0; in ibcm_flow_init() 1602 ibcm_flow_find(ibcm_flow_t *flow) in ibcm_flow_find() argument 1607 f = flow->list; in ibcm_flow_find() [all …]
|
/illumos-gate/usr/src/cmd/flowadm/ |
H A D | flowadm.c | 669 set_flowprop_persist(const char *flow, const char *prop_name, char **prop_val, in set_flowprop_persist() argument 675 status = dladm_set_flowprop(handle, flow, prop_name, prop_val, val_cnt, in set_flowprop_persist() 681 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() 745 status = dladm_set_flowprop(handle, flow, NULL, NULL, 0, in set_flowprop() 749 "on '%s'", errprop, flow); in set_flowprop() 754 s = set_flowprop_persist(flow, NULL, NULL, 0, reset); in set_flowprop() 780 s = dladm_set_flowprop(handle, flow, aip->ai_name, val, count, in set_flowprop() [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 12 1. Problem: CQ92630 - NULL pointer dereference in query stats flow 67 Change: [FW] Fix a race condition in Firmware flow. 94 Change: Return ep object to free list in reject flow. 109 flow. 135 Change: [FW] Fix BDQ fetch flow. 155 Change: Handle reject flow properly. 189 Change: [FW] Fix connection establishment flow. 198 Change: [FW] Fix error handling flow. 245 Change: [FW] Fix RX flow on the case an error was detected. 272 Change: [FW] Fix error handling flow. [all …]
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp_hash.c | 302 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 D | Flow.java | 95 Flow flow = (Flow)oldInstance; 97 "new", new Object[] { flow.getKind().name(), 98 flow.getDepth() });
|
H A D | ProbeData.java | 109 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 D | Dialers | 193 # 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 D | JDTrace.java | 51 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 D | dt_consume.c | 409 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() 486 if (flow == DTRACEFLOW_RETURN && data->dtpda_indent > 0) in dt_flowindent() 489 data->dtpda_flow = flow; in dt_flowindent() [all …]
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_gld.c | 934 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 D | ipqosconf.2.sample | 132 # 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 D | Makefile | 44 LIB_OBJS += flow.o
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | data-structures.txt | 7 …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 D | snoop_ip.c | 316 int version, flow, class; in interpret_ipv6() local 349 flow = ntohl(ip6h->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL); in interpret_ipv6() 359 src_name, dst_name, iplen, ip6h->ip6_hops, class, flow); in interpret_ipv6() 391 "Flow label = 0x%x", flow); in interpret_ipv6()
|
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 512 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 D | grub.info-4 | 62 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 D | funstack.in | 145 …flow-chart flow-charts Fry-styk ge-dank-en Gar-fink-el Ge-ha-ni Glush-ko Goud-reau Gua-dan-go Hari…
|