Home
last modified time | relevance | path

Searched refs:SCALED_UNIT_OPTIONAL_FLAG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prctl/
H A Dutils.c134 !(flags & SCALED_UNIT_OPTIONAL_FLAG)) in scaledtouint64()
228 !(flags & SCALED_UNIT_OPTIONAL_FLAG) && in scaledtouint64()
236 if ((flags & SCALED_UNIT_OPTIONAL_FLAG) && in scaledtouint64()
H A Dutils.h60 #define SCALED_UNIT_OPTIONAL_FLAG 0x04 macro