Searched refs:actions (Results 1 - 8 of 8) sorted by relevance
/solaris-userland/tools/ |
H A D | userland-mangler | 39 import pkg.actions 279 # Check for file content and remove tpno data and license actions if 291 manifest.actions.remove(action) 293 manifest.actions.remove(action) 295 # Check for pkg.obsolete and if found, remove any depend actions. 311 manifest.actions.remove(action) 317 manifest.actions.remove(action)
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 1391 struct ofpbuf actions; local 1430 ofpbuf_init(&actions, 0); 1431 (void) solaris_get_flowaction(flowname, &actions); 1432 if (ofpbuf_size(&actions) == 0) { 1436 *actionsp = ofpbuf_put(*bufp, ofpbuf_data(&actions), 1437 ofpbuf_size(&actions)); 1438 *actions_len = ofpbuf_size(&actions); 1440 ofpbuf_uninit(&actions); 1515 ds_put_cstr(&as, ", actions:"); 1516 format_odp_actions(&as, put->actions, pu 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 [all...] |
/solaris-userland/components/ |
H A D | Makefile | 143 >$(WS_LOGS)/naughty-canonical-repo-actions 2>&1 || \ 144 ( echo "pkglint(1) failed, please see $(WS_LOGS)/naughty-canonical-repo-actions"; \
|
/solaris-userland/make-rules/ |
H A D | attpackagemake.mk | 39 # Any additional pre/post configure, build, or install actions can be specified
|
H A D | justmake.mk | 39 # Any additional pre/post configure, build, or install actions can be specified
|
H A D | common.mk | 182 # Add bit and mach-specific logic to general actions.
|
H A D | waf.mk | 37 # Any additional pre/post configure, build, or install actions can be specified
|
H A D | configure.mk | 46 # Any additional pre/post configure, build, or install actions can be specified
|
Completed in 24 milliseconds