Searched refs:ids_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.c38 uint_t ids_avg, ids_max, hashlen, hashmax; local
49 (void) fmd_conf_getprop(fmd.d_conf, "ids.max", &ids_max);
53 if (hashlen > ids_max)
54 hashlen = ids_max;

Completed in 56 milliseconds