Home
last modified time | relevance | path

Searched refs:__func__ (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/external/openssh/
Dmonitor_wrap.c93 fatal("%s: no log channel", __func__); in mm_log_handler()
96 fatal("%s: sshbuf_new failed", __func__); in mm_log_handler()
101 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in mm_log_handler()
103 fatal("%s: bad length %zu", __func__, len); in mm_log_handler()
107 fatal("%s: write: %s", __func__, strerror(errno)); in mm_log_handler()
127 debug3("%s entering: type %d", __func__, type); in mm_request_send()
130 fatal("%s: bad length %zu", __func__, mlen); in mm_request_send()
134 fatal("%s: write: %s", __func__, strerror(errno)); in mm_request_send()
136 fatal("%s: write: %s", __func__, strerror(errno)); in mm_request_send()
146 debug3("%s entering", __func__); in mm_request_receive()
[all …]
Dsk-usbhid.c135 skdebug(__func__, "fido_dev_info_new failed"); in pick_first_device()
139 skdebug(__func__, "fido_dev_info_manifest failed: %s", in pick_first_device()
144 skdebug(__func__, "fido_dev_info_manifest bad len %zu", olen); in pick_first_device()
149 skdebug(__func__, "fido_dev_info_path failed"); in pick_first_device()
166 skdebug(__func__, "fido_assert_new failed"); in try_device()
171 skdebug(__func__, "fido_assert_set_clientdata_hash: %s", in try_device()
176 skdebug(__func__, "fido_assert_set_rp: %s", fido_strerr(r)); in try_device()
181 skdebug(__func__, "fido_assert_allow_cred: %s", fido_strerr(r)); in try_device()
185 skdebug(__func__, "fido_assert_up: %s", fido_strerr(r)); in try_device()
189 skdebug(__func__, "fido_dev_get_assert: %s", fido_strerr(r)); in try_device()
[all …]
Dmux.c197 debug3("%s: entering for channel %d", __func__, cid); in mux_master_session_cleanup_cb()
199 fatal("%s: channel_by_id(%i) == NULL", __func__, cid); in mux_master_session_cleanup_cb()
203 __func__, c->self, c->ctl_chan); in mux_master_session_cleanup_cb()
219 debug3("%s: entering for channel %d", __func__, cid); in mux_master_control_cleanup_cb()
221 fatal("%s: channel_by_id(%i) == NULL", __func__, cid); in mux_master_control_cleanup_cb()
225 __func__, c->self, c->remote_id); in mux_master_control_cleanup_cb()
231 debug2("%s: channel %d: not open", __func__, sc->self); in mux_master_control_cleanup_cb()
254 error("%s: name '%.100s...' too long", __func__, env); in env_permitted()
276 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self); in mux_master_process_hello()
278 error("%s: HELLO received twice", __func__); in mux_master_process_hello()
[all …]
Dmonitor.c312 debug3("%s: method %s: partial", __func__, in monitor_child_preauth()
322 __func__, ent->type); in monitor_child_preauth()
333 __func__); in monitor_child_preauth()
355 fatal("%s: authenticated invalid user", __func__); in monitor_child_preauth()
357 fatal("%s: authentication method name unknown", __func__); in monitor_child_preauth()
360 __func__, authctxt->user); in monitor_child_preauth()
429 fatal("%s: sshbuf_new", __func__); in monitor_read_log()
433 fatal("%s: reserve: %s", __func__, ssh_err(r)); in monitor_read_log()
437 debug("%s: child log fd closed", __func__); in monitor_read_log()
442 fatal("%s: log fd read: %s", __func__, strerror(errno)); in monitor_read_log()
[all …]
Dsandbox-systrace.c104 debug3("%s: preparing systrace sandbox", __func__); in ssh_sandbox_init()
116 debug3("%s: ready", __func__); in ssh_sandbox_child()
119 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid()); in ssh_sandbox_child()
120 debug3("%s: started", __func__); in ssh_sandbox_child()
132 debug3("%s: wait for child %ld", __func__, (long)child_pid); in ssh_sandbox_parent()
140 __func__, WTERMSIG(status)); in ssh_sandbox_parent()
143 __func__, WEXITSTATUS(status)); in ssh_sandbox_parent()
144 fatal("%s: child not stopped", __func__); in ssh_sandbox_parent()
146 debug3("%s: child %ld stopped", __func__, (long)child_pid); in ssh_sandbox_parent()
151 fatal("%s: open(\"/dev/systrace\"): %s", __func__, in ssh_sandbox_parent()
[all …]
Dssh-sk-client.c63 error("%s: helper \"%s\" unusable: %s", __func__, helper, in start_helper()
90 error("%s: dup2: %s", __func__, ssh_err(r)); in start_helper()
96 debug("%s: starting %s %s", __func__, helper, in start_helper()
99 error("%s: execlp: %s", __func__, strerror(errno)); in start_helper()
105 debug3("%s: started pid=%ld", __func__, (long)pid); in start_helper()
117 debug3("%s: pid=%ld", __func__, (long)pid); in reap_helper()
126 error("%s: waitpid: %s", __func__, strerror(errno)); in reap_helper()
131 error("%s: helper exited abnormally", __func__); in reap_helper()
134 error("%s: helper exited with non-zero exit status", __func__); in reap_helper()
164 error("%s: build: %s", __func__, ssh_err(r)); in client_converse()
[all …]
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_nopfuncs.c55 warning(__func__); in nop_glBindMultiTextureEXT()
61 warning(__func__); in nop_glColor3hNV()
67 warning(__func__); in nop_glColor3hvNV()
73 warning(__func__); in nop_glColor4hNV()
79 warning(__func__); in nop_glColor4hvNV()
85 warning(__func__); in nop_glDisableClientStateIndexedEXT()
91 warning(__func__); in nop_glEnableClientStateIndexedEXT()
97 warning(__func__); in nop_glFogCoordhNV()
103 warning(__func__); in nop_glFogCoordhvNV()
109 warning(__func__); in nop_glGetNamedBufferParameterivEXT()
[all …]
/external/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c52 lwsl_err("%s: lws_genaes_create failed\n", __func__); in test_genaes_cbc()
58 lwsl_err("%s: lws_genaes_crypt failed\n", __func__); in test_genaes_cbc()
63 lwsl_err("%s: lws_genaes_destroy enc failed\n", __func__); in test_genaes_cbc()
68 lwsl_err("%s: lws_genaes_crypt encoding mismatch\n", __func__); in test_genaes_cbc()
75 lwsl_err("%s: lws_genaes_create dec failed\n", __func__); in test_genaes_cbc()
81 lwsl_err("%s: lws_genaes_crypt dec failed\n", __func__); in test_genaes_cbc()
86 lwsl_err("%s: lws_genaes_destroy dec failed\n", __func__); in test_genaes_cbc()
92 lwsl_err("%s: lws_genaes_crypt decoding mismatch\n", __func__); in test_genaes_cbc()
139 lwsl_err("%s: lws_genaes_create failed\n", __func__); in test_genaes_cfb128()
145 lwsl_err("%s: lws_genaes_crypt failed\n", __func__); in test_genaes_cfb128()
[all …]
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
Dmain.c26 lwsl_err("%s: Failed to create dsh\n", __func__); in test1()
32 lwsl_err("%s: Failed to alloc 1\n", __func__); in test1()
38 lwsl_err("%s: Failed to alloc 2\n", __func__); in test1()
44 lwsl_err("%s: Failed to alloc 3\n", __func__); in test1()
50 lwsl_err("%s: no head 1\n", __func__); in test1()
55 lwsl_err("%s: test 1 mismatch\n", __func__); in test1()
62 lwsl_err("%s: no head 2\n", __func__); in test1()
67 lwsl_err("%s: test 2 mismatch\n", __func__); in test1()
74 lwsl_err("%s: no head 3\n", __func__); in test1()
79 lwsl_err("%s: test 3 mismatch\n", __func__); in test1()
[all …]
/external/clang/test/CodeGenObjC/
Dpredefined-expr.m3 // CHECK: @"__func__.-[Foo instanceTest1]" = private unnamed_addr constant [21 x i8] c"-[Foo instan…
4 // CHECK: @"__func__.-[Foo instanceTest2:]" = private unnamed_addr constant [22 x i8] c"-[Foo insta…
5 // CHECK: @"__func__.-[Foo instanceTest3:withB:]" = private unnamed_addr constant [28 x i8] c"-[Foo…
6 // CHECK: @"__func__.-[Foo instanceTest4]" = private unnamed_addr constant [21 x i8] c"-[Foo instan…
7 // CHECK: @"__func__.+[Foo classTest1]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest…
8 // CHECK: @"__func__.+[Foo classTest2:]" = private unnamed_addr constant [19 x i8] c"+[Foo classTes…
9 // CHECK: @"__func__.+[Foo classTest3:withB:]" = private unnamed_addr constant [25 x i8] c"+[Foo cl…
10 // CHECK: @"__func__.+[Foo classTest4]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest…
11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42…
12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x …
[all …]
/external/llvm-project/clang/test/CodeGenObjC/
Dpredefined-expr.m3 // CHECK: @"__func__.-[Foo instanceTest1]" = private unnamed_addr constant [21 x i8] c"-[Foo instan…
4 // CHECK: @"__func__.-[Foo instanceTest2:]" = private unnamed_addr constant [22 x i8] c"-[Foo insta…
5 // CHECK: @"__func__.-[Foo instanceTest3:withB:]" = private unnamed_addr constant [28 x i8] c"-[Foo…
6 // CHECK: @"__func__.-[Foo instanceTest4]" = private unnamed_addr constant [21 x i8] c"-[Foo instan…
7 // CHECK: @"__func__.+[Foo classTest1]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest…
8 // CHECK: @"__func__.+[Foo classTest2:]" = private unnamed_addr constant [19 x i8] c"+[Foo classTes…
9 // CHECK: @"__func__.+[Foo classTest3:withB:]" = private unnamed_addr constant [25 x i8] c"+[Foo cl…
10 // CHECK: @"__func__.+[Foo classTest4]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest…
11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42…
12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x …
[all …]
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c80 lwsl_notice("%s: Failed to decode JWK test key\n", __func__); in test_jwe_a1()
88 lwsl_err("%s: lws_jws_compact_decode failed\n", __func__); in test_jwe_a1()
96 __func__); in test_jwe_a1()
104 lwsl_err("%s: plaintext AES decrypt wrong\n", __func__); in test_jwe_a1()
121 lwsl_notice("%s: Failed to decode JWK test key\n", __func__); in test_jwe_a1()
149 lwsl_notice("%s: Not enough temp space for ptext\n", __func__); in test_jwe_a1()
167 lwsl_err("%s: lws_jwe_encrypt failed\n", __func__); in test_jwe_a1()
173 __func__, n); in test_jwe_a1()
190 lwsl_err("%s: lws_jws_compact_decode failed\n", __func__); in test_jwe_a1()
196 lwsl_notice("%s: Failed to decode JWK test key\n", __func__); in test_jwe_a1()
[all …]
Djws.c52 lwsl_err("%s: concat_map failed\n", __func__); in test_jws_none()
58 lwsl_err("%s: jose b64 decode wrong\n", __func__); in test_jws_none()
67 lwsl_err("%s: JOSE parse failed\n", __func__); in test_jws_none()
73 lwsl_err("%s: JOSE header has wrong alg\n", __func__); in test_jws_none()
80 lwsl_err("%s: payload b64 decode wrong\n", __func__); in test_jws_none()
92 lwsl_err("%s: selftest failed ++++++++++++++++++++\n", __func__); in test_jws_none()
94 lwsl_notice("%s: selftest OK\n", __func__); in test_jws_none()
136 lwsl_err("%s: JOSE parse failed\n", __func__); in test_jws_HS256()
142 lwsl_err("%s: JOSE header has wrong alg\n", __func__); in test_jws_HS256()
153 lwsl_err("%s: unexpected kty %d\n", __func__, jwk.kty); in test_jws_HS256()
[all …]
/external/clang/test/CodeGenCXX/
Dpredefined-expr.cpp108 printf("__func__ %s\n", __func__); in topLevelNamespaceFunction()
119 printf("__func__ %s\n", __func__); in anonymousNamespaceFunction()
133 printf("__func__ %s\n", __func__); in classTemplateFunction()
142 printf("__func__ %s\n", __func__); in staticFunction()
148 printf("__func__ %s\n", __func__);
154 printf("__func__ %s\n", __func__); in virtualFunction()
160 printf("__func__ %s\n", __func__); in functionWithParameters()
166 printf("__func__ %s\n", __func__); in functionReturningClass()
173 printf("__func__ %s\n", __func__); in variadicFunction()
179 printf("__func__ %s\n", __func__); in withTemplateParameter1()
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dpredefined-expr.cpp108 printf("__func__ %s\n", __func__); in topLevelNamespaceFunction()
119 printf("__func__ %s\n", __func__); in anonymousNamespaceFunction()
133 printf("__func__ %s\n", __func__); in classTemplateFunction()
142 printf("__func__ %s\n", __func__); in staticFunction()
148 printf("__func__ %s\n", __func__);
154 printf("__func__ %s\n", __func__); in virtualFunction()
160 printf("__func__ %s\n", __func__); in functionWithParameters()
166 printf("__func__ %s\n", __func__); in functionReturningClass()
173 printf("__func__ %s\n", __func__); in variadicFunction()
179 printf("__func__ %s\n", __func__); in withTemplateParameter1()
[all …]
/external/v4l2_codec2/plugin_store/
DH2BGraphicBufferProducer.cpp45 ALOGE("%s(): transaction failed: %s", __func__, transResult.description().c_str()); in requestBuffer()
49 ALOGE("%s(): corrupted transaction.", __func__); in requestBuffer()
53 ALOGD("%s() failed: %d", __func__, status); in requestBuffer()
64 ALOGE("%s(): transaction failed: %s", __func__, transResult.description().c_str()); in setMaxDequeuedBufferCount()
68 ALOGE("%s(): corrupted transaction.", __func__); in setMaxDequeuedBufferCount()
72 ALOGD("%s() failed: %d", __func__, status); in setMaxDequeuedBufferCount()
103 ALOGE("%s(): transaction failed: %s", __func__, transResult.description().c_str()); in dequeueBuffer()
107 ALOGE("%s(): corrupted transaction.", __func__); in dequeueBuffer()
121 ALOGD("%s() failed: %d", __func__, status); in dequeueBuffer()
131 ALOGE("%s(): transaction failed: %s", __func__, transResult.description().c_str()); in detachBuffer()
[all …]
/external/clang/test/SemaCXX/
Dpredefined-expr.cpp6 static_assert(sizeof(__func__) == 4, "foo"); in foo()
13 static_assert(sizeof(__func__) == 4, "bar"); in bar()
22 static_assert(sizeof(__func__) == 4, "baz"); in baz()
27 static_assert(sizeof(__func__) == 11, "operator()"); in baz()
36 static_assert(sizeof(__func__) == 27, "___Z3bazIiEiv_block_invoke"); in baz()
44 static_assert(sizeof(__func__) == 4, "baz"); in baz()
53 static_assert(sizeof(__func__) == 5, "main"); in main()
58 static_assert(sizeof(__func__) == 11, "operator()"); in main()
67 static_assert(sizeof(__func__) == 20, "__main_block_invoke"); in main()
75 static_assert(sizeof(__func__) == 5, "main"); in main()
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dpredefined-expr.cpp6 static_assert(sizeof(__func__) == 4, "foo"); in foo()
13 static_assert(sizeof(__func__) == 4, "bar"); in bar()
22 static_assert(sizeof(__func__) == 4, "baz"); in baz()
27 static_assert(sizeof(__func__) == 11, "operator()"); in baz()
36 static_assert(sizeof(__func__) == 17, "baz_block_invoke"); in baz()
43 static_assert(sizeof(__func__) == 4, "baz"); in baz()
52 static_assert(sizeof(__func__) == 5, "main"); in main()
57 static_assert(sizeof(__func__) == 11, "operator()"); in main()
66 static_assert(sizeof(__func__) == 18, "main_block_invoke"); in main()
73 static_assert(sizeof(__func__) == 5, "main"); in main()
[all …]
/external/libwebsockets/lib/roles/mqtt/
Dmqtt.c223 lwsl_debug("%s: ep %p: state %d -> %d\n", __func__, c, c->estate, s); in lws_mqttc_state_transition()
267 lwsl_err("%s: MQTT_ESTABLISHED failed\n", __func__); in lws_mqtt_set_client_established()
312 __func__, mysub, mqtt); in lws_mqtt_create_sub()
325 __func__, mqtt); in lws_mqtt_client_remove_subs()
336 __func__, temp, mqtt); in lws_mqtt_client_remove_subs()
362 lwsl_debug("%s: %d, len = %d\n", __func__, par->state, (int)len); in _lws_mqtt_rx_parser()
376 __func__); in _lws_mqtt_rx_parser()
390 __func__, wsi, par->packet_type_flags, n, (int)len + 1); in _lws_mqtt_rx_parser()
396 __func__, par->packet_type_flags >> 4, in _lws_mqtt_rx_parser()
406 lwsl_debug("%s: received CONNECT pkt\n", __func__); in _lws_mqtt_rx_parser()
[all …]
/external/openssh/openbsd-compat/
Dport-linux.c83 "security_getenforce() failed", __func__); in ssh_selinux_getctxbyname()
86 "context for %s", __func__, pwname); in ssh_selinux_getctxbyname()
92 __func__, pwname); in ssh_selinux_getctxbyname()
113 debug3("%s: setting execution context", __func__); in ssh_selinux_setup_exec_context()
119 fatal("%s: security_getenforce() failed", __func__); in ssh_selinux_setup_exec_context()
122 "context for %s", __func__, pwname); in ssh_selinux_setup_exec_context()
126 "for %s (in enforcing mode)", __func__, pwname); in ssh_selinux_setup_exec_context()
132 debug3("%s: done", __func__); in ssh_selinux_setup_exec_context()
147 debug3("%s: setting TTY context on %s", __func__, tty); in ssh_selinux_setup_pty()
154 error("%s: getfilecon: %s", __func__, strerror(errno)); in ssh_selinux_setup_pty()
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
Dminimal-secure-streams.c192 lwsl_user("%s: len %d, flags: %d\n", __func__, (int)len, flags); in myss_rx()
224 lwsl_user("%s: %s, ord 0x%x\n", __func__, lws_ss_state_name(state), in myss_state()
275 lwsl_notice("%s: LWSSEQ_CREATED\n", __func__); in min_sec_str_sequencer_cb()
301 __func__); in min_sec_str_sequencer_cb()
308 lwsl_notice("%s: LWSSEQ_DESTROYED\n", __func__); in min_sec_str_sequencer_cb()
323 lwsl_info("%s: seq LWSSSCS_CREATING\n", __func__); in min_sec_str_sequencer_cb()
327 lwsl_info("%s: seq LWSSSCS_DISCONNECTED\n", __func__); in min_sec_str_sequencer_cb()
330 lwsl_info("%s: seq LWSSSCS_UNREACHABLE\n", __func__); in min_sec_str_sequencer_cb()
333 lwsl_info("%s: seq LWSSSCS_AUTH_FAILED\n", __func__); in min_sec_str_sequencer_cb()
336 lwsl_info("%s: seq LWSSSCS_CONNECTED\n", __func__); in min_sec_str_sequencer_cb()
[all …]
/external/libwebsockets/lib/plat/unix/
Dunix-caps.c73 lwsl_err("%s: unknown group '%s'\n", __func__, colon); in lws_plat_user_colon_group_to_ids()
81 lwsl_err("%s: unknown group '%s'\n", __func__, u); in lws_plat_user_colon_group_to_ids()
102 lwsl_info("%s: group %s -> gid %u\n", __func__, in lws_plat_drop_app_privileges()
106 lwsl_err("%s: unknown groupname '%s'\n", __func__, in lws_plat_drop_app_privileges()
121 lwsl_info("%s: username %s -> uid %u\n", __func__, in lws_plat_drop_app_privileges()
124 lwsl_err("%s: unknown username %s\n", __func__, in lws_plat_drop_app_privileges()
141 __func__, context->gid); in lws_plat_drop_app_privileges()
147 lwsl_err("%s: setgid: %s failed\n", __func__, in lws_plat_drop_app_privileges()
153 lwsl_notice("%s: effective group '%s'\n", __func__, in lws_plat_drop_app_privileges()
156 lwsl_info("%s: not changing group\n", __func__); in lws_plat_drop_app_privileges()
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/
Dsecurity_engine.c158 __func__); in tegra_se_operation_complete()
173 "idle state timeout.\n", __func__); in tegra_se_operation_complete()
188 ERROR("%s: SE write over AHB timeout.\n", __func__); in tegra_se_operation_complete()
197 ERROR("%s: error during SE operation! 0x%x", __func__, val); in tegra_se_operation_complete()
226 ERROR("%s: ERR: SE status is not idle!\n", __func__); in tegra_se_operation_prepare()
259 __func__); in tegra_se_context_save_atomic()
296 __func__, blk_count_limit, val); in tegra_se_context_save_atomic()
415 ERROR("%s: ERR: context save buffer NULL pointer!\n", __func__); in tegra_se_lp_generate_random_data()
512 ERROR("%s: ERR: context save buffer NULL pointer!\n", __func__); in tegra_se_lp_sticky_bits_context_save()
546 ERROR("%s: ERR: context save buffer NULL pointer!\n", __func__); in tegra_se_aeskeytable_context_save()
[all …]
/external/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
Dminimal-mqtt-client-multi.c136 lwsl_err("%s: Client Connect Failed\n", __func__); in connect_client()
149 lwsl_notice("%s: item %d\n", __func__, (int)(item - &items[0])); in start_conn()
197 lwsl_err("%s: CLIENT_CONNECTION_ERROR: %s\n", __func__, in callback_mqtt()
205 lwsl_user("%s: item %d: CLIENT_CLOSED %p\n", __func__, (int)(item - &items[0]), wsi); in callback_mqtt()
212 lwsl_user("%s: MQTT_CLIENT_ESTABLISHED: %p\n", __func__, wsi); in callback_mqtt()
218 lwsl_user("%s: MQTT_SUBSCRIBED\n", __func__); in callback_mqtt()
228 __func__, (int)(item - &item[0]), wsi); in callback_mqtt()
233 __func__, (int)(item - &items[0]), okay, count); in callback_mqtt()
249 lwsl_user("%s: item %d: WRITEABLE: %p: Subscribing\n", __func__, (int)(item - &items[0]), wsi); in callback_mqtt()
252 lwsl_notice("%s: subscribe failed\n", __func__); in callback_mqtt()
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
Davs.c90 lwsl_info("%s: avail %d\n", __func__, (int)n); in use_buffer_50ms()
93 lwsl_err("%s: underrun\n", __func__); in use_buffer_50ms()
100 lwsl_info("%s: avail after: %d, curr est %d\n", __func__, (int)n, e); in use_buffer_50ms()
103 lwsl_info("%s: requesting additional %d\n", __func__, in use_buffer_50ms()
119 lwsl_notice("%s: rideshare %s, len %d, flags 0x%x\n", __func__, in ss_avs_metadata_rx()
124 lwsl_info("%s: len %d, buf h %d, t %d, space %d\n", __func__, in ss_avs_metadata_rx()
129 lwsl_err("%s: bad len\n", __func__); in ss_avs_metadata_rx()
162 lwsl_notice("%s: skip tx\n", __func__); in ss_avs_metadata_tx()
166 lwsl_notice("%s: rideshare '%s'\n", __func__, lws_ss_rideshare(m->ss)); in ss_avs_metadata_tx()
182 lwsl_info("%s: tx done\n", __func__); in ss_avs_metadata_tx()
[all …]

12345678910>>...53