HomeSort by relevance Sort by last modified time
    Searched refs:os_printf (Results 1 - 15 of 15) sorted by null

  /hardware/ti/wlan/wl1271/utils/
mem.c 118 os_printf ("mem_Alloc(0x%p, %lu) : %u\n", hMem, size, uTotalSize);
158 os_printf ("os_memoryCAlloc(%u, %u) : %u\n", number, size, total);
197 os_printf ("os_memoryFree(%p, %u)\n", ptr, size);
203 os_printf ("os_memoryFree: memory block signature is incorrect - 0x%x\n", pMemBlock->signature);
213 os_printf ("os_memoryFree: memory block corruption, size - %u\n", pMemBlock->size);
224 os_printf ("os_memoryFree: memory heap allocation calculation corrupted, size=%u, current=%u\n",
report.h 449 { os_printf ("%s, %s:", ((TReport *)hReport)->aFileName[__FILE_ID__], ((TReport *)hReport)->aSeverityDesc[level]); os_printf (str); } } while(0)
453 { os_printf ("%s, %s:", ((TReport *)hReport)->aFileName[__FILE_ID__], ((TReport *)hReport)->aSeverityDesc[level]); os_printf (str, p1); } } while(0)
457 { os_printf ("%s, %s:", ((TReport *)hReport)->aFileName[__FILE_ID__], ((TReport *)hReport)->aSeverityDesc[level]); os_printf (str, p1, p2); } } while(0)
461 { os_printf ("%s, %s:", ((TReport *)hReport)->aFileName[__FILE_ID__], ((TReport *)hReport)->aSeverityDesc[level]); os_printf (str, p1, p2, p3); } } while(0)
465 { os_printf ("%s, %s:", ((TReport *)hReport)->aFileName[__FILE_ID__], ((TReport *)hReport)->aSeverityDesc[level]); os_printf (str, p1, p2, p3, p4); } } while(0
    [all...]
  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 210 os_printf("\n failed to make IBSS connection\n");
213 os_printf("\n res = %d\n", res);
281 os_printf("\n *********** Last Packet was sent **********");
296 os_printf("\nFW_DebugSendPacket Error: received NULL parameter\n");
309 os_printf("\nFW_DebugSendPacket: packetsNum = %d, packetLength = %d\n",packetsNum, packetLength);
333 os_printf("\n send loopback start command");
344 os_printf("\n send loopback stop command");
367 os_printf("\n print before compare save buf");
368 os_printf("\n");
370 os_printf(" 0x%02x ",*ptemp++)
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osDebug.h 47 #define PRINT(F, A) IF_TIDEBUG( F ) { os_printf(A); }
48 #define PRINTF(F, A) IF_TIDEBUG( F ) { os_printf A; }
osApi.h 176 void os_printf (const char *format ,...);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c 188 os_printf ("wlanDrvWext_Handler() os_memoryCopyFromUser FAILED !!!\n");
219 os_printf("wlanDrvWext_Handler() os_memoryCopyFromUser 1 FAILED !!!\n");
294 os_printf("wlanDrvWext_Handler() os_memoryCopyToUser FAILED !!!\n");
osmemapi.c 105 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
178 os_printf("MTT:%s:%d ::os_memoryCAlloc(0x%p, %lu, %lu) : %lu\n",__FUNCTION__,__LINE__,OsContext,Number,Size,Number*Size);
228 os_printf("MTT:%s:%d ::os_memoryFree(0x%p, 0x%p, %lu) : %d\n",__FUNCTION__,__LINE__,OsContext,pMemPtr,Size,-Size);
WlanDrvIf.c 412 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n", __FUNCTION__, __LINE__, pInitFiles->uIniFileLength, GFP_KERNEL, pInitFiles->uIniFileLength);
429 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n",
448 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n",
874 os_printf ("MTT:%s:%d ::kmalloc(%lu, %x) : %lu\n", __FUNCTION__, __LINE__, sizeof(TWlanDrvIfObj), GFP_KERNEL, sizeof(TWlanDrvIfObj));
1048 os_printf ("MTT:%s:%d ::kfree(0x%p) : %d\n",
1056 os_printf ("MTT:%s:%d ::kfree(0x%p) : %d\n",
1064 os_printf ("MTT:%s:%d ::kfree(0x%p) : %d\n",
    [all...]
CmdInterpretWext.c 71 #define CHECK_PENDING_RESULT(x,y) if (x == COMMAND_PENDING) { os_printf ("Unexpected COMMAND PENDING result (cmd = 0x%x)\n",y->paramType); break; }
103 os_printf ("cmdInterpret_init: failed to allocate memory...aborting\n");
    [all...]
osapi.c 120 * os_printf()
130 void os_printf(const char *format ,...) function
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connIbss.c 290 os_printf("IBSS selfw_merge_rsnw!!!!!!!!!!\n");
311 os_printf("IBSS rsnw_merge_rsnw!!!!!!!!!!\n");
323 os_printf("IBSS conn_merge_conn!!!!!!!!!!\n");
conn.c 492 os_printf("%s: *** CONN LOST ***\n", __func__);
connInfra.c 687 os_printf("%s: *** NEW CONNECTION ***\n", __func__);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 266 os_printf("cmdPerform: Failed to create signalling object\n");
282 os_printf("cmdPerform: Failed to enqueue new command\n");
DrvMain.c     [all...]

Completed in 441 milliseconds