Home
last modified time | relevance | path

Searched refs:OS_TWarning (Results 1 – 25 of 46) sorted by relevance

12

/TwlSDK-5.1.0/build/demos.TWL/snd/extraFunc/src/
Dmain.c290 OS_TWarning("Not initialized.\n"); in CheckResult()
295 OS_TWarning("Invalid parameter.\n"); in CheckResult()
301 OS_TWarning("Overlapped requests.\n"); in CheckResult()
310 OS_TWarning("In unavailable state.\n"); in CheckResult()
316 OS_TWarning("PXI queue full.\n"); in CheckResult()
324 OS_TWarning("Micro controller unusual.\n"); in CheckResult()
333 OS_TWarning("Fatal error.\n"); in CheckResult()
/TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/src/
Dmicex.c50 OS_TWarning("%s: Could not process in exception handler.\n", __FUNCTION__); in MICEXi_StartLimitedSampling()
92 OS_TWarning("%s: Illegal desination buffer size. (%d)\n", __FUNCTION__, param->size); in MICEXi_StartLimitedSamplingAsync()
100 OS_TWarning("%s: Destination buffer (%p - %p) is not aligned on %d bytes boundary.\n", in MICEXi_StartLimitedSamplingAsync()
128 OS_TWarning("%s: Illegal sampling type. (%d)\n", __FUNCTION__, param->type); in MICEXi_StartLimitedSamplingAsync()
142 OS_TWarning("%s: Illegal sampling rate. (%d)\n", __FUNCTION__, param->rate); in MICEXi_StartLimitedSamplingAsync()
200 OS_TWarning("%s: Could not process in exception handler.\n", __FUNCTION__); in MICEXi_StopLimitedSampling()
273 OS_TWarning("%s: Could not process in exception handler.\n", __FUNCTION__); in MICEXi_AdjustLimitedSampling()
318 OS_TWarning("%s: Illegal sampling rate. (%d)\n", __FUNCTION__, rate); in MICEXi_AdjustLimitedSamplingAsync()
/TwlSDK-5.1.0/build/demos.TWL/spi/mic-3/src/
Dmain.c237 OS_TWarning("Retry count overflow.\n"); in StartSampling()
240 OS_TWarning("Already started sampling.\n"); in StartSampling()
243 OS_TWarning("Illegal parameter to start automatic sampling.\n"); in StartSampling()
282 OS_TWarning("Retry count overflow.\n"); in StopSampling()
321 OS_TWarning("Retry count overflow.\n"); in AdjustSampling()
324 OS_TWarning("Illegal parameter to adjust automatic sampling rate.\n"); in AdjustSampling()
364 OS_TWarning("Retry count overflow.\n"); in GetI2SFrequency()
368 OS_TWarning("Illegal state to get I2S frequency.\n"); in GetI2SFrequency()
408 OS_TWarning("Retry count overflow.\n"); in SetI2SFrequency()
412 OS_TWarning("Illegal state to set I2S frequency.\n"); in SetI2SFrequency()
[all …]
/TwlSDK-5.1.0/build/demos.TWL/snd/ignoreHWVolumeDemo/src/
Dmain.c333 OS_TWarning("Not initialized.\n"); in CheckResult()
338 OS_TWarning("Invalid parameter.\n"); in CheckResult()
344 OS_TWarning("Overlapped requests.\n"); in CheckResult()
353 OS_TWarning("In unavailable state.\n"); in CheckResult()
359 OS_TWarning("PXI queue full.\n"); in CheckResult()
367 OS_TWarning("Micro controller unusual.\n"); in CheckResult()
376 OS_TWarning("Fatal error.\n"); in CheckResult()
/TwlSDK-5.1.0/build/demos.TWL/snd/IIRFilterdemo/src/
Dmain.c360 OS_TWarning("Not initialized.\n"); in CheckResult()
365 OS_TWarning("Invalid parameter.\n"); in CheckResult()
371 OS_TWarning("Overlapped requests.\n"); in CheckResult()
380 OS_TWarning("In unavailable state.\n"); in CheckResult()
386 OS_TWarning("PXI queue full.\n"); in CheckResult()
394 OS_TWarning("Micro controller unusual.\n"); in CheckResult()
403 OS_TWarning("Fatal error.\n"); in CheckResult()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_ownerInfoEx.c259 OS_TWarning("Invalid pointer to Application rating information.\n"); in OSi_IsParentalControledAppCore()
267OS_TWarning("Application doesn't have rating information for the organization.\n"); in OSi_IsParentalControledAppCore()
289 OS_TWarning("Invalid rating organization index (%d) in LCFG.\n", p->ogn); in OSi_IsParentalControledAppCore()
518 OS_TWarning("Invalide region code.(%d)", region); in OSi_GetRegionCodeA3_ltdmain()
568 OS_TWarning("Invalid country code(%d)\n", twlCountry); in OS_GetISOCountryCodeA2()
/TwlSDK-5.1.0/build/demos.TWL/spi/spiMonkey3/src/
Dmain.c340 OS_TWarning("Retry count overflow.\n"); in StartMicSampling()
343 OS_TWarning("Already started sampling.\n"); in StartMicSampling()
346 OS_TWarning("Illegal parameter to start automatic sampling.\n"); in StartMicSampling()
385 OS_TWarning("Retry count overflow.\n"); in StopMicSampling()
424 OS_TWarning("Retry count overflow.\n"); in AdjustMicSampling()
427 OS_TWarning("Illegal parameter to adjust automatic sampling rate.\n"); in AdjustMicSampling()
467 OS_TWarning("Retry count overflow.\n"); in GetI2SFrequency()
471 OS_TWarning("Illegal state to get I2S frequency.\n"); in GetI2SFrequency()
511 OS_TWarning("Retry count overflow.\n"); in SetI2SFrequency()
515 OS_TWarning("Illegal state to set I2S frequency.\n"); in SetI2SFrequency()
[all …]
/TwlSDK-5.1.0/build/demos.TWL/spi/mic-4/src/
Dmain.c280 OS_TWarning("Retry count overflow.\n"); in StartSampling()
283 OS_TWarning("Already started sampling.\n"); in StartSampling()
286 OS_TWarning("Illegal parameter to start automatic sampling.\n"); in StartSampling()
325 OS_TWarning("Retry count overflow.\n"); in StopSampling()
365 OS_TWarning("Retry count overflow.\n"); in GetI2SFrequency()
369 OS_TWarning("Illegal state to get I2S frequency.\n"); in GetI2SFrequency()
409 OS_TWarning("Retry count overflow.\n"); in SetI2SFrequency()
413 OS_TWarning("Illegal state to set I2S frequency.\n"); in SetI2SFrequency()
416 OS_TWarning("Could not set I2S frequency into %d.\n", freq); in SetI2SFrequency()
/TwlSDK-5.1.0/build/demos.TWL/snd/IIRFilterdemo-mic/src/
Dmain.c311 OS_TWarning("Retry count overflow.\n"); in StartSampling()
314 OS_TWarning("Already started sampling.\n"); in StartSampling()
317 OS_TWarning("Illegal parameter to start automatic sampling.\n"); in StartSampling()
356 OS_TWarning("Retry count overflow.\n"); in StopSampling()
396 OS_TWarning("Retry count overflow.\n"); in GetI2SFrequency()
400 OS_TWarning("Illegal state to get I2S frequency.\n"); in GetI2SFrequency()
440 OS_TWarning("Retry count overflow.\n"); in SetI2SFrequency()
444 OS_TWarning("Illegal state to set I2S frequency.\n"); in SetI2SFrequency()
447 OS_TWarning("Could not set I2S frequency into %d.\n", freq); in SetI2SFrequency()
/TwlSDK-5.1.0/build/demos/spi/pmAmpGain/src/
Dmain.c303 OS_TWarning("%s: Retry count overflow.\n", __FUNCTION__); in GetI2SFrequency()
307 OS_TWarning("%s: Illegal state to get I2S frequency.\n", __FUNCTION__); in GetI2SFrequency()
353 OS_TWarning("%s: Retry count overflow.\n", __FUNCTION__); in StartMicSampling()
356 OS_TWarning("%s: Already started sampling.\n", __FUNCTION__); in StartMicSampling()
359 OS_TWarning("%s: Illegal parameter to start automatic sampling.\n", __FUNCTION__); in StartMicSampling()
/TwlSDK-5.1.0/build/demos.TWL/spi/pmAmpGainLevel/src/
Dmain.c412 OS_TWarning("%s: Retry count overflow.\n", __FUNCTION__); in GetI2SFrequency()
416 OS_TWarning("%s: Illegal state to get I2S frequency.\n", __FUNCTION__); in GetI2SFrequency()
457 OS_TWarning("%s: Retry count overflow.\n", __FUNCTION__); in StartMicSampling()
460 OS_TWarning("%s: Already started sampling.\n", __FUNCTION__); in StartMicSampling()
463 OS_TWarning("%s: Illegal parameter to start automatic sampling.\n", __FUNCTION__); in StartMicSampling()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dimport.c45 OS_TWarning("EL_GetGlobalAdr failed: %s", entries[i].fn); in EL_LoadImportTable()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c150 OS_TWarning("\"%s\" is already obsolete. " in MBi_AdjustSegmentMapForCloneboot()
483 OS_TWarning("MB has not started yet. Cannot Register File\n"); in MB_RegisterFile()
490 OS_TWarning("The number of registered files has exceeded.\n"); in MB_RegisterFile()
516 OS_TWarning("Too many Files! \"%s\"\n", game_reg->gameNamep); in MB_RegisterFile()
537 OS_TWarning("Cannot make block information!\n"); in MB_RegisterFile()
617 OS_TWarning("Registerd File ID does not correspond with File ID in Registry List.\n"); in MB_UnregisterFile()
625 OS_TWarning("Cannot find corresponding GameRegistry\n"); in MB_UnregisterFile()
633 OS_TWarning("Cannot delete GameInfo %s\n", in MB_UnregisterFile()
Dmb_task.c202 OS_TWarning("MBi_SetTask() ignored... (task-thread is not available now)"); in MBi_SetTask()
207 OS_TWarning("MBi_SetTask() ignored... (specified structure is busy)"); in MBi_SetTask()
Dmb_child.c523 OS_TWarning("The received DownloadFileInfo is illegal.\n"); in MBi_CommChildRecvData()
562 OS_TWarning("Illegal Number of Block! [%d]\n", block_num); in MBi_CommChildRecvData()
574 OS_TWarning("The illegal block No.[%d] has been received! (maxnum %d)\n", in MBi_CommChildRecvData()
583 OS_TWarning("Received File ID [%d] differs from what was requested!\n", hd.fid); in MBi_CommChildRecvData()
591 OS_TWarning("The receive address of Block No.%d is illegal. [%08x - %08x]\n", in MBi_CommChildRecvData()
Dmb_wm_base.c138 OS_TWarning("No Available Scan channel\n"); in changeScanChannel()
1144 OS_TWarning("MB Parent send buffer size is out of the range.[%3d - %3d Bytes]\n", in MBi_IsCommSizeValid()
1152 OS_TWarning in MBi_IsCommSizeValid()
1164 OS_TWarning("These send receive sizes require lower than %4dusec\n" in MBi_IsCommSizeValid()
1180 OS_TWarning("MB has Already started\n"); in MB_SetParentCommParam()
1189 OS_TWarning("MP data sizes have not changed\n"); in MB_SetParentCommParam()
1246 OS_TWarning("WM_Initialize failed!\n"); in MBi_StartCommon()
1472 OS_TWarning("MB_DisconnectChild failed disconnect child %d\n", aid); in MB_DisconnectChild()
1477 OS_TWarning("Disconnected Illegal AID No. ---> %2d\n", aid); in MB_DisconnectChild()
/TwlSDK-5.1.0/build/libraries/rtc/ARM9/src/
Dswclock.c208 OS_TWarning("RTC_SyncSWClock() failed at sleep callback. Retry... \n"); in RtcSleepCallbackForSyncSWClock()
/TwlSDK-5.1.0/include/nitro/os/common/
Dprintf.h130 #define OS_TWarning( ... ) OSi_TWarning( __FILE__, __LINE__, __VA_ARGS__ ); macro
169 #define OS_TWarning( ... ) ((void)0) macro
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c696 OS_TWarning("FS is not initialized yet.\n"); in DSP_ExecuteProcess()
709 OS_TWarning("you should check wram\n"); in DSP_ExecuteProcess()
992OS_TWarning("slot:%d for DSP:%05X is now used by someone.\n", slot, segment * DSP_WRAM_SLOT_SIZE); in DSP_IsProcessMemoryReady()
1005OS_TWarning("slot:%d for DSP:%05X is now used by someone.\n", slot, segment * DSP_WRAM_SLOT_SIZE); in DSP_IsProcessMemoryReady()
1168 OS_TWarning("FS is not initialized yet.\n"); in DSP_StartupProcess()
1176 OS_TWarning("you should check wram\n"); in DSP_StartupProcess()
/TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/
Dmain.c219 OS_TWarning("Already started sampling.\n"); in TwlMain()
224 OS_TWarning("Illegal parameter to start automatic sampling.\n"); in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c65 OS_TWarning("cannot use HostI/O on this link-time environment.\n"); in ISTDHIOOpen()
766 OS_TWarning("cannot use HostI/O on this compile-time environment.\n"); in DEMOMountHostIO()
774 OS_TWarning("cannot use HostI/O on this run-time environment.\n"); in DEMOMountHostIO()
781 OS_TWarning("failed to open HostI/O device.\n"); in DEMOMountHostIO()
/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Dprocess.h264 OS_TWarning("FS is not initialized yet.\n"); in DSPi_CreateMemoryFile()
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_standard.c453 OS_TWarning("User gameInfo length must be less than %d .\n", WM_SIZE_USER_GAMEINFO); in WmCheckParentParameter()
459 OS_TWarning("Beacon send period must be between 10 and 1000 .\n"); in WmCheckParentParameter()
465 OS_TWarning("Channel must be between 1 and 14 .\n"); in WmCheckParentParameter()
/TwlSDK-5.1.0/build/demos/os/entropy-1/src/
Dmain.c104 OS_TWarning("failed to check I2C-master frequency.\n"); in NitroMain()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_archive.c140 OS_TWarning("WFS-Client has been finalized. (all the commands will fail)\n"); in WFSi_EmptyArchiveProc()

12