Home
last modified time | relevance | path

Searched refs:NO_ERROR (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/x86/x86/
H A Ducode.c83 NO_ERROR, enumerator
86 } ucode_error = NO_ERROR;
427 if (fileaddr != NULL && ucode_error == NO_ERROR) in ucode_load_bsp()
/freebsd/contrib/libpcap/rpcapd/
H A Dwin32-svc.c164 service_status.dwWin32ExitCode = NO_ERROR; in update_svc_status()
/freebsd/contrib/ntp/libntp/
H A Dmsyslog.c245 if (NO_ERROR == errval) in mvsnprintf()
277 if (NO_ERROR == errval) in mvfprintf()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTargetParser.h161 NO_ERROR = 0, enumerator
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c197 if (NO_ERROR == err || ERROR_BUFFER_OVERFLOW != err) in isc_interfaceiter_create()
201 if (NO_ERROR != err) { in isc_interfaceiter_create()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp642 return {NO_ERROR, StringRef()}; in insertWaveSizeFeature()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc133 SetLastError(NO_ERROR);
H A DPath.inc710 if (Err != NO_ERROR)
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c530 if (err != NO_ERROR) { in openhost()
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c1170 if (GetNetworkParams(info, &buflen) == NO_ERROR) { in ub_ctx_resolvconf()
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c731 if (res != NO_ERROR) in evutil_check_ifaddrs()
/freebsd/contrib/libevent/
H A Devutil.c731 if (res != NO_ERROR) in evutil_check_ifaddrs()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c47917 if( lastErrno==NO_ERROR ){
49264 && ((lastErrno = osGetLastError())!=NO_ERROR)) ){
49501 DWORD lastErrno = NO_ERROR; /* Value returned by GetLastError() */
49764 && ((lastErrno = osGetLastError())!=NO_ERROR) ){
49900 DWORD lastErrno = NO_ERROR;
51971 pFile->lastErrno = NO_ERROR;
/freebsd/contrib/ntp/
H A DCommitLog[all...]