Home
last modified time | relevance | path

Searched refs:ISC_R_IOERROR (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c47 return (ISC_R_IOERROR); in isc_keyboard_open()
52 ret = ISC_R_IOERROR; in isc_keyboard_open()
68 ret = ISC_R_IOERROR; in isc_keyboard_open()
108 keyboard->result = ISC_R_IOERROR; in isc_keyboard_getchar()
H A Derrno2result.c55 return (ISC_R_IOERROR); in isc___errno2result()
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dkeyboard.c45 return (ISC_R_IOERROR); in isc_keyboard_open()
76 keyboard->result = ISC_R_IOERROR; in isc_keyboard_getchar()
H A Derrno2result.c57 return (ISC_R_IOERROR); in isc__errno2resultx()
H A Dentropy.c262 ret = ISC_R_IOERROR; in isc_entropy_createfilesource()
H A Dsocket.c1077 ev->result = ISC_R_IOERROR; // XXXMLG temporary change to detect failure to set in allocate_socketevent()
1203 *isc_errno = ISC_R_IOERROR; in map_socket_error()
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dresult.h55 #define ISC_R_IOERROR 26 /*%< I/O error */ macro
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c435 source->result = ISC_R_IOERROR; in isc_lex_gettoken()