Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_alloc.c48 lim = fmd.d_alloc_tries; in fmd_alloc()
H A Dfmd.h102 uint_t d_alloc_tries; /* max # times to retry an allocation */ member
H A Dfmd.c444 dp->d_alloc_tries = 3; in fmd_create()
461 (void) fmd_conf_getprop(dp->d_conf, "alloc.tries", &dp->d_alloc_tries); in fmd_create()