Searched defs:action (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/bzip2/ |
H A D | oldapi.c | 40 bzCompress(bz_stream *strm, int action) argument 42 return (BZ2_bzCompress(strm, action));
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | healthMonitor.c | 2591 SWAP_rule(int action) argument 2606 switch (action) { 2669 Kernel_rule(int action) argument 2689 switch (action) { 2768 NFS_rule(int action) argument 2791 switch (action) { 2874 CPU_rule(int action) argument 2891 switch (action) { 2966 RAM_rule(int action) argument 2992 switch (action) { 3066 KMEM_rule(int action) argument 3180 DNLC_rule(int action) argument [all...] |
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 146 int xfd; /* PF_PACKET to execute output action */ 1766 struct ofpbuf action; member in struct:dpif_solaris_flow_ent 1797 struct flow *m, struct ofpbuf *action, uint64_t npackets, uint64_t nbytes, 1826 ofpbuf_init(&flow->action, 0); 1827 if (ofpbuf_size(action) != 0) { 1828 ofpbuf_put(&flow->action, ofpbuf_data(action), 1829 ofpbuf_size(action)); 1834 ofpbuf_reinit(action, 0); 1842 struct ofpbuf action; local 1796 walk_flow(void *arg, const char *name, struct flow *f, struct flow *m, struct ofpbuf *action, uint64_t npackets, uint64_t nbytes, uint64_t lastused) argument [all...] |
H A D | util-solaris.c | 2049 /* if actions_len == 0, then the action is drop */ 2092 "unexpected action size %"PRIuSIZE, 2100 "userspace action size %"PRIuSIZE" " 2621 struct ofpbuf *action OVS_UNUSED) 2641 struct ofpbuf *action) 2643 slowpath_to_actions(SLOW_CONTROLLER, action); 2649 struct ofpbuf *action) 2663 nl_msg_put_unspec(action, OVS_ACTION_ATTR_PUSH_VLAN, 2670 struct ofpbuf *action) 2672 nl_msg_put_flag(action, OVS_ACTION_ATTR_POP_VLA 2640 flow_propval2action_controller(char **propvals OVS_UNUSED, int nval OVS_UNUSED, struct ofpbuf *action) argument 2648 flow_propval2action_pushvlan(char **propvals, int nval OVS_UNUSED, struct ofpbuf *action) argument 2669 flow_propval2action_popvlan(char **propvals OVS_UNUSED, int nval OVS_UNUSED, struct ofpbuf *action) argument 2677 flow_propval2action_setether(char **propvals, int nval, struct ofpbuf *action) argument 2749 flow_propval2action_setipv4(char **propvals, int nval, struct ofpbuf *action) argument 2821 flow_propval2action_setipv6(char **propvals, int nval, struct ofpbuf *action) argument 2955 flow_propval2action_settcp(char **propvals, int nval, struct ofpbuf *action) argument 2973 flow_propval2action_setudp(char **propvals, int nval, struct ofpbuf *action) argument 2991 flow_propval2action_setsctp(char **propvals, int nval, struct ofpbuf *action) argument 3045 flow_propval2action_settnl(char **propvals, int nval, struct ofpbuf *action) argument 3224 flow_propval2action_ofaction(char *propval, struct ofpbuf *action) argument 3332 struct ofpbuf *action = arg; local 3386 solaris_flowinfo2action(dlmgr__rad_dict_string_DLValue_t *flowinfo, struct ofpbuf *action) argument 3416 solaris_get_flowaction(const char *flowname, struct ofpbuf *action) argument 3668 solaris_flow_walk(void *arg, struct ofpbuf *action, void (*fn)(void *, const char *, struct flow *, struct flow *, struct ofpbuf *, uint64_t, uint64_t, uint64_t)) argument [all...] |
Completed in 38 milliseconds