Searched defs:rule (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/make-rules/
H A Dlint-libraries.mk46 define lintlib-rule
70 $(foreach lintlib,$(LINT_LIBRARIES),$(eval $(call lintlib-rule,$(lintlib))))
H A Dips.mk236 # 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 DMakefile55 define history-manifest-rule
60 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c81 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 29 milliseconds