Home
last modified time | relevance | path

Searched refs:retryable (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/i2c/nexus/
H A Di2bsc.c836 int retryable = I2BSC_RETRY_LIMIT; in i2bsc_put8() local
849 retryable = 1; in i2bsc_put8()
851 while (retryable--) { in i2bsc_put8()
864 I2BSC_RETRY_LIMIT - retryable); in i2bsc_put8()
871 int retryable = I2BSC_RETRY_LIMIT; in i2bsc_get8() local
881 retryable = 1; in i2bsc_get8()
883 while (retryable--) { in i2bsc_get8()
896 I2BSC_RETRY_LIMIT - retryable); in i2bsc_get8()
1142 int retryable = I2BSC_RETRY_LIMIT; in i2bsc_safe_upload() local
1156 while (retryable--) { in i2bsc_safe_upload()
[all …]
/titanic_44/usr/src/cmd/svc/startd/
H A Dmethod.c1115 boolean_t retryable; in method_thread() local
1206 retryable = B_FALSE; in method_thread()
1213 retryable = B_FALSE; in method_thread()
1217 retryable = B_TRUE; in method_thread()
1221 if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1) in method_thread()
1238 } else if (retryable) { in method_thread()
/titanic_44/usr/src/uts/common/io/
H A Dbscv.c4503 int retryable = BSC_ERASE_RETRY_LIMIT; in bscv_do_erase() local
4506 while (retryable--) { in bscv_do_erase()
4513 retval, BSC_ERASE_RETRY_LIMIT - retryable, in bscv_do_erase()
4525 int retryable = BSC_PAGE_RETRY_LIMIT; in bscv_set_page() local
4529 while (retryable--) { in bscv_set_page()
4545 BSC_PAGE_RETRY_LIMIT - retryable, in bscv_set_page()
4618 int retryable = BSC_PAGE_RETRY_LIMIT; in bscv_do_page() local
4624 while (retryable--) { in bscv_do_page()
4653 retval, BSC_PAGE_RETRY_LIMIT - retryable, in bscv_do_page()