/external/dbus/dbus/ |
D | dbus-auth-script.c | 75 _dbus_warn ("bad backslashed byte %c\n", b); in append_quoted_string() 280 _dbus_warn ("Getting contents of %s failed: %s\n", in _dbus_auth_script_run() 337 _dbus_warn ("skipping unix only auth script\n"); in _dbus_auth_script_run() 353 _dbus_warn ("skipping windows only auth script\n"); in _dbus_auth_script_run() 365 _dbus_warn ("already created a DBusAuth (CLIENT or SERVER given twice)\n"); in _dbus_auth_script_run() 372 _dbus_warn ("no memory to create DBusAuth\n"); in _dbus_auth_script_run() 383 _dbus_warn ("no memory for credentials\n"); in _dbus_auth_script_run() 391 _dbus_warn ("no memory for setting credentials\n"); in _dbus_auth_script_run() 407 _dbus_warn ("already created a DBusAuth (CLIENT or SERVER given twice)\n"); in _dbus_auth_script_run() 414 _dbus_warn ("no memory to create DBusAuth\n"); in _dbus_auth_script_run() [all …]
|
D | dbus-marshal-validate-util.c | 60 _dbus_warn ("Improper validation result %d for '%s'\n", in run_validity_tests() 248 _dbus_warn ("Path \"%s\" should have been valid\n", valid_paths[i]); in _dbus_marshal_validate_test() 263 _dbus_warn ("Path \"%s\" should have been invalid\n", invalid_paths[i]); in _dbus_marshal_validate_test() 279 _dbus_warn ("Interface \"%s\" should have been valid\n", valid_interfaces[i]); in _dbus_marshal_validate_test() 294 _dbus_warn ("Interface \"%s\" should have been invalid\n", invalid_interfaces[i]); in _dbus_marshal_validate_test() 312 _dbus_warn ("Bus name \"%s\" should have been valid\n", valid_interfaces[i]); in _dbus_marshal_validate_test() 329 _dbus_warn ("Bus name \"%s\" should have been invalid\n", invalid_interfaces[i]); in _dbus_marshal_validate_test() 346 _dbus_warn ("Bus name \"%s\" should have been valid\n", valid_unique_names[i]); in _dbus_marshal_validate_test() 361 _dbus_warn ("Bus name \"%s\" should have been invalid\n", invalid_unique_names[i]); in _dbus_marshal_validate_test() 379 _dbus_warn ("Error name \"%s\" should have been valid\n", valid_interfaces[i]); in _dbus_marshal_validate_test() [all …]
|
D | dbus-socket-set-epoll.c | 174 _dbus_warn ("Bad fd %d\n", fd); in socket_set_epoll_add() 178 _dbus_warn ("fd %d added and then added again\n", fd); in socket_set_epoll_add() 182 _dbus_warn ("Misc error when trying to watch fd %d: %s\n", fd, in socket_set_epoll_add() 212 _dbus_warn ("Bad fd %d\n", fd); in socket_set_epoll_enable() 216 _dbus_warn ("fd %d enabled before it was added\n", fd); in socket_set_epoll_enable() 220 _dbus_warn ("Insufficient memory to change watch for fd %d\n", fd); in socket_set_epoll_enable() 224 _dbus_warn ("Misc error when trying to watch fd %d: %s\n", fd, in socket_set_epoll_enable() 261 _dbus_warn ("Error when trying to watch fd %d: %s\n", fd, in socket_set_epoll_disable() 279 _dbus_warn ("Error when trying to remove fd %d: %s\n", fd, strerror (err)); in socket_set_epoll_remove()
|
D | dbus-spawn.c | 320 _dbus_warn ("Babysitter process not available to be reaped; should not happen\n"); in _dbus_babysitter_unref() 322 _dbus_warn ("Unexpected error %d in waitpid() for babysitter: %s\n", in _dbus_babysitter_unref() 366 _dbus_warn ("Failed to read data from fd %d: %s\n", fd, error.message); in read_data() 392 _dbus_warn ("Failed to read arg from fd %d: %s\n", fd, error.message); in read_data() 436 _dbus_warn ("Failed to read PID from fd %d: %s\n", fd, error.message); in read_data() 451 _dbus_warn ("Unknown message received from babysitter process\n"); in read_data() 890 _dbus_warn ("Failed to write data to pipe!\n"); in do_write() 963 _dbus_warn ("Fd %d did not have the close-on-exec flag set!\n", i); in do_exec() 1007 _dbus_warn ("unexpected waitpid() failure in check_babysit_events(): %s\n", in check_babysit_events() 1020 _dbus_warn ("waitpid() reaped pid %d that we've never heard of\n", in check_babysit_events() [all …]
|
D | dbus-memory.c | 366 … _dbus_warn ("Block of %lu bytes from %s had start guard value 0x%ux at %d expected 0x%x\n", in check_guards() 381 … _dbus_warn ("Block of %lu bytes from %s had end guard value 0x%ux at %d expected 0x%x\n", in check_guards() 488 _dbus_warn ("out of memory: malloc (%ld + %ld)\n", in dbus_malloc() 508 _dbus_warn ("out of memory: malloc (%ld)\n", (long) bytes); in dbus_malloc() 560 _dbus_warn ("out of memory: calloc (%ld + %ld, 1)\n", in dbus_malloc0() 580 _dbus_warn ("out of memory: calloc (%ld)\n", (long) bytes); in dbus_malloc0() 638 _dbus_warn ("out of memory: realloc (%p, %ld + %ld)\n", in dbus_realloc() 665 _dbus_warn ("out of memory: malloc (%ld + %ld)\n", in dbus_realloc() 682 _dbus_warn ("out of memory: malloc (%ld)\n", (long) bytes); in dbus_realloc()
|
D | dbus-message-util.c | 135 _dbus_warn ("%d dbus_malloc blocks were not freed in %s\n", in check_memleaks() 233 _dbus_warn ("file descriptor %i leaked in %s.\n", fd, __FILE__); in _dbus_check_fdleaks_leave() 257 _dbus_warn ("loader corrupted on message that was expected to be valid; invalid reason %d\n", in check_have_valid_message() 265 _dbus_warn ("didn't load message that was expected to be valid (message not popped)\n"); in check_have_valid_message() 271 _dbus_warn ("had leftover bytes from expected-to-be-valid single message\n"); in check_have_valid_message() 306 _dbus_warn ("loader not corrupted on message that was expected to be invalid\n"); in check_invalid_message() 315 … _dbus_warn ("expected message to be corrupted for reason %d and was corrupted for %d instead\n", in check_invalid_message() 337 …_dbus_warn ("loader corrupted on message that was expected to be valid (but incomplete), corruptio… in check_incomplete_message() 345 _dbus_warn ("loaded message that was expected to be incomplete\n"); in check_incomplete_message() 403 _dbus_warn ("Could not load message file %s: %s\n", in dbus_internal_do_not_use_load_message_file() [all …]
|
D | dbus-spawn-win.c | 820 _dbus_warn ("Did not get an error launching nonexistent executable\n"); in check_spawn_nonexistent() 827 _dbus_warn ("Not expecting error when launching nonexistent executable: %s: %s\n", in check_spawn_nonexistent() 875 _dbus_warn ("Did not get an error launching segfaulting binary\n"); in check_spawn_segfault() 882 _dbus_warn ("Not expecting error when launching segfaulting executable: %s: %s\n", in check_spawn_segfault() 930 _dbus_warn ("Did not get an error launching binary that exited with failure code\n"); in check_spawn_exit() 937 _dbus_warn ("Not expecting error when launching exiting executable: %s: %s\n", in check_spawn_exit() 988 _dbus_warn ("Did not get an error after killing spawned binary\n"); in check_spawn_and_kill() 995 _dbus_warn ("Not expecting error when killing executable: %s: %s\n", in check_spawn_and_kill()
|
D | dbus-auth-util.c | 73 _dbus_warn ("Could not open %s: %s\n", in process_test_subdir() 117 _dbus_warn ("Could not get next file in %s: %s\n", in process_test_subdir()
|
D | dbus-internals.c | 250 _dbus_warn (const char *format, in _dbus_warn() function 533 _dbus_warn ("%s should be 0 or 1 if set, not '%s'", env_var, s); in _dbus_trace_ref() 952 _dbus_warn ("%lu: assertion failed \"%s\" file \"%s\" line %d function %s\n", in _dbus_real_assert() 973 _dbus_warn ("File \"%s\" line %d process %lu should not have been reached: %s\n", in _dbus_real_assert_not_reached() 1052 _dbus_warn ("couldn't parse '%s' as integer\n", setting); in _dbus_test_oom_handling()
|
D | dbus-server-launchd.c | 167 _dbus_warn ("Unable to retrieve user environment from launchd."); in _dbus_server_new_for_launchd() 174 _dbus_warn ("Unable to retrieve DISPLAY from launchd."); in _dbus_server_new_for_launchd()
|
D | dbus-sysdeps-util.c | 100 _dbus_warn ("For filename \"%s\" got dirname \"%s\" and expected \"%s\"\n", in check_dirname() 120 _dbus_warn ("For path \"%s\" expected absolute = %d got %d\n", in check_path_absolute()
|
D | dbus-address.c | 718 _dbus_warn ("Escaped '%s' as '%s' should have been '%s'\n", in _dbus_address_test() 727 _dbus_warn ("Failed to unescape '%s': %s\n", in _dbus_address_test() 735 _dbus_warn ("Unescaped '%s' as '%s' should have been '%s'\n", in _dbus_address_test() 753 _dbus_warn ("Should not have successfully unescaped '%s' to '%s'\n", in _dbus_address_test()
|
D | dbus-marshal-byteswap-util.c | 78 _dbus_warn ("Byte-swapped data did not have same values as original data\n"); in do_byteswap_test()
|
D | dbus-test.c | 47 _dbus_warn ("%d dbus_malloc blocks were not freed\n", in check_memleaks()
|
/external/dbus/bus/ |
D | dispatch.c | 506 …_dbus_warn ("%s:%d received message interface \"%s\" member \"%s\" error name \"%s\" on %p, expect… in warn_unexpected_real() 517 _dbus_warn ("%s:%d received no message on %p, expecting %s\n", in warn_unexpected_real() 572 _dbus_warn ("Did not receive a message on %p, expecting %s\n", in check_service_owner_changed_foreach() 607 _dbus_warn ("Did not get the expected arguments\n"); in check_service_owner_changed_foreach() 616 _dbus_warn ("inconsistent NameOwnerChanged arguments\n"); in check_service_owner_changed_foreach() 622 _dbus_warn ("expected info on service %s, got info on %s\n", in check_service_owner_changed_foreach() 631 _dbus_warn ("inconsistent ServiceOwnedChanged message (\"%s\" [ %s -> %s ])\n", in check_service_owner_changed_foreach() 844 _dbus_warn ("Did not receive a reply to %s %d on %p\n", in check_hello_message() 853 _dbus_warn ("Message has wrong sender %s\n", in check_hello_message() 903 _dbus_warn ("Did not get the expected single string argument to hello\n"); in check_hello_message() [all …]
|
D | config-parser-trivial.c | 373 _dbus_warn ("User was NULL!\n"); in check_return_values() 380 _dbus_warn ("User was invalid; '%s'!\n", user); in check_return_values() 390 _dbus_warn ("Type was NULL!\n"); in check_return_values() 395 _dbus_warn ("Type was invalid; '%s'!\n", user); in check_return_values() 404 _dbus_warn ("Service dirs are NULL!\n"); in check_return_values() 443 _dbus_warn ("Failed to load valid file but still had memory: %s\n", in do_load() 463 _dbus_warn ("Accepted invalid file\n"); in do_load() 519 _dbus_warn ("Could not open %s: %s\n", in process_test_valid_subdir() 579 _dbus_warn ("Could not get next file in %s: %s\n", in process_test_valid_subdir() 612 _dbus_warn ("couldn't allocate full path"); in make_full_path() [all …]
|
D | dir-watch-kqueue.c | 101 _dbus_warn ("Cannot create kqueue; error '%s'\n", _dbus_strerror (errno)); in _init_kqueue() 112 _dbus_warn ("Unable to create kqueue watch\n"); in _init_kqueue() 120 _dbus_warn ("Unable to add reload watch to main loop"); in _init_kqueue() 206 … _dbus_warn ("Cannot open directory '%s'; error '%s'\n", new_dirs[i], _dbus_strerror (errno)); in bus_set_watched_dirs() 221 … _dbus_warn ("Cannot setup a kevent for '%s'; error '%s'\n", new_dirs[i], _dbus_strerror (errno)); in bus_set_watched_dirs()
|
D | dir-watch-dnotify.c | 52 …_dbus_warn ("Cannot watch config directory '%s'. Already watching %d directories\n", dir, MAX_DIRS… in bus_watch_directory() 59 _dbus_warn ("Cannot open directory '%s'; error '%s'\n", dir, _dbus_strerror (errno)); in bus_watch_directory() 65 _dbus_warn ("Cannot setup D_NOTIFY for '%s' error '%s'\n", dir, _dbus_strerror (errno)); in bus_watch_directory()
|
D | dir-watch-inotify.c | 155 … _dbus_warn ("Cannot setup inotify for '%s'; error '%s'\n", new_dirs[i], _dbus_strerror (errno)); in _set_watched_dirs_internal() 234 _dbus_warn ("Cannot initialize inotify\n"); in _init_inotify() 245 _dbus_warn ("Unable to create inotify watch\n"); in _init_inotify() 251 _dbus_warn ("Unable to add reload watch to main loop"); in _init_inotify() 259 _dbus_warn ("Unable to register shutdown func"); in _init_inotify()
|
D | main.c | 164 _dbus_warn ("Can not introspect - Out of memory\n"); in introspect() 233 _dbus_warn ("Couldn't read from reload pipe.\n"); in handle_reload_watch() 259 _dbus_warn ("Unable to reload configuration: %s\n", in handle_reload_watch() 300 _dbus_warn ("Unable to create reload pipe: %s\n", in setup_reload_pipe() 312 _dbus_warn ("Unable to create reload watch: %s\n", in setup_reload_pipe() 320 _dbus_warn ("Unable to add reload watch to main loop: %s\n", in setup_reload_pipe() 595 _dbus_warn ("SELinux pre-initialization failed\n"); in main() 607 _dbus_warn ("Failed to start message bus: %s\n", in main()
|
D | selinux.c | 138 _dbus_warn ("Failed opening connection to the audit subsystem"); in bus_selinux_audit_init() 224 _dbus_warn ("Failed to start AVC thread: %s\n", _dbus_strerror (rc)); in avc_create_thread() 246 _dbus_warn ("Could not create mutex: %s\n", _dbus_strerror (errno)); in avc_alloc_lock() 305 _dbus_warn ("Could not tell if SELinux is enabled: %s\n", in bus_selinux_pre_init() 340 _dbus_warn ("Failed to start Access Vector Cache (AVC).\n"); in bus_selinux_full_init() 351 _dbus_warn ("Failed to add policy reload callback: %s\n", in bus_selinux_full_init() 762 _dbus_warn ("Error getting SID from context \"%s\": %s\n", in bus_selinux_init_connection_id() 843 _dbus_warn ("Error getting SID from context \"%s\": %s\n", in bus_selinux_id_table_insert() 1073 _dbus_warn ("Failed to drop supplementary groups: %s\n", in _dbus_change_to_daemon_user()
|
D | test.c | 273 _dbus_warn ("No memory\n"); in bus_context_new_test() 280 _dbus_warn ("No memory\n"); in bus_context_new_test() 289 _dbus_warn ("No memory\n"); in bus_context_new_test() 300 _dbus_warn ("Failed to create debug bus context from configuration file %s: %s\n", in bus_context_new_test()
|
D | test-launch-helper.c | 48 _dbus_warn ("%d dbus_malloc blocks were not freed\n", in check_memleaks() 82 _dbus_warn ("FAILED SELF TEST: Error: %s\n", error.message); in bus_activation_helper_oom_test()
|
D | test-system.c | 48 _dbus_warn ("%d dbus_malloc blocks were not freed\n", in check_memleaks()
|
D | config-parser.c | 1035 _dbus_warn ("Unknown username \"%s\" in message bus configuration file\n", in start_busconfig_child() 1047 _dbus_warn ("Unknown group \"%s\" in message bus configuration file\n", in start_busconfig_child() 1546 _dbus_warn ("Unknown username \"%s\" on element <%s>\n", in append_rule_from_element() 1578 _dbus_warn ("Unknown group \"%s\" on element <%s>\n", in append_rule_from_element() 2782 _dbus_warn ("Cannot own %s\n", checks[i].name); in do_check_own_rules() 2787 _dbus_warn ("Can own %s\n", checks[i].name); in do_check_own_rules() 2823 _dbus_warn ("Failed to load valid file but still had memory: %s\n", in do_load() 2848 _dbus_warn ("Accepted invalid file\n"); in do_load() 2905 _dbus_warn ("Could not open %s: %s\n", in process_test_valid_subdir() 2967 _dbus_warn ("Could not get next file in %s: %s\n", in process_test_valid_subdir() [all …]
|