Home
last modified time | relevance | path

Searched refs:errCode (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c257 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
312 RETURN_ERROR(MAJOR, errCode, NO_MSG); in BmUnSetPoolThresholds()
354 t_Error errCode = E_OK; in BmGetCounter() local
370 REPORT_ERROR(MAJOR, errCode, NO_MSG); in BmGetCounter()
374 errCode = E_INVALID_VALUE; in BmGetCounter()
376 if (errCode == E_OK) in BmGetCounter()
413 t_Error errCode = E_OK; in BmGetRevision() local
[all …]
H A Dbm.h361 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()
/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_mem.c244 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 Dmm.c1015 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()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c346 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()
401 t_Error errCode = E_OK; in QmGetRevision() local
414 RETURN_ERROR(MAJOR, errCode, NO_MSG); in QmGetRevision()
466 t_Error errCode; in QmGetSetPortalParams() local
486 RETURN_ERROR(MAJOR, errCode, NO_MSG); in QmGetSetPortalParams()
523 t_Error errCode = E_OK; in QmFqidGet() local
543 if ((errCode != E_OK) || in QmFqidGet()
602 t_Error errCode = E_OK; in QmFqidPut() local
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2577 t_Error errCode; in FM_PORT_Init() local
2589 if (errCode != E_OK) in FM_PORT_Init()
2628 if (errCode) in FM_PORT_Init()
2651 if (errCode) in FM_PORT_Init()
2671 if (errCode != E_OK) in FM_PORT_Init()
2696 if (errCode) in FM_PORT_Init()
2706 if (errCode != E_OK) in FM_PORT_Init()
4168 t_Error errCode; in FM_PORT_GetCounter() local
4200 if (errCode != E_OK) in FM_PORT_GetCounter()
4256 t_Error errCode; in FM_PORT_ModifyCounter() local
[all …]
/f-stack/freebsd/netinet/libalias/
H A Dalias_pptp.c286 u_int8_t errCode;/* Error Code */ member