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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c84 set_i32x(fmd_conf_param_t *pp, const char *s, int64_t min, int64_t max) function
105 return (set_i32x(pp, s, INT8_MIN, INT8_MAX));
111 return (set_i32x(pp, s, INT16_MIN, INT16_MAX));
117 return (set_i32x(pp, s, INT32_MIN, INT32_MAX));

Completed in 45 milliseconds