Searched refs:EREMOTEIO (Results 1 – 11 of 11) sorted by relevance
401 #ifdef EREMOTEIO in errno2name()402 CASE(EREMOTEIO); in errno2name()
103 #define EREMOTEIO 121 /* Remote I/O error */ macro
93 #define EREMOTEIO 140 /* Remote I/O error */ macro
128 #define EREMOTEIO 121 /* Remote I/O error */ macro
201 #define EREMOTEIO 121 /* Remote I/O error */ macro
154 PAIR(EREMOTEIO) in tst_strerrno()
467 #ifdef EREMOTEIO468 { "EREMOTEIO", (unsigned long) EREMOTEIO },
166 ERROR_ENTRY(EREMOTEIO), // Remote I/O error
1945 tpriv->reap_action = EREMOTEIO == errno ? COMPLETED_EARLY : SUBMIT_FAILED; in submit_bulk_transfer()2300 case -EREMOTEIO: /* short transfer */ in handle_bulk_completion()