/external/dbus/dbus/ |
dbus-transport-socket.c | 76 _dbus_verbose ("start\n"); 98 _dbus_verbose ("end\n"); 106 _dbus_verbose ("\n"); 162 _dbus_verbose ("check_write_watch(): needed = %d on connection %p watch %p fd = %d outgoing messages exist %d\n", 180 _dbus_verbose ("fd = %d\n",socket_transport->fd); 226 _dbus_verbose (" setting read watch enabled = %d\n", need_read_watch); 263 _dbus_verbose (" read %d bytes in auth phase\n", bytes_read); 279 _dbus_verbose ("Error reading from remote app: %s\n", 290 _dbus_verbose ("Disconnected from remote app\n"); 326 _dbus_verbose ("Error writing to remote app: %s\n" [all...] |
dbus-keyring.c | 209 _dbus_verbose ("Did not get lock file, sleeping %d milliseconds (%s)\n", 222 _dbus_verbose ("Lock file timed out %d times, assuming stale\n", 227 _dbus_verbose ("Couldn't delete old lock file: %s\n", 236 _dbus_verbose ("Couldn't create lock file after deleting stale one: %s\n", 323 _dbus_verbose ("Key ID %d already existed, trying another one\n", 328 _dbus_verbose ("Creating key with ID %d\n", id); 450 _dbus_verbose ("Failed to load keyring file: %s\n", 483 _dbus_verbose ("could not parse secret key ID at start of line\n"); 489 _dbus_verbose ("invalid secret key ID at start of line\n"); 499 _dbus_verbose ("could not parse secret key timestamp\n") [all...] |
dbus-mainloop.c | 480 _dbus_verbose ("Interval is %ld seconds %ld msecs\n", 483 _dbus_verbose ("Now is %lu seconds %lu usecs\n", 485 _dbus_verbose ("Last is %lu seconds %lu usecs\n", 487 _dbus_verbose ("Exp is %lu seconds %lu usecs\n", 489 _dbus_verbose ("Pre-correction, sec_remaining %ld msec_remaining %ld\n", 519 _dbus_verbose ("System clock set backward! Resetting timeout.\n"); 528 _dbus_verbose (" timeout expires in %d milliseconds\n", *timeout); 539 _dbus_verbose (" %d connections to dispatch\n", _dbus_list_get_length (&loop->need_dispatch)); 608 _dbus_verbose ("Iteration block=%d depth=%d timeout_count=%d watch_count=%d\n", 642 _dbus_verbose (" timeout added, %d remaining, aggregate timeout %ld\n" [all...] |
dbus-file-unix.c | 80 _dbus_verbose ("file fd %d opened\n", fd); 89 _dbus_verbose ("fstat() failed: %s", 123 _dbus_verbose ("read() failed: %s", 139 _dbus_verbose ("Can only open regular files at the moment.\n"); 239 _dbus_verbose ("tmp file fd %d opened\n", fd); 308 _dbus_verbose ("Failed to unlink temp file %s: %s\n", 375 _dbus_verbose ("exclusive file fd %d opened\n", fd);
|
dbus-transport.c | 69 _dbus_verbose ("Size counter value is now %d\n", 71 _dbus_verbose ("Unix FD counter value is now %d\n", 204 _dbus_verbose ("Initialized transport on address %s\n", transport->address); 483 _dbus_verbose ("finalizing\n"); 502 _dbus_verbose ("start\n"); 513 _dbus_verbose ("end\n"); 550 _dbus_verbose ("unlock\n"); 557 _dbus_verbose ("lock post unix user function\n"); 562 _dbus_verbose ("Client UID "DBUS_UID_FORMAT" authorized\n", uid); 566 _dbus_verbose ("Client UID "DBUS_UID_FORMA [all...] |
dbus-object-tree.c | 179 _dbus_verbose (" path exhausted, returning %s\n", 188 _dbus_verbose (" searching children of %s for %s\n", 202 _dbus_verbose (" %s cmp %s = %d\n", 212 _dbus_verbose (" storing parent index %d\n", k); 228 _dbus_verbose (" no deeper match found, returning %s\n", 254 _dbus_verbose (" no match found, current tree %s, create_if_not_found = %d\n", 264 _dbus_verbose (" creating subtree %s\n", 330 _dbus_verbose ("Looking for exact registered subtree\n"); 346 _dbus_verbose ("Looking for subtree\n"); 357 _dbus_verbose ("Looking for deepest handler\n") [all...] |
dbus-socket-set-poll.c | 68 _dbus_verbose ("freed socket set %p\n", self); 98 _dbus_verbose ("new socket set at %p\n", ret); 134 _dbus_verbose ("inflating set %p from %d en/%d res/%d alloc to %d\n", 145 _dbus_verbose ("before adding fd %d to %p, %d en/%d res/%d alloc\n", 220 _dbus_verbose ("after removing fd %d from %p, %d en/%d res/%d alloc\n", 232 _dbus_verbose ("before deflating %p, %d en/%d res/%d alloc\n",
|
dbus-server-socket.c | 94 _dbus_verbose ("Creating new client connection with fd %d\n", client_fd); 181 _dbus_verbose ("Handling client connection, flags 0x%x\n", flags); 200 _dbus_verbose ("No client available to accept after all\n"); 202 _dbus_verbose ("Failed to accept a client connection: %s\n", 210 _dbus_verbose ("Rejected client connection due to lack of memory\n"); 215 _dbus_verbose ("Error on server listening socket\n"); 218 _dbus_verbose ("Hangup on server listening socket\n");
|
dbus-mempool.c | 255 _dbus_verbose (" FAILING mempool alloc\n"); 469 _dbus_verbose ("Timings for size %d\n", size); 471 _dbus_verbose (" malloc\n"); 501 _dbus_verbose (" created/destroyed %d elements in %g seconds\n", 506 _dbus_verbose (" mempools\n"); 540 _dbus_verbose (" created/destroyed %d elements in %g seconds\n", 543 _dbus_verbose (" zeroed malloc\n"); 573 _dbus_verbose (" created/destroyed %d elements in %g seconds\n", 576 _dbus_verbose (" zeroed mempools\n"); 610 _dbus_verbose (" created/destroyed %d elements in %g seconds\n" [all...] |
/external/dbus/test/ |
test-names.c | 26 _dbus_verbose ("*** Failed to acquire name '%s': %s\n", name, 38 _dbus_verbose ("*** Managed to acquire name '%s'\n", name); 75 _dbus_verbose ("*** Test service name exiting\n");
|
test-shell-service.c | 42 _dbus_verbose ("sending reply to Echo method\n"); 173 _dbus_verbose ("*** Failed to acquire service: %s\n", 182 _dbus_verbose ("*** Failed to acquire service: %d\n", result); 186 _dbus_verbose ("*** Test service entering main loop\n"); 200 _dbus_verbose ("*** Test service exiting\n");
|
test-service.c | 134 _dbus_verbose ("sending reply to Echo method\n"); 159 _dbus_verbose ("*** Sending message to self\n"); 187 _dbus_verbose ("sending reply to Echo method\n"); 238 _dbus_verbose ("sleeping for a short time\n"); 242 _dbus_verbose ("sending reply to DelayEcho method\n"); 321 _dbus_verbose ("emitting signal Foo\n"); 475 _dbus_verbose ("*** Failed to acquire service: %s\n", 484 _dbus_verbose ("*** Failed to acquire service: %d\n", result); 488 _dbus_verbose ("*** Test service entering main loop\n"); 502 _dbus_verbose ("*** Test service exiting\n") [all...] |
/external/dbus/bus/ |
policy.c | 396 _dbus_verbose ("List %p user rule uid="DBUS_UID_FORMAT"\n", 406 _dbus_verbose ("List %p group rule gid="DBUS_GID_FORMAT"\n", 447 _dbus_verbose ("Did not get any groups for UID %lu\n", 467 _dbus_verbose ("UID %lu allowed = %d\n", uid, allowed); 792 _dbus_verbose ("Optimizing policy with %d rules\n", 846 _dbus_verbose ("After optimization, policy has %d rules\n", 854 _dbus_verbose ("Appending rule %p with type %d to policy %p\n", 881 _dbus_verbose (" (policy) checking send rules\n"); 899 _dbus_verbose (" (policy) skipping non-send rule\n"); 907 _dbus_verbose (" (policy) skipping rule for different message type\n") [all...] |
selinux.c | 331 _dbus_verbose ("SELinux not enabled in this kernel.\n"); 335 _dbus_verbose ("SELinux is enabled in this kernel.\n"); 345 _dbus_verbose ("Access Vector Cache (AVC) started.\n"); 362 _dbus_verbose ("Error getting context of bus: %s\n", 369 _dbus_verbose ("Error getting SID from bus context: %s\n", 449 _dbus_verbose ("SELinux denying due to security policy.\n"); 452 _dbus_verbose ("SELinux denying due to invalid security context.\n"); 455 _dbus_verbose ("SELinux denying due to: %s\n", _dbus_strerror (errno)); 710 _dbus_verbose ("Failed to get file descriptor of socket.\n"); 716 _dbus_verbose ("Error getting context of socket peer: %s\n" [all...] |
test.c | 84 _dbus_verbose ("Removing client %p in disconnect handler\n", 208 _dbus_verbose ("---> Dispatching on \"client side\"\n"); 218 _dbus_verbose ("---> blocking on \"client side\"\n"); 226 _dbus_verbose ("---> Done dispatching on \"client side\"\n"); 233 _dbus_verbose ("---> Dispatching on \"server side\"\n"); 243 _dbus_verbose ("---> blocking on \"server side\"\n"); 251 _dbus_verbose ("---> Done dispatching on \"server side\"\n");
|
expirelist.c | 104 _dbus_verbose ("Enabled an expire timeout with interval %d\n", 111 _dbus_verbose ("Disabled an expire timeout\n"); 114 _dbus_verbose ("No need to disable this expire timeout\n"); 120 _dbus_verbose ("setting interval on expire list to 0 for immediate recheck\n"); 153 _dbus_verbose ("Expiring an item %p\n", item); 210 _dbus_verbose ("Running\n"); 373 _dbus_verbose ("next_interval = %d\n", next_interval); 380 _dbus_verbose ("next_interval = %d\n", next_interval); 387 _dbus_verbose ("next_interval = %d\n", next_interval);
|
dir-watch-dnotify.c | 71 _dbus_verbose ("Added watch on config directory '%s'\n", dir); 82 _dbus_verbose ("Dropping all watches on config directories\n"); 88 _dbus_verbose ("Error closing fd %d for config directory watch\n", fds[i]);
|
activation.c | 411 _dbus_verbose ("Added \"%s\" to list of services\n", entry->name); 420 _dbus_verbose ("The new service name \"%s\" of service file \"%s\" is already in cache, ignoring\n", 507 _dbus_verbose ("****** Can't stat file \"%s\", removing from cache\n", 529 _dbus_verbose ("Could not load %s: %s\n", 617 _dbus_verbose ("Failed to open directory %s: %s\n", 633 _dbus_verbose ("Skipping non-.service file %s\n", 658 _dbus_verbose ("Could not load %s: %s\n", 680 _dbus_verbose ("Could not add %s to activation entry list: %s\n", 1026 _dbus_verbose ("Restoring pending activation for service %s, has timeout = %d\n", 1076 _dbus_verbose ("Saved pending activation to be restored if the transaction fails\n") [all...] |
dir-watch-inotify.c | 63 _dbus_verbose ("Error reading inotify event: '%s'\n", _dbus_strerror(errno)); 65 _dbus_verbose ("Error reading inotify event: buffer too small\n"); 76 _dbus_verbose ("event name: '%s'\n", ev->name); 77 _dbus_verbose ("inotify event: wd=%d mask=%u cookie=%u len=%u\n", ev->wd, ev->mask, ev->cookie, ev->len); 79 _dbus_verbose ("Sending SIGHUP signal on reception of a inotify event\n");
|
connection.c | 155 _dbus_verbose ("Adjusting connection count for UID " DBUS_UID_FORMAT 197 _dbus_verbose ("%s disconnected, dropping all service ownership and releasing\n", 240 _dbus_verbose ("Failed to remove service owner: %s %s\n", 704 _dbus_verbose ("Number of incomplete connections exceeds max, dropping oldest one\n"); 802 _dbus_verbose ("Timing out authentication for connection %p\n", connection); 809 _dbus_verbose ("Connection %p authentication expires in %d milliseconds\n", 828 _dbus_verbose ("Running\n"); 851 _dbus_verbose ("Did not get any groups for UID %lu\n", 857 _dbus_verbose ("Got %d groups for UID %lu\n", [all...] |
dispatch.c | 212 _dbus_verbose ("DISPATCH: %s %s %s to %s\n", 278 _dbus_verbose ("Security policy rejected message\n"); 282 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS); 288 _dbus_verbose ("Received message from non-registered client. Disconnecting.\n"); 318 _dbus_verbose ("bus_activation_activate_service() failed: %s\n", error.name); 354 _dbus_verbose ("Not sending error to connection we disconnected\n"); 452 _dbus_verbose ("expecting: %s\n", what_is_expected); 467 _dbus_verbose ("Spinning to auth connection %p\n", connection); 474 _dbus_verbose (" ... done spinning to auth connection %p\n", connection); 528 _dbus_verbose ("Received message interface \"%s\" member \"%s\" error name \"%s\" on %p\n" [all...] |
activation-helper.c | 88 _dbus_verbose ("Looking at '%s'\n", dir); 103 _dbus_verbose ("Trying to load file '%s'\n", _dbus_string_get_data (&full_path)); 108 _dbus_verbose ("Could not load %s: %s: %s\n", 434 _dbus_verbose ("dbus-daemon-activation-helper: using config file: %s\n", 473 _dbus_verbose ("dbus-daemon-activation-helper: Name='%s'\n", bus_name); 474 _dbus_verbose ("dbus-daemon-activation-helper: Exec='%s'\n", exec); 475 _dbus_verbose ("dbus-daemon-activation-helper: User='%s'\n", user);
|
driver.c | 60 _dbus_verbose ("sending name owner changed: %s [%s -> %s]\n", 581 _dbus_verbose ("Trying to own name %s with flags 0x%x\n", name, flags); 643 _dbus_verbose ("Trying to release name %s\n", name); 769 _dbus_verbose ("No memory to get arguments to StartServiceByName\n"); 779 _dbus_verbose ("bus_activation_activate_service() failed\n"); 923 _dbus_verbose ("bus_activation_set_environment_variable() failed\n"); 981 _dbus_verbose ("No memory to get arguments to AddMatch\n"); 1037 _dbus_verbose ("No memory to get arguments to RemoveMatch\n"); [all...] |
/external/dbus/test/name-test/ |
test-shutdown.c | 65 _dbus_verbose ("*** Test shutdown exiting\n");
|
test-ids.c | 53 _dbus_verbose ("*** Test IDs exiting\n");
|