Searched defs:state_ (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 1865 void *state_, unsigned int *queue_idp, struct smap *details) 1870 struct netdev_solaris_queue_state *state = state_; 1902 void *state_) 1905 struct netdev_solaris_queue_state *state = state_; 1864 netdev_solaris_queue_dump_next(const struct netdev *netdev_, void *state_, unsigned int *queue_idp, struct smap *details) argument 1901 netdev_solaris_queue_dump_done(const struct netdev *netdev_, void *state_) argument
|
H A D | dpif-solaris.c | 1115 dpif_solaris_port_dump_next(const struct dpif *dpif_ OVS_UNUSED, void *state_, argument 1118 struct dpif_solaris_port_state *state = state_; 1144 dpif_solaris_port_dump_done(const struct dpif *dpif_ OVS_UNUSED, void *state_) argument 1146 struct dpif_solaris_port_state *state = state_; 1788 dpif_solaris_flow_dump_state_uninit(void *state_) argument 1790 struct dpif_solaris_flow_state *state = state_; 1861 void *state_, const struct nlattr **key, size_t *key_len, 1867 struct dpif_solaris_flow_state *state = state_; 1860 dpif_solaris_flow_dump_next(const struct dpif *dpif_ OVS_UNUSED, void *iter_, void *state_, const struct nlattr **key, size_t *key_len, const struct nlattr **mask, size_t *mask_len, const struct nlattr **actions, size_t *actions_len, const struct dpif_flow_stats **stats) argument
|
Completed in 27 milliseconds