Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpicl/
H A Dpicl.c179 unsigned int trycount) in trysend_req() argument
193 if (trycount == 0) /* no more retry */ in trysend_req()
202 --trycount; in trysend_req()
/titanic_50/usr/src/uts/common/os/
H A Dzone.c3292 int trycount; in zone_set_root() local
3304 trycount = 10; in zone_set_root()
3306 if (--trycount <= 0) { in zone_set_root()