Lines Matching refs:ALOGE

60 		ALOGE("%s: Failed to create NL socket, err: %d",  in create_nl_socket()
66 ALOGE("%s: Could not connect sock, err: %d", in create_nl_socket()
81 ALOGE("%s: Failed to create exit socket pair", getprogname()); in init_exit_sockets()
107 ALOGE("%s: ctx is NULL: %s", getprogname(), __func__); in exit_cld80211_recv()
152 ALOGE("%s: error_handler received : %d", getprogname(), err->error); in error_handler()
168 ALOGE("%s: %s is NULL", getprogname(), sock?"cb":"sock"); in cld80211_recv_msg()
174 ALOGE("%s: Error :%d while reading nl msg , err: %d", in cld80211_recv_msg()
184 ALOGE("%s: Error reading from socket", getprogname()); in cld80211_handle_event()
187 ALOGE("%s: Remote side hung up", getprogname()); in cld80211_handle_event()
191 ALOGE("%s: Unknown event - %0x", getprogname(), events); in cld80211_handle_event()
254 ALOGE("%s: ctx/mcgroup is NULL: %s", getprogname(), __func__); in cld80211_add_mcast_group()
259 ALOGE("%s: Could not find group %s, errno: %d id: %d", in cld80211_add_mcast_group()
266 ALOGE("%s: Could not add membership to group %s, errno: %d", in cld80211_add_mcast_group()
277 ALOGE("%s: ctx/mcgroup is NULL: %s", getprogname(), __func__); in cld80211_remove_mcast_group()
282 ALOGE("%s: Could not find group %s, errno: %d id: %d", in cld80211_remove_mcast_group()
289 ALOGE("%s: Could not drop membership from group %s, errno: %d," in cld80211_remove_mcast_group()
304 ALOGE("%s: ctx is null: %s", getprogname(), __func__); in cld80211_msg_alloc()
310 ALOGE("%s: Out of memory", getprogname()); in cld80211_msg_alloc()
335 ALOGE("%s: Invalid data from client", getprogname()); in cld80211_send_msg()
341 ALOGE("%s: failed to send msg: %d", getprogname(), err); in cld80211_send_msg()
356 ALOGE("%s: Invalid data from client", getprogname()); in cld80211_send_recv_msg()
385 ALOGE("%s: cld80211: nl_recvmsgs failed: %d", in cld80211_send_recv_msg()
404 ALOGE("%s: Invalid data from client", getprogname()); in cld80211_recv()
433 ALOGE("%s: Error polling socket", getprogname()); in cld80211_recv()
455 ALOGE("%s: Failed to alloc cld80211_ctx", getprogname()); in cld80211_init()
462 ALOGE("%s: Failed to create socket port", getprogname()); in cld80211_init()
468 ALOGE("%s: Could not set nl_socket RX buffer size for sock: %s", in cld80211_init()
475 ALOGE("%s: Could not resolve cld80211 familty id", in cld80211_init()
482 ALOGE("%s: net link family nlctrl is not present: %d err:%d", in cld80211_init()
489 ALOGE("%s: Failed to initialize exit sockets", getprogname()); in cld80211_init()
506 ALOGE("%s: ctx/sock is NULL", getprogname()); in cld80211_deinit()