Searched defs:attempt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/path/
H A Dpathtemp.c114 int attempt; local
289 for (attempt = 0; attempt < ATTEMPT; attempt++)
291 if (!tmp.rng || !tmp.seed && (attempt || tmp.pid != getpid()))
300 tmp.rng = (uint32_t)tmp.pid * ((uint32_t)time(NiL) ^ (((uint32_t)integralof(&attempt)) >> 3) ^ (((uint32_t)integralof(tmp.dir)) >> 3));
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdliptun.c67 uint_t attempt; local
69 for (attempt = 0; attempt < IPTUN_IOCTL_ATTEMPT_LIMIT; attempt++) {
70 if (attempt != 0)

Completed in 30 milliseconds