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

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c82 * S10_FEATURE_IS_PRESENT is a macro that helps facilitate conditional
85 * S10_FEATURE_IS_PRESENT(N) is true iff the feature/backport represented by N
87 * S10_FEATURE_IS_PRESENT(N) is true iff the file /usr/lib/brand/solaris10/M,
102 * performed only when S10_FEATURE_IS_PRESENT(S10_FEATURE_X) is false. Thus the
108 * if (S10_FEATURE_IS_PRESENT(S10_FEATURE_X)) {
117 #define S10_FEATURE_IS_PRESENT(s10_emulated_features_constant) \ macro
297 if (S10_FEATURE_IS_PRESENT(S10_FEATURE_ALTERED_MNTFS_IOCTL))

Completed in 54 milliseconds