HomeSort by relevance Sort by last modified time
    Searched refs:flow (Results 1 - 25 of 31) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/sys/nxge/
nxge_fflp_hash.h 45 #define nxge_compute_h2(cin, flow, len) \
46 nxge_crc_ccitt(cin, flow, len)
50 #define nxge_compute_h1(cin, flow, len) \
51 nxge_compute_h1_table4(cin, flow, len)
  /onnv/onnv-gate/usr/src/uts/common/ipp/flowacct/
flowacct.c 47 * of 256 hash buckets. When the action routine is invoked for a flow,
48 * if the flow (identified by the 5-tuple: saddr, daddr, sport, dport, proto)
49 * is already present in the flow table (indexed by the hash function FLOW_HASH)
50 * then a check is made to see if an item for this flow with the same
53 * not exist a new item is added for the flow. If the flow is not present
54 * an entry is made for the flow.
56 * A timer runs thru the table and writes all the flow items that have
59 * flow timeout value can also be configured. While the timeout is in nsec,
60 * the flow timer interval is in usec
290 flow_t *flow; local
441 flow_t *flow; local
732 flow_t *flow; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
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);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
FlowPanelShadow.java 97 VJFlowLayout flow = (VJFlowLayout)panel.getLayout(); local
102 return new AlignmentEnum(flow.getAlignment());
104 return new Integer(flow.getHGap());
106 return new Integer(flow.getVGap());
115 VJFlowLayout flow = (VJFlowLayout)panel.getLayout(); local
120 flow.setAlignment(((AlignmentEnum)value).intValue());
122 flow.setHGap(((Integer)value).intValue());
124 flow.setVGap(((Integer)value).intValue());
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
flowprop.c 89 dladm_set_flowprop(dladm_handle_t handle, const char *flow,
95 if (flow == NULL || (prop_val == NULL && val_cnt > 0) ||
100 status = i_dladm_set_prop_temp(handle, flow, prop_name,
112 status = i_dladm_set_flowprop_db(handle, flow, prop_name,
119 dladm_walk_flowprop(int (*func)(void *, const char *), const char *flow,
124 if (flow == NULL || func == NULL)
127 /* Then show data-flow properties if there are any */
136 dladm_get_flowprop(dladm_handle_t handle, const char *flow, uint32_t type,
141 if (flow == NULL || prop_name == NULL || prop_val == NULL ||
148 return (i_dladm_get_flowprop_db(handle, flow, prop_name
    [all...]
libdlflow.c 140 /* flow name */
147 /* resource control and flow descriptor parameters */
235 /* flow policy */
244 /* flow descriptor */
434 * Remove existing flow from DB.
476 * Create a flow in the DB.
525 /* flow id */
527 /* group with flow id already exists */
534 * the same flow id already exists. Its now time to add the new
552 /* create flow */
737 dld_flowinfo_t *flow; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Flow.java 34 * Description of control flow across function boundaries including
56 public final class Flow implements Serializable {
60 * Indicates direction of flow across a boundary, such as entering
74 BeanInfo info = Introspector.getBeanInfo(Flow.class);
97 Flow flow = (Flow)oldInstance;
99 "new", new Object[] { flow.getKind().name(),
100 flow.getDepth() });
116 * Creates a {@code Flow} instance with the given flow kind an
    [all...]
ProbeData.java 84 "enabledProbeDescription", "flow", "records"});
111 private Flow flow; field in class:ProbeData
139 Flow f, int nativeElementCount)
144 flow = f;
161 * @param f current state of control flow (entry or return and depth
171 Flow f, List <Record> recordList)
176 flow = f;
699 * Gets the current state of control flow (function entry or return,
705 * @return a description of control flow across function boundaries
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
pass3.c 51 caddr_t flow; local
78 LINK_RANGE(flow, lncntp[inp->i_dotdot], 1);
79 if (flow != NULL) {
81 LINK_CLEAR(flow, inp->i_dotdot,
212 LFDIR_LINK_RANGE_NORVAL(flow, lncntp[lfdir], 1,
217 LFDIR_LINK_RANGE_NORVAL(flow, lncntp[lfdir], -1,
277 LINK_RANGE(flow, lncntp[sci->shadow],
279 if (flow != NULL) {
284 LINK_CLEAR(flow, sci->shadow, dp->di_mode,
dir.c 376 caddr_t flow; local
424 LINK_RANGE(flow, dp->di_nlink, -lcnt);
425 if (flow != NULL) {
426 LINK_CLEAR(flow, idesc->id_number, dp->di_mode, &lcidesc);
1127 caddr_t flow; local
1202 LINK_RANGE(flow, lncntp[parent], -1);
1203 if (flow == NULL)
1204 LINK_RANGE(flow, (int)dp->di_nlink, 1);
1206 if (flow != NULL) {
1207 LINK_CLEAR(flow, parent, dp->di_mode, &idesc)
    [all...]
pass3b.c 183 caddr_t flow; local
212 LINK_RANGE(flow, lncntp[dp->di_shadow], 1);
213 if (flow != NULL) {
214 LINK_CLEAR(flow, scc->client[client], dp->di_mode,
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/
nxge_fflp_hash.c 303 nxge_compute_h1_serial(uint32_t init_value, uint32_t *flow, uint32_t len)
309 buf = (uint8_t *)flow;
331 nxge_compute_h1_table4(uint32_t crcin, uint32_t *flow, uint32_t length)
336 buf = (uint32_t *)flow;
360 nxge_compute_h1_table1(uint32_t crcin, uint32_t *flow, uint32_t length)
366 buf = (uint8_t *)flow;
  /onnv/onnv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
ibcm_impl.c 172 * Flow control logic for open_rc_channel uses the following.
192 * Flow control logic for SA access and close_rc_channel calls follows.
    [all...]
  /onnv/onnv-gate/usr/src/cmd/flowadm/
flowadm.c 116 { "add-flow", do_add_flow },
117 { "remove-flow", do_remove_flow },
121 { "show-flow", do_show_flow },
122 { "init-flow", do_init_flow },
147 * structures for 'flowadm remove-flow'
173 { "FLOW", 12,
203 { "FLOW", 13, FLOWPROP_FLOW, print_flowprop_cb},
240 * structures for 'flowadm show-flow -s' (print statistics)
254 { "FLOW", 15, FLOW_S_FLOW, print_flow_stats_cb},
284 { "FLOW", 13
1284 const char *flow = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_consume.c 382 dtrace_flowkind_t flow = DTRACEFLOW_NONE; local
401 * like "method-entry" or "function-entry" to participate in flow
407 flow = DTRACEFLOW_ENTRY;
411 flow = DTRACEFLOW_RETURN;
421 if (flow == DTRACEFLOW_ENTRY) {
424 flow = DTRACEFLOW_NONE;
432 if (flow == DTRACEFLOW_RETURN) {
458 flow = DTRACEFLOW_NONE;
462 if (flow == DTRACEFLOW_ENTRY || flow == DTRACEFLOW_RETURN)
1582 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
JDTrace.java 52 static boolean flow = false; field in class:JDTrace
183 if (flow) {
194 if (flow) {
195 Flow flow = data.getFlow(); local
196 int indent = (flow.getDepth() * 2);
204 switch (flow.getKind()) {
221 switch (flow.getKind()) {
885 flow = (dtrace.getOption(Option.flowindent) != Option.UNSET);
  /onnv/onnv-gate/usr/src/uts/intel/io/heci/
heci_intr.c 510 DBG("client flow control response message received.\n");
761 DBG("iamthif flow control failed\n");
763 DBG("iamthif flow control success\n");
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
Functions.t 37 Binary File Flow Namespace Misc Process Modules
114 Keywords related to control flow of your perl program:
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ip.c 315 int version, flow, class; local
347 flow = ntohl(ip6h->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL);
356 "IPv6 S=%s D=%s LEN=%d HOPS=%d CLASS=0x%x FLOW=0x%x",
357 src_name, dst_name, iplen, ip6h->ip6_hops, class, flow); local
389 "Flow label = 0x%x", flow);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsecdb/
auth_attr.txt 134 solaris.smf.manage.extended-accounting.flow:::Manage Flow Extended Accounting Service States::help=SmfExAcctFlowStates.html
136 solaris.smf.manage.extended-accounting.flow:::Manage Task Extended Accounting Service States::help=SmfExAcctTaskStates.html
167 solaris.smf.value.extended-accounting.flow:::Change Values of Flow Extended Accounting Service Properties::help=SmfValueExAcctFlow.html
prof_attr.txt 44 Extended Accounting Flow Management:::Manage the Flow Extended Accounting service:auths=solaris.smf.manage.extended-accounting.flow,solaris.smf.value.extended-accounting.flow;profiles=acctadm;help=RtExActtFlow.html
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
net-physical 82 /sbin/flowadm init-flow
  /onnv/onnv-gate/usr/src/uts/common/io/bfe/
bfe.c 513 uint32_t val, flow; local
519 flow = INL(bfe, BFE_RXCONF);
520 flow &= ~BFE_RXCONF_FLOW;
521 OUTL(bfe, BFE_RXCONF, flow);
523 flow = INL(bfe, BFE_MAC_FLOW);
524 flow &= ~(BFE_FLOW_RX_HIWAT);
525 OUTL(bfe, BFE_MAC_FLOW, flow);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 1150 int ver, class, flow; local
1176 "SRC", "DST", "TCLS", "FLOW-ID", "PLEN", "NXT", "HOP");
1180 flow = iph->ip6_vcf & IPV6_FLOWINFO_FLOWLABEL;
1181 mdb_nhconvert(&flow, &flow, sizeof (flow));
1186 class, flow, plen, iph->ip6_nxt, iph->ip6_hlim);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
traceroute.c 72 #define MAX_FLOW_LABEL 0xFFFFF /* max flow label for IPv6 */
175 * flow and class are specific to IPv6, tos and off are specific to IPv4.
179 static uint_t flow = 0; /* IPv6 flow info */ variable
402 flow = str2int(optarg, "flow label", 0, MAX_FLOW_LABEL);
988 whereto6.sin6_flowinfo = htonl((class << 20) | flow);
    [all...]

Completed in 5168 milliseconds

1 2