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

  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
ioctl_init.h 61 #ifndef print_err
62 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg) macro
71 print_err("Error: ConfigManager not STARTED!!\n");\
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
ioctl_init.h 63 #ifndef print_err
64 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg) macro
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
ioctl_init.h 63 #ifndef print_err
64 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg) macro
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ioctl_utils.c 111 print_err("---err(%d) configMgr() = %s\n", err, configMgr_error_desc[i].desc );
115 print_err("---err(%d) configMgr failed\n", err);
126 print_err("print_memory_dump(): buffer too small\n");
osRgstry_parser.c 144 /*print_err("\n...init_config err: delim not found (=): ** %s **\n", buf );*/
186 print_err("\n...init_config: invalid int value for <%s> : %s\n", name, buf );
194 print_err("NdisReadConfiguration(): unknow parameter type %d for %s\n", param_type, name );
216 print_err(" NdisWriteConfiguration(): ** not implemented yet ...\n");
222 print_err(" NdisReadNetworkAddress(): ** not implemented yet ...\n");
esta_drv.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
cli_cu_common.h 77 #ifndef print_err
78 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg) macro
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
cli_cu_common.h 74 #ifndef print_err
75 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg) macro
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
cli_cu_common.h 77 #ifndef print_err
78 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg) macro
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_user.c 92 print_err("**IPC error**\n");
118 print_err("**Socket error**\n");
127 print_err("Max. size for SET_GET ioctl - %u bytes (sizeIn=%u, sizeOut=%u)\n",
133 print_err("IPC_DeviceIoControl: setget_buf is NULL\n");
319 print_err("print_memory_dump(): buffer too small\n");
ipc_event.c 63 print_err("\n---_ipc_EventHandler: ERROR event size - %x\n ",nEvMessageSize);
171 print_err("--- _ipc_EventThread() -ERROR receiving config msg \n");
179 print_err(" ---_ipc_EventThread() cu not a socket: %x \n",serv_sfd);
183 print_err("IPC exits \n");
231 print_err("--Server: error creating socket\n");
244 print_err("--Server: error binding to server socket - err %d(%s)\n", errno, strerror(errno));
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osRgstry_parser.c 148 /*print_err("\n...init_config err: delim not found (=): ** %s **\n", buf );*/
190 print_err("\n...init_config: invalid int value for <%s> : %s\n", name, buf );
198 print_err("NdisReadConfiguration(): unknow parameter type %d for %s\n", param_type, name );
213 print_err(" NdisWriteConfiguration(): ** not implemented yet ...\n");
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osRgstry_parser.c 147 /*print_err("\n...init_config err: delim not found (=): ** %s **\n", buf );*/
189 print_err("\n...init_config: invalid int value for <%s> : %s\n", name, buf );
197 print_err("NdisReadConfiguration(): unknow parameter type %d for %s\n", param_type, name );
212 print_err(" NdisWriteConfiguration(): ** not implemented yet ...\n");
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
host_platform.c 247 print_err("hPlatform_initInterrupt() bad param drv->irq=%d handle_add=0x%x !!!\n",drv->irq,(int)handle_add);
253 print_err("TIWLAN: Failed to register interrupt handler\n");
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
host_platform.c 247 print_err("hPlatform_initInterrupt() bad param drv->irq=%d handle_add=0x%x !!!\n",drv->irq,(int)handle_add);
253 print_err("TIWLAN: Failed to register interrupt handler\n");
  /external/ipsec-tools/src/racoon/
racoonctl.c 217 void print_err __P((caddr_t, int));
1373 print_err(buf, len) function
1587 print_err(buf, len);
    [all...]

Completed in 126 milliseconds