Searched defs:execute (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dnet_lib.py36 return utils.execute(cmd, **kwargs)
39 def execute(cls, cmd, **kwargs): member in class:CommandBase
40 return utils.execute(cmd, **kwargs)
53 cls.execute(cmd, log_fail_as_error=False)
63 stdout = cls.execute(cmd)
70 stdout = self.execute(cmd)
100 stdout = self.execute(cmd)
129 stdout = self.execute(cmd)
145 stdout = self.execute(cmd)
179 utils.execute(cm
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c32 #include "odp-execute.h"
146 int xfd; /* PF_PACKET to execute output action */
2305 dpif_solaris_execute(struct dpif *dpif_, struct dpif_execute *execute) argument
2308 struct pkt_metadata *md = &execute->md;
2310 if (ofpbuf_size(execute->packet) < ETH_HEADER_LEN ||
2311 ofpbuf_size(execute->packet) > UINT16_MAX) {
2313 ofpbuf_size(execute->packet));
2317 odp_execute_actions(dpif, execute->packet, false, md, execute->actions,
2318 execute
[all...]

Completed in 22 milliseconds