Home
last modified time | relevance | path

Searched refs:_dbus_verbose (Results 1 – 25 of 72) sorted by relevance

123

/external/dbus/dbus/
Ddbus-transport-socket.c76 _dbus_verbose ("start\n"); in free_watches()
98 _dbus_verbose ("end\n"); in free_watches()
106 _dbus_verbose ("\n"); in socket_finalize()
162_dbus_verbose ("check_write_watch(): needed = %d on connection %p watch %p fd = %d outgoing messag… in check_write_watch()
180 _dbus_verbose ("fd = %d\n",socket_transport->fd); in check_read_watch()
226 _dbus_verbose (" setting read watch enabled = %d\n", need_read_watch); in check_read_watch()
263 _dbus_verbose (" read %d bytes in auth phase\n", bytes_read); in read_data_into_auth()
279 _dbus_verbose ("Error reading from remote app: %s\n", in read_data_into_auth()
290 _dbus_verbose ("Disconnected from remote app\n"); in read_data_into_auth()
326 _dbus_verbose ("Error writing to remote app: %s\n", in write_data_from_auth()
[all …]
Ddbus-keyring.c209 _dbus_verbose ("Did not get lock file, sleeping %d milliseconds (%s)\n", in _dbus_keyring_lock()
222 _dbus_verbose ("Lock file timed out %d times, assuming stale\n", in _dbus_keyring_lock()
227 _dbus_verbose ("Couldn't delete old lock file: %s\n", in _dbus_keyring_lock()
236 _dbus_verbose ("Couldn't create lock file after deleting stale one: %s\n", in _dbus_keyring_lock()
323 _dbus_verbose ("Key ID %d already existed, trying another one\n", in add_new_key()
328 _dbus_verbose ("Creating key with ID %d\n", id); in add_new_key()
450 _dbus_verbose ("Failed to load keyring file: %s\n", in _dbus_keyring_reload()
483 _dbus_verbose ("could not parse secret key ID at start of line\n"); in _dbus_keyring_reload()
489 _dbus_verbose ("invalid secret key ID at start of line\n"); in _dbus_keyring_reload()
499 _dbus_verbose ("could not parse secret key timestamp\n"); in _dbus_keyring_reload()
[all …]
Ddbus-mainloop.c480 _dbus_verbose ("Interval is %ld seconds %ld msecs\n", in check_timeout()
483 _dbus_verbose ("Now is %lu seconds %lu usecs\n", in check_timeout()
485 _dbus_verbose ("Last is %lu seconds %lu usecs\n", in check_timeout()
487 _dbus_verbose ("Exp is %lu seconds %lu usecs\n", in check_timeout()
489 _dbus_verbose ("Pre-correction, sec_remaining %ld msec_remaining %ld\n", in check_timeout()
519 _dbus_verbose ("System clock set backward! Resetting timeout.\n"); in check_timeout()
528 _dbus_verbose (" timeout expires in %d milliseconds\n", *timeout); in check_timeout()
539 _dbus_verbose (" %d connections to dispatch\n", _dbus_list_get_length (&loop->need_dispatch)); in _dbus_loop_dispatch()
608 _dbus_verbose ("Iteration block=%d depth=%d timeout_count=%d watch_count=%d\n", in _dbus_loop_iterate()
642 _dbus_verbose (" timeout added, %d remaining, aggregate timeout %ld\n", in _dbus_loop_iterate()
[all …]
Ddbus-connection.c69 if (TRACE_LOCKS) { _dbus_verbose ("LOCK\n"); } \
414 _dbus_verbose ("UNLOCK\n"); in _dbus_connection_unlock()
523_dbus_verbose ("Message %p (%s %s %s %s '%s' reply to %u) added to incoming queue %p, %d incoming\… in _dbus_connection_queue_received_message_link()
567 _dbus_verbose ("Synthesized message %p added to incoming queue %p, %d incoming\n", in _dbus_connection_queue_synthesized_message_link()
655 _dbus_verbose ("Message %p (%s %s %s %s '%s') removed from outgoing queue %p, %d left to send\n", in _dbus_connection_message_sent_unlocked()
1082 _dbus_verbose ("locking io_path_mutex\n"); in _dbus_connection_acquire_io_path()
1085 _dbus_verbose ("start connection->io_path_acquired = %d timeout = %d\n", in _dbus_connection_acquire_io_path()
1094 _dbus_verbose ("waiting %d for IO path to be acquirable\n", in _dbus_connection_acquire_io_path()
1115 _dbus_verbose ("waiting for IO path to be acquirable\n"); in _dbus_connection_acquire_io_path()
1128 _dbus_verbose ("end connection->io_path_acquired = %d we_acquired = %d\n", in _dbus_connection_acquire_io_path()
[all …]
Ddbus-memory.c136 _dbus_verbose ("Will fail dbus_malloc every %d times\n", fail_nth); in _dbus_initialize_malloc_debug()
142 _dbus_verbose ("Will fail mallocs over %ld bytes\n", in _dbus_initialize_malloc_debug()
149 _dbus_verbose ("Will use dbus_malloc guards\n"); in _dbus_initialize_malloc_debug()
155 _dbus_verbose ("Will disable memory pools\n"); in _dbus_initialize_malloc_debug()
161 _dbus_verbose ("Will backtrace on failing a dbus_malloc\n"); in _dbus_initialize_malloc_debug()
167 _dbus_verbose ("Will abort if system malloc() and friends fail\n"); in _dbus_initialize_malloc_debug()
200 _dbus_verbose ("Set fail alloc counter = %d\n", fail_alloc_counter); in _dbus_set_fail_alloc_counter()
261 _dbus_verbose("TODO: memory allocation testing errors disabled for now\n"); in _dbus_decrement_fail_alloc_counter()
273 _dbus_verbose ("failure %d\n", n_failures_this_failure); in _dbus_decrement_fail_alloc_counter()
285 _dbus_verbose ("reset fail alloc counter to %d\n", fail_alloc_counter); in _dbus_decrement_fail_alloc_counter()
[all …]
Ddbus-transport.c69 _dbus_verbose ("Size counter value is now %d\n", in live_messages_notify()
71 _dbus_verbose ("Unix FD counter value is now %d\n", in live_messages_notify()
204 _dbus_verbose ("Initialized transport on address %s\n", transport->address); in _dbus_transport_init_base()
483 _dbus_verbose ("finalizing\n"); in _dbus_transport_unref()
502 _dbus_verbose ("start\n"); in _dbus_transport_disconnect()
513 _dbus_verbose ("end\n"); in _dbus_transport_disconnect()
550 _dbus_verbose ("unlock\n"); in auth_via_unix_user_function()
557 _dbus_verbose ("lock post unix user function\n"); in auth_via_unix_user_function()
562 _dbus_verbose ("Client UID "DBUS_UID_FORMAT" authorized\n", uid); in auth_via_unix_user_function()
566 _dbus_verbose ("Client UID "DBUS_UID_FORMAT in auth_via_unix_user_function()
[all …]
Ddbus-marshal-recursive.c82 _dbus_verbose (" %d FIXUPS to apply\n", in apply_and_free_fixups()
100 _dbus_verbose (" applying FIXUP to reader %p at pos %d new_len = %d old len %d\n", in apply_and_free_fixups()
229 _dbus_verbose (" reader %p len_pos %d array len %u len_offset %d\n", in array_reader_get_array_len()
263_dbus_verbose (" type reader %p array start = %d len_offset = %d array len = %d array element t… in array_reader_recurse()
299 _dbus_verbose (" type reader %p variant containing '%s'\n", in variant_reader_recurse()
565_dbus_verbose (" reader %p array next START start_pos = %d end_pos = %d value_pos = %d current_ty… in array_reader_next()
618_dbus_verbose (" reader %p array next END start_pos = %d end_pos = %d value_pos = %d current_type… in array_reader_next()
745 _dbus_verbose (" type reader %p init type_pos = %d value_pos = %d remaining sig '%s'\n", in _dbus_type_reader_init()
770 _dbus_verbose (" type reader %p init types only type_pos = %d remaining sig '%s'\n", in _dbus_type_reader_init_types_only()
803 _dbus_verbose (" type reader %p current type_pos = %d type = %s\n", in _dbus_type_reader_get_current_type()
[all …]
Ddbus-mempool.c255 _dbus_verbose (" FAILING mempool alloc\n"); in _dbus_mem_pool_alloc()
469 _dbus_verbose ("Timings for size %d\n", size); in time_for_size()
471 _dbus_verbose (" malloc\n"); in time_for_size()
501 _dbus_verbose (" created/destroyed %d elements in %g seconds\n", in time_for_size()
506 _dbus_verbose (" mempools\n"); in time_for_size()
540 _dbus_verbose (" created/destroyed %d elements in %g seconds\n", in time_for_size()
543 _dbus_verbose (" zeroed malloc\n"); in time_for_size()
573 _dbus_verbose (" created/destroyed %d elements in %g seconds\n", in time_for_size()
576 _dbus_verbose (" zeroed mempools\n"); in time_for_size()
610 _dbus_verbose (" created/destroyed %d elements in %g seconds\n", in time_for_size()
Ddbus-auth.c429 _dbus_verbose ("%s: Shutting down mechanism %s\n", in shutdown_mech()
539 _dbus_verbose ("%s: client tried to send auth identity, but we already have one\n", in sha1_handle_first_client_response()
553 _dbus_verbose ("%s: Did not get a valid username from client\n", in sha1_handle_first_client_response()
597 _dbus_verbose ("%s: Error loading keyring: %s\n", in sha1_handle_first_client_response()
618 _dbus_verbose ("%s: Could not get a cookie ID to send to client: %s\n", in sha1_handle_first_client_response()
688 _dbus_verbose ("%s: no space separator in client response\n", in sha1_handle_second_client_response()
714 _dbus_verbose ("%s: zero-length client challenge or hash\n", in sha1_handle_second_client_response()
759 _dbus_verbose ("%s: authenticated client using DBUS_COOKIE_SHA1\n", in sha1_handle_second_client_response()
925 _dbus_verbose ("%s: Error loading keyring: %s\n", in handle_client_data_cookie_sha1_mech()
1025 _dbus_verbose ("%s: no credentials, mechanism EXTERNAL can't authenticate\n", in handle_server_data_external_mech()
[all …]
Ddbus-sysdeps-util-unix.c87 _dbus_verbose ("Becoming a daemon...\n"); in _dbus_become_daemon()
89 _dbus_verbose ("chdir to /\n"); in _dbus_become_daemon()
97 _dbus_verbose ("forking...\n"); in _dbus_become_daemon()
101 _dbus_verbose ("fork failed\n"); in _dbus_become_daemon()
108 _dbus_verbose ("in child, closing std file descriptors\n"); in _dbus_become_daemon()
125 _dbus_verbose ("keeping stderr open due to DBUS_DEBUG_OUTPUT\n"); in _dbus_become_daemon()
131 _dbus_verbose ("setting umask\n"); in _dbus_become_daemon()
135 _dbus_verbose ("calling setsid()\n"); in _dbus_become_daemon()
145 _dbus_verbose ("pid file or pipe write failed: %s\n", in _dbus_become_daemon()
151 _dbus_verbose ("parent exiting\n"); in _dbus_become_daemon()
[all …]
Ddbus-file-unix.c80 _dbus_verbose ("file fd %d opened\n", fd); in _dbus_file_get_contents()
89 _dbus_verbose ("fstat() failed: %s", in _dbus_file_get_contents()
123 _dbus_verbose ("read() failed: %s", in _dbus_file_get_contents()
139 _dbus_verbose ("Can only open regular files at the moment.\n"); in _dbus_file_get_contents()
239 _dbus_verbose ("tmp file fd %d opened\n", fd); in _dbus_string_save_to_file()
308 _dbus_verbose ("Failed to unlink temp file %s: %s\n", in _dbus_string_save_to_file()
375 _dbus_verbose ("exclusive file fd %d opened\n", fd); in _dbus_create_file_exclusively()
Ddbus-watch.c311 _dbus_verbose ("Adding a %s watch on fd %d using newly-set add watch function\n", in _dbus_watch_list_set_functions()
328_dbus_verbose ("Removing watch on fd %d using newly-set remove function because initial add failed… in _dbus_watch_list_set_functions()
347 _dbus_verbose ("Removing all pre-existing watches\n"); in _dbus_watch_list_set_functions()
385 _dbus_verbose ("Adding watch on fd %d\n", in _dbus_watch_list_add_watch()
416 _dbus_verbose ("Removing watch on fd %d\n", in _dbus_watch_list_remove_watch()
448 _dbus_verbose ("Toggling watch %p on fd %d to %d\n", in _dbus_watch_list_toggle_watch()
626_dbus_verbose ("Setting watch fd %d data to data = %p function = %p from data = %p function = %p\n… in dbus_watch_set_data()
695 _dbus_verbose ("After sanitization, watch flags on fd %d were 0\n", in dbus_watch_handle()
Ddbus-spawn.c327 _dbus_verbose ("Reaped %ld, waiting for babysitter %ld\n", in _dbus_babysitter_unref()
331 _dbus_verbose ("Babysitter exited with status %d\n", in _dbus_babysitter_unref()
334 _dbus_verbose ("Babysitter received signal %d\n", in _dbus_babysitter_unref()
337 _dbus_verbose ("Babysitter exited abnormally\n"); in _dbus_babysitter_unref()
408_dbus_verbose ("recorded child status exited = %d signaled = %d exitstatus = %d termsig = %d\n", in read_data()
416 _dbus_verbose ("recorded fork errnum %d\n", sitter->errnum); in read_data()
422 _dbus_verbose ("recorded exec errnum %d\n", sitter->errnum); in read_data()
447 _dbus_verbose ("recorded grandchild pid %d\n", sitter->grandchild_pid); in read_data()
462 _dbus_verbose ("Closing babysitter\n"); in close_socket_to_babysitter()
483 _dbus_verbose ("Closing child error\n"); in close_error_pipe_from_child()
[all …]
Ddbus-object-tree.c179 _dbus_verbose (" path exhausted, returning %s\n", in find_subtree_recurse()
188 _dbus_verbose (" searching children of %s for %s\n", in find_subtree_recurse()
202 _dbus_verbose (" %s cmp %s = %d\n", in find_subtree_recurse()
212 _dbus_verbose (" storing parent index %d\n", k); in find_subtree_recurse()
228 _dbus_verbose (" no deeper match found, returning %s\n", in find_subtree_recurse()
254 _dbus_verbose (" no match found, current tree %s, create_if_not_found = %d\n", in find_subtree_recurse()
264 _dbus_verbose (" creating subtree %s\n", in find_subtree_recurse()
330 _dbus_verbose ("Looking for exact registered subtree\n"); in find_subtree()
346 _dbus_verbose ("Looking for subtree\n"); in lookup_subtree()
357 _dbus_verbose ("Looking for deepest handler\n"); in find_handler()
[all …]
/external/dbus/bus/
Dselinux.c331 _dbus_verbose ("SELinux not enabled in this kernel.\n"); in bus_selinux_full_init()
335 _dbus_verbose ("SELinux is enabled in this kernel.\n"); in bus_selinux_full_init()
345 _dbus_verbose ("Access Vector Cache (AVC) started.\n"); in bus_selinux_full_init()
362 _dbus_verbose ("Error getting context of bus: %s\n", in bus_selinux_full_init()
369 _dbus_verbose ("Error getting SID from bus context: %s\n", in bus_selinux_full_init()
449 _dbus_verbose ("SELinux denying due to security policy.\n"); in bus_selinux_check()
452 _dbus_verbose ("SELinux denying due to invalid security context.\n"); in bus_selinux_check()
455 _dbus_verbose ("SELinux denying due to: %s\n", _dbus_strerror (errno)); in bus_selinux_check()
710 _dbus_verbose ("Failed to get file descriptor of socket.\n"); in bus_connection_read_selinux_context()
716 _dbus_verbose ("Error getting context of socket peer: %s\n", in bus_connection_read_selinux_context()
[all …]
Dpolicy.c396 _dbus_verbose ("List %p user rule uid="DBUS_UID_FORMAT"\n", in list_allows_user()
406 _dbus_verbose ("List %p group rule gid="DBUS_GID_FORMAT"\n", in list_allows_user()
447 _dbus_verbose ("Did not get any groups for UID %lu\n", in bus_policy_allow_unix_user()
467 _dbus_verbose ("UID %lu allowed = %d\n", uid, allowed); in bus_policy_allow_unix_user()
792 _dbus_verbose ("Optimizing policy with %d rules\n", in bus_client_policy_optimize()
846 _dbus_verbose ("After optimization, policy has %d rules\n", in bus_client_policy_optimize()
854 _dbus_verbose ("Appending rule %p with type %d to policy %p\n", in bus_client_policy_append_rule()
881 _dbus_verbose (" (policy) checking send rules\n"); in bus_client_policy_check_can_send()
899 _dbus_verbose (" (policy) skipping non-send rule\n"); in bus_client_policy_check_can_send()
907 _dbus_verbose (" (policy) skipping rule for different message type\n"); in bus_client_policy_check_can_send()
[all …]
Ddispatch.c212 _dbus_verbose ("DISPATCH: %s %s %s to %s\n", in bus_dispatch()
278 _dbus_verbose ("Security policy rejected message\n"); in bus_dispatch()
282 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS); in bus_dispatch()
288 _dbus_verbose ("Received message from non-registered client. Disconnecting.\n"); in bus_dispatch()
318 _dbus_verbose ("bus_activation_activate_service() failed: %s\n", error.name); in bus_dispatch()
354 _dbus_verbose ("Not sending error to connection we disconnected\n"); in bus_dispatch()
452 _dbus_verbose ("expecting: %s\n", what_is_expected); in block_connection_until_message_from_bus()
467 _dbus_verbose ("Spinning to auth connection %p\n", connection); in spin_connection_until_authenticated()
474 _dbus_verbose (" ... done spinning to auth connection %p\n", connection); in spin_connection_until_authenticated()
528 _dbus_verbose ("Received message interface \"%s\" member \"%s\" error name \"%s\" on %p\n", in verbose_message_received()
[all …]
Dtest.c84 _dbus_verbose ("Removing client %p in disconnect handler\n", in client_disconnect_filter()
208 _dbus_verbose ("---> Dispatching on \"client side\"\n"); in bus_test_run_clients_loop()
218 _dbus_verbose ("---> blocking on \"client side\"\n"); in bus_test_run_clients_loop()
226 _dbus_verbose ("---> Done dispatching on \"client side\"\n"); in bus_test_run_clients_loop()
233 _dbus_verbose ("---> Dispatching on \"server side\"\n"); in bus_test_run_bus_loop()
243 _dbus_verbose ("---> blocking on \"server side\"\n"); in bus_test_run_bus_loop()
251 _dbus_verbose ("---> Done dispatching on \"server side\"\n"); in bus_test_run_bus_loop()
Dexpirelist.c104 _dbus_verbose ("Enabled an expire timeout with interval %d\n", in bus_expire_timeout_set_interval()
111 _dbus_verbose ("Disabled an expire timeout\n"); in bus_expire_timeout_set_interval()
114 _dbus_verbose ("No need to disable this expire timeout\n"); in bus_expire_timeout_set_interval()
120 _dbus_verbose ("setting interval on expire list to 0 for immediate recheck\n"); in bus_expire_list_recheck_immediately()
153 _dbus_verbose ("Expiring an item %p\n", item); in do_expiration_with_monotonic_time()
210 _dbus_verbose ("Running\n"); in expire_timeout_handler()
373 _dbus_verbose ("next_interval = %d\n", next_interval); in bus_expire_list_test()
380 _dbus_verbose ("next_interval = %d\n", next_interval); in bus_expire_list_test()
387 _dbus_verbose ("next_interval = %d\n", next_interval); in bus_expire_list_test()
Dactivation.c411 _dbus_verbose ("Added \"%s\" to list of services\n", entry->name); in update_desktop_file_entry()
420_dbus_verbose ("The new service name \"%s\" of service file \"%s\" is already in cache, ignoring\n… in update_desktop_file_entry()
507 _dbus_verbose ("****** Can't stat file \"%s\", removing from cache\n", in check_service_file()
529 _dbus_verbose ("Could not load %s: %s\n", in check_service_file()
617 _dbus_verbose ("Failed to open directory %s: %s\n", in update_directory()
633 _dbus_verbose ("Skipping non-.service file %s\n", in update_directory()
658 _dbus_verbose ("Could not load %s: %s\n", in update_directory()
680 _dbus_verbose ("Could not add %s to activation entry list: %s\n", in update_directory()
1026 _dbus_verbose ("Restoring pending activation for service %s, has timeout = %d\n", in restore_pending()
1076 _dbus_verbose ("Saved pending activation to be restored if the transaction fails\n"); in add_restore_pending_to_transaction()
[all …]
Dconnection.c155 _dbus_verbose ("Adjusting connection count for UID " DBUS_UID_FORMAT in adjust_connections_for_uid()
197 _dbus_verbose ("%s disconnected, dropping all service ownership and releasing\n", in bus_connection_disconnected()
240 _dbus_verbose ("Failed to remove service owner: %s %s\n", in bus_connection_disconnected()
704 _dbus_verbose ("Number of incomplete connections exceeds max, dropping oldest one\n"); in bus_connections_setup_connection()
802 _dbus_verbose ("Timing out authentication for connection %p\n", connection); in bus_connections_expire_incomplete()
809 _dbus_verbose ("Connection %p authentication expires in %d milliseconds\n", in bus_connections_expire_incomplete()
828 _dbus_verbose ("Running\n"); in expire_incomplete_timeout()
851 _dbus_verbose ("Did not get any groups for UID %lu\n", in bus_connection_get_unix_groups()
857 _dbus_verbose ("Got %d groups for UID %lu\n", in bus_connection_get_unix_groups()
1377 _dbus_verbose ("Name %s assigned to %p\n", d->name, connection); in bus_connection_complete()
[all …]
Ddir-watch-dnotify.c71 _dbus_verbose ("Added watch on config directory '%s'\n", dir); in bus_watch_directory()
82 _dbus_verbose ("Dropping all watches on config directories\n"); in bus_drop_all_directory_watches()
88 _dbus_verbose ("Error closing fd %d for config directory watch\n", fds[i]); in bus_drop_all_directory_watches()
Ddir-watch-inotify.c63 _dbus_verbose ("Error reading inotify event: '%s'\n", _dbus_strerror(errno)); in _handle_inotify_watch()
65 _dbus_verbose ("Error reading inotify event: buffer too small\n"); in _handle_inotify_watch()
76 _dbus_verbose ("event name: '%s'\n", ev->name); in _handle_inotify_watch()
77_dbus_verbose ("inotify event: wd=%d mask=%u cookie=%u len=%u\n", ev->wd, ev->mask, ev->cookie, ev… in _handle_inotify_watch()
79 _dbus_verbose ("Sending SIGHUP signal on reception of a inotify event\n"); in _handle_inotify_watch()
/external/dbus/test/
Dtest-service.c134 _dbus_verbose ("sending reply to Echo method\n"); in handle_run_hello_from_self()
159 _dbus_verbose ("*** Sending message to self\n"); in handle_run_hello_from_self()
187 _dbus_verbose ("sending reply to Echo method\n"); in handle_echo()
238 _dbus_verbose ("sleeping for a short time\n"); in handle_delay_echo()
242 _dbus_verbose ("sending reply to DelayEcho method\n"); in handle_delay_echo()
321 _dbus_verbose ("emitting signal Foo\n"); in path_message_func()
475 _dbus_verbose ("*** Failed to acquire service: %s\n", in main()
484 _dbus_verbose ("*** Failed to acquire service: %d\n", result); in main()
488 _dbus_verbose ("*** Test service entering main loop\n"); in main()
502 _dbus_verbose ("*** Test service exiting\n"); in main()
Dtest-shell-service.c42 _dbus_verbose ("sending reply to Echo method\n"); in handle_echo()
173 _dbus_verbose ("*** Failed to acquire service: %s\n", in main()
182 _dbus_verbose ("*** Failed to acquire service: %d\n", result); in main()
186 _dbus_verbose ("*** Test service entering main loop\n"); in main()
200 _dbus_verbose ("*** Test service exiting\n"); in main()

123