| /freebsd/sys/contrib/ncsw/Peripherals/BM/ |
| H A D | bm.c | 257 t_Error errCode = E_OK; in BmSetPoolThresholds() local 264 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmSetPoolThresholds() 271 RETURN_ERROR(MAJOR, errCode, NO_MSG); in BmSetPoolThresholds() 298 t_Error errCode = E_OK; in BmUnSetPoolThresholds() local 305 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmUnSetPoolThresholds() 312 RETURN_ERROR(MAJOR, errCode, NO_MSG); in BmUnSetPoolThresholds() 354 t_Error errCode = E_OK; in BmGetCounter() local 363 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmGetCounter() 370 REPORT_ERROR(MAJOR, errCode, NO_MSG); in BmGetCounter() 374 errCode = E_INVALID_VALUE; in BmGetCounter() [all …]
|
| H A D | bm.h | 361 t_Error errCode = E_OK; in BmBpidGet() local 369 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmBpidGet() 377 REPORT_ERROR(MAJOR, errCode, NO_MSG); in BmBpidGet() 415 t_Error errCode = E_OK; in BmBpidPut() local 421 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmBpidPut() 428 RETURN_ERROR(MAJOR, errCode, NO_MSG); in BmBpidPut()
|
| /freebsd/sys/contrib/ncsw/etc/ |
| H A D | ncsw_mem.c | 244 t_Error errCode; 258 errCode = MEM_InitByAddress(name, 266 if (errCode != E_OK) 268 RETURN_ERROR(MAJOR, errCode, NO_MSG); 379 t_Error errCode = InitMemDebugDatabase(p_Mem); 381 if (errCode != E_OK) 382 RETURN_ERROR(MAJOR, errCode, NO_MSG); 552 t_Error errCode = InitMemDebugDatabase(p_Mem); 554 if (errCode != E_OK) 555 RETURN_ERROR(MAJOR, errCode, NO_MSG);
|
| H A D | mm.c | 1015 t_Error errCode; in MM_Add() local 1053 errCode = AddFree(p_MM, base, base+size); in MM_Add() 1054 if (errCode) in MM_Add() 1059 return ((t_Error)errCode); in MM_Add()
|
| /freebsd/sys/contrib/ncsw/Peripherals/QM/ |
| H A D | qm.c | 346 t_Error errCode = E_OK; in QmGetCounter() local 354 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetCounter() 361 REPORT_ERROR(MAJOR, errCode, NO_MSG); in QmGetCounter() 364 if ((errCode == E_OK) && (replyLength == (sizeof(uint32_t) + sizeof(uint32_t)))) in QmGetCounter() 401 t_Error errCode = E_OK; in QmGetRevision() local 407 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetRevision() 414 RETURN_ERROR(MAJOR, errCode, NO_MSG); in QmGetRevision() 466 t_Error errCode; in QmGetSetPortalParams() local 477 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session, in QmGetSetPortalParams() 486 RETURN_ERROR(MAJOR, errCode, NO_MSG); in QmGetSetPortalParams() [all …]
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port.c | 2577 t_Error errCode; in FM_PORT_Init() local 2584 errCode = FmSpBuildBufferStructure( in FM_PORT_Init() 2589 if (errCode != E_OK) in FM_PORT_Init() 2590 RETURN_ERROR(MAJOR, errCode, NO_MSG); in FM_PORT_Init() 2627 errCode = SetExtBufferPools(p_FmPort); in FM_PORT_Init() 2628 if (errCode) in FM_PORT_Init() 2629 RETURN_ERROR(MAJOR, errCode, NO_MSG); in FM_PORT_Init() 2650 errCode = SetExtBufferPools(p_FmPort); in FM_PORT_Init() 2651 if (errCode) in FM_PORT_Init() 2652 RETURN_ERROR(MAJOR, errCode, NO_MSG); in FM_PORT_Init() [all …]
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 18936 int errCode; /* For sqlite3_recover_errcode() */ member 19054 if( p->errCode==SQLITE_OK ){ in recoverMalloc() 19059 p->errCode = SQLITE_NOMEM; in recoverMalloc() 19080 int errCode, in recoverError() argument 19092 p->errCode = errCode; in recoverError() 19093 return errCode; in recoverError() 19172 if( p->errCode==SQLITE_OK ){ in recoverPrepare() 19197 if( p->errCode==SQLITE_OK ){ in recoverPreparePrintf() 19204 p->errCode = SQLITE_NOMEM; in recoverPreparePrintf() 19224 if( rc!=SQLITE_OK && rc!=SQLITE_CONSTRAINT && p->errCode==SQLITE_OK ){ in recoverReset() [all …]
|
| H A D | sqlite3.c | 18048 int errCode; /* Most recent error code (SQLITE_*) */ member 19092 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */ member 35643 db->errCode = err_code; in sqlite3Error() 35657 db->errCode = SQLITE_OK; in sqlite3ErrorClear() 35705 db->errCode = err_code; in sqlite3ErrorWithMsg() 35784 SQLITE_PRIVATE int sqlite3ErrorToParser(sqlite3 *db, int errCode){ in sqlite3ErrorToParser() argument 35786 if( db==0 || (pParse = db->pParse)==0 ) return errCode; in sqlite3ErrorToParser() 35787 pParse->rc = errCode; in sqlite3ErrorToParser() 35789 return errCode; in sqlite3ErrorToParser() 58714 int errCode; /* One of several kinds of errors */ member [all …]
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_pptp.c | 277 u_int8_t errCode;/* Error Code */ member
|