Searched defs:rule (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/make-rules/ |
H A D | lint-libraries.mk | 46 define lintlib-rule 70 $(foreach lintlib,$(LINT_LIBRARIES),$(eval $(call lintlib-rule,$(lintlib))))
|
H A D | ips.mk | 236 # Define and execute a macro that generates a rule to create a manifest for a 240 define python-manifest-rule 251 $(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest-rule,$(ver)))) 253 # A rule to create a helper transform package for python, that will insert the 279 # Define and execute a macro that generates a rule to create a manifest for a 281 define perl-manifest-rule 289 $(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver)))) 291 # A rule to create a helper transform package for perl, that will insert the 310 # Define and execute a macro that generates a rule to create a manifest for a 314 define ruby-manifest-rule [all...] |
/solaris-userland/components/meta-packages/history/ |
H A D | Makefile | 55 define history-manifest-rule 60 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 81 struct classifier cls; /* rule, flow & mask */ 1281 struct cls_rule *rule; variable in typeref:struct:cls_rule 1284 rule = classifier_lookup_miniflow_first(&dpif->cls, key); 1285 solaris_flow = dpif_solaris_flow_cast(rule);
|
Completed in 30 milliseconds