Home
last modified time | relevance | path

Searched refs:scale_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prctl/
H A Dutils.h50 } scale_t; typedef
55 extern scale_t *scale_binary;
56 extern scale_t *scale_metric;
118 scale_t *scale, char *unit, int flags);
152 scale_t *scale, char *unit, int flags);
201 scale_t *scale, char *unit, int flags);
210 scale_t *scale, char *unit, int flags);
224 scale_t *scale, char *unit, int flags);
H A Dutils.c87 static scale_t __metric_scale = { __metric_modifiers, __metric_scales };
98 static scale_t __binary_scale = { __binary_modifiers, __binary_scales };
100 scale_t *scale_metric = &__metric_scale;
101 scale_t *scale_binary = &__binary_scale;
107 scale_t *scale, char *unit, int flags) { in scaledtouint64()
261 scale_t *scale, char *unit, int flags) { in uint64toscaled()
348 scale_t *scale, char *unit, int flags) { in scaledtoscaled()
367 scale_t *scale, char *unit, int flags) { in scaledeqscaled()
456 scale_t *scale, char *unit, int flags) { in scaledequint64()
H A Dprctl.c116 scale_t *arg_scale;
1392 scale_t *scale; in print_rctls()