Searched refs:retry_max (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c169 int retry_max, member in struct:problem
193 if (!p->retry_max) {
203 } else if (pps->nretry++ > p->retry_max) {
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c151 * 'retry_cnt' and 'retry_max' arguments), then this routine will print a
161 wanboot_retry(int retry_cnt, int retry_max) argument
165 if (retry_max == WANBOOT_RETRY_NOMAX || retry_cnt <= retry_max) {
892 int retry_max = WANBOOT_RETRY_MAX; local
916 if (wanboot_retry(++retry_cnt, retry_max)) {
925 if (!wanboot_retry(++retry_cnt, retry_max)) {
1060 int retry_max = WANBOOT_RETRY_ROOT_MAX; local
1107 if (wanboot_retry(++retry_cnt, retry_max)) {
1117 if (!wanboot_retry(++retry_cnt, retry_max)) {
1387 int retry_max = WANBOOT_RETRY_MAX; local
[all...]

Completed in 47 milliseconds