Home
last modified time | relevance | path

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; in fmd_idspace_create() local
49 (void) fmd_conf_getprop(fmd.d_conf, "ids.max", &ids_max); in fmd_idspace_create()
53 if (hashlen > ids_max) in fmd_idspace_create()
54 hashlen = ids_max; in fmd_idspace_create()