Home
last modified time | relevance | path

Searched refs:trycount (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c177 unsigned int trycount) in trysend_req() argument
191 if (trycount == 0) /* no more retry */ in trysend_req()
200 --trycount; in trysend_req()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c3450 int trycount; in zone_set_root() local
3462 trycount = 10; in zone_set_root()
3464 if (--trycount <= 0) { in zone_set_root()