Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c155 # define MAX_CNT 10 macro
216 } while (r < 0 && cnt <= MAX_CNT);
231 } while (r < 0 && cnt <= MAX_CNT);
246 } while (r <= 0 && cnt <= MAX_CNT);
261 } while (r < 0 && cnt <= MAX_CNT);
275 } while (r < 0 && cnt <= MAX_CNT);
292 } while (r < 0 && cnt <= MAX_CNT);
307 } while (r < 0 && cnt <= MAX_CNT);
H A Dt-shm.c150 # define MAX_CNT 10 macro
175 while (*shm == 1 && cnt++ < MAX_CNT)
177 SM_TEST(cnt <= MAX_CNT);
187 while (*shm != 1 && cnt++ < MAX_CNT)
189 SM_TEST(cnt <= MAX_CNT);