Searched refs:ISC_R_NOMORE (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dresult.h58 #define ISC_R_NOMORE 29 /*%< no more */ macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dinterfaceiter.c175 iter->valid = ISC_R_NOMORE;
184 iter->valid = ISC_R_NOMORE;
H A Difiter_ioctl.c330 iter->result6 = ISC_R_NOMORE;
469 return (ISC_R_NOMORE);
893 if (iter->result6 != ISC_R_NOMORE)
908 * be ignored. Return ISC_R_NOMORE if there are no more
933 return (ISC_R_NOMORE);
961 return (ISC_R_NOMORE);
975 if (iter->result6 != ISC_R_NOMORE)
1019 if (iter->result6 == ISC_R_NOMORE)
H A Ddir.c118 return (ISC_R_NOMORE);
H A Difiter_getifaddrs.c244 * be ignored. Return ISC_R_NOMORE if there are no more
257 return (ISC_R_NOMORE);
H A Difiter_sysctl.c292 * be ignored. Return ISC_R_NOMORE if there are no more
305 return (ISC_R_NOMORE);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dinterfaceiter.c659 return (ISC_R_NOMORE);
667 return (ISC_R_NOMORE);
677 * be ignored. Return ISC_R_NOMORE if there are no more
683 return (ISC_R_NOMORE);
697 return (ISC_R_NOMORE);
709 return (ISC_R_NOMORE);
755 if (ISC_R_NOMORE == result)
764 if (result == ISC_R_NOMORE) {
H A Ddir.c125 return (ISC_R_NOMORE);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c289 return (ISC_R_NOMORE);
382 return (ISC_R_NOMORE);
H A Dentropy.c1004 * ISC_R_NOENTROPY if it has space remaining, and ISC_R_NOMORE if the
1010 return (ISC_R_NOMORE);

Completed in 178 milliseconds