HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_verbose (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/dbus/bus/
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]);
selinux.c 331 _dbus_verbose ("SELinux not enabled in this kernel.\n");
335 _dbus_verbose ("SELinux is enabled in this kernel.\n");
346 _dbus_verbose ("Access Vector Cache (AVC) started.\n");
363 _dbus_verbose ("Error getting context of bus: %s\n",
370 _dbus_verbose ("Error getting SID from bus context: %s\n",
450 _dbus_verbose ("SELinux denying due to security policy.\n");
453 _dbus_verbose ("SELinux denying due to invalid security context.\n");
456 _dbus_verbose ("SELinux denying due to: %s\n", _dbus_strerror (errno));
711 _dbus_verbose ("Failed to get file descriptor of socket.\n");
717 _dbus_verbose ("Error getting context of socket peer: %s\n"
    [all...]
expirelist.c 115 _dbus_verbose ("Enabled an expire timeout with interval %d\n",
122 _dbus_verbose ("Disabled an expire timeout\n");
125 _dbus_verbose ("No need to disable this expire timeout\n");
131 _dbus_verbose ("setting interval on expire list to 0 for immediate recheck\n");
164 _dbus_verbose ("Expiring an item %p\n", item);
221 _dbus_verbose ("Running\n");
384 _dbus_verbose ("next_interval = %d\n", next_interval);
391 _dbus_verbose ("next_interval = %d\n", next_interval);
398 _dbus_verbose ("next_interval = %d\n", next_interval);
policy.c 396 _dbus_verbose ("List %p user rule uid="DBUS_UID_FORMAT"\n",
406 _dbus_verbose ("List %p group rule uid="DBUS_UID_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...]
test.c 115 _dbus_verbose ("Removing client %p in disconnect handler\n",
239 _dbus_verbose ("---> Dispatching on \"client side\"\n");
249 _dbus_verbose ("---> blocking on \"client side\"\n");
257 _dbus_verbose ("---> Done dispatching on \"client side\"\n");
264 _dbus_verbose ("---> Dispatching on \"server side\"\n");
274 _dbus_verbose ("---> blocking on \"server side\"\n");
282 _dbus_verbose ("---> Done dispatching on \"server side\"\n");
dispatch.c 219 _dbus_verbose ("DISPATCH: %s %s %s to %s\n",
285 _dbus_verbose ("Security policy rejected message\n");
289 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS);
295 _dbus_verbose ("Received message from non-registered client. Disconnecting.\n");
325 _dbus_verbose ("bus_activation_activate_service() failed: %s\n", error.name);
361 _dbus_verbose ("Not sending error to connection we disconnected\n");
459 _dbus_verbose ("expecting: %s\n", what_is_expected);
474 _dbus_verbose ("Spinning to auth connection %p\n", connection);
481 _dbus_verbose (" ... done spinning to auth connection %p\n", connection);
535 _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",
449 _dbus_verbose ("dbus-daemon-activation-helper: using config file: %s\n",
488 _dbus_verbose ("dbus-daemon-activation-helper: Name='%s'\n", bus_name);
489 _dbus_verbose ("dbus-daemon-activation-helper: Exec='%s'\n", exec);
490 _dbus_verbose ("dbus-daemon-activation-helper: User='%s'\n", user);
  /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 211 _dbus_verbose ("Did not get lock file, sleeping %d milliseconds (%s)\n",
224 _dbus_verbose ("Lock file timed out %d times, assuming stale\n",
229 _dbus_verbose ("Couldn't delete old lock file: %s\n",
238 _dbus_verbose ("Couldn't create lock file after deleting stale one: %s\n",
325 _dbus_verbose ("Key ID %d already existed, trying another one\n",
330 _dbus_verbose ("Creating key with ID %d\n", id);
452 _dbus_verbose ("Failed to load keyring file: %s\n",
485 _dbus_verbose ("could not parse secret key ID at start of line\n");
491 _dbus_verbose ("invalid secret key ID at start of line\n");
501 _dbus_verbose ("could not parse secret key timestamp\n")
    [all...]
dbus-mempool.c 248 _dbus_verbose (" FAILING mempool alloc\n");
412 _dbus_verbose ("Timings for size %d\n", size);
414 _dbus_verbose (" malloc\n");
444 _dbus_verbose (" created/destroyed %d elements in %g seconds\n",
449 _dbus_verbose (" mempools\n");
483 _dbus_verbose (" created/destroyed %d elements in %g seconds\n",
486 _dbus_verbose (" zeroed malloc\n");
516 _dbus_verbose (" created/destroyed %d elements in %g seconds\n",
519 _dbus_verbose (" zeroed mempools\n");
553 _dbus_verbose (" created/destroyed %d elements in %g seconds\n"
    [all...]
dbus-memory.c 135 _dbus_verbose ("Will fail malloc every %d times\n", fail_nth);
141 _dbus_verbose ("Will fail mallocs over %ld bytes\n",
148 _dbus_verbose ("Will use malloc guards\n");
154 _dbus_verbose ("Will disable memory pools\n");
160 _dbus_verbose ("Will backtrace on failing a malloc\n");
193 _dbus_verbose ("Set fail alloc counter = %d\n", fail_alloc_counter);
253 _dbus_verbose("TODO: memory allocation testing errors disabled for now\n");
265 _dbus_verbose ("failure %d\n", n_failures_this_failure);
277 _dbus_verbose ("reset fail alloc counter to %d\n", fail_alloc_counter);
348 _dbus_verbose ("Checking %d bytes request from source %s\n"
    [all...]
dbus-mainloop.c 409 _dbus_verbose ("Interval is %ld seconds %ld msecs\n",
412 _dbus_verbose ("Now is %lu seconds %lu usecs\n",
414 _dbus_verbose ("Last is %lu seconds %lu usecs\n",
416 _dbus_verbose ("Exp is %lu seconds %lu usecs\n",
418 _dbus_verbose ("Pre-correction, sec_remaining %ld msec_remaining %ld\n",
448 _dbus_verbose ("System clock set backward! Resetting timeout.\n");
457 _dbus_verbose (" timeout expires in %d milliseconds\n", *timeout);
468 _dbus_verbose (" %d connections to dispatch\n", _dbus_list_get_length (&loop->need_dispatch));
546 _dbus_verbose ("Iteration block=%d depth=%d timeout_count=%d watch_count=%d\n",
601 _dbus_verbose (" skipping watch on fd %d as it was out of memory last time\n"
    [all...]
dbus-watch.c 294 _dbus_verbose ("Adding a %s watch on fd %d using newly-set add watch function\n",
311 _dbus_verbose ("Removing watch on fd %d using newly-set remove function because initial add failed\n",
330 _dbus_verbose ("Removing all pre-existing watches\n");
368 _dbus_verbose ("Adding watch on fd %d\n",
399 _dbus_verbose ("Removing watch on fd %d\n",
431 _dbus_verbose ("Toggling watch %p on fd %d to %d\n",
598 _dbus_verbose ("Setting watch fd %d data to data = %p function = %p from data = %p function = %p\n",
664 _dbus_verbose ("After sanitization, watch flags on fd %d were 0\n",
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",
200 _dbus_verbose ("Initialized transport on address %s\n", transport->address);
478 _dbus_verbose ("finalizing\n");
497 _dbus_verbose ("start\n");
508 _dbus_verbose ("end\n");
545 _dbus_verbose ("unlock\n");
552 _dbus_verbose ("lock post unix user function\n");
557 _dbus_verbose ("Client UID "DBUS_UID_FORMAT" authorized\n", uid);
561 _dbus_verbose ("Client UID "DBUS_UID_FORMA
    [all...]
dbus-marshal-recursive.c 70 _dbus_verbose (" %d FIXUPS to apply\n",
88 _dbus_verbose (" applying FIXUP to reader %p at pos %d new_len = %d old len %d\n",
217 _dbus_verbose (" reader %p len_pos %d array len %u len_offset %d\n",
251 _dbus_verbose (" type reader %p array start = %d len_offset = %d array len = %d array element type = %s\n",
287 _dbus_verbose (" type reader %p variant containing '%s'\n",
553 _dbus_verbose (" reader %p array next START start_pos = %d end_pos = %d value_pos = %d current_type = %s\n",
606 _dbus_verbose (" reader %p array next END start_pos = %d end_pos = %d value_pos = %d current_type = %s\n",
733 _dbus_verbose (" type reader %p init type_pos = %d value_pos = %d remaining sig '%s'\n",
758 _dbus_verbose (" type reader %p init types only type_pos = %d remaining sig '%s'\n",
791 _dbus_verbose (" type reader %p current type_pos = %d type = %s\n"
    [all...]
dbus-sysdeps-util-unix.c 84 _dbus_verbose ("Becoming a daemon...\n");
86 _dbus_verbose ("chdir to /\n");
94 _dbus_verbose ("forking...\n");
98 _dbus_verbose ("fork failed\n");
105 _dbus_verbose ("in child, closing std file descriptors\n");
122 _dbus_verbose ("keeping stderr open due to DBUS_DEBUG_OUTPUT\n");
128 _dbus_verbose ("setting umask\n");
132 _dbus_verbose ("calling setsid()\n");
142 _dbus_verbose ("pid file or pipe write failed: %s\n",
148 _dbus_verbose ("parent exiting\n")
    [all...]
dbus-connection.c 67 if (TRACE_LOCKS) { _dbus_verbose ("LOCK\n"); } \
73 if (TRACE_LOCKS) { _dbus_verbose ("UNLOCK\n"); } \
499 _dbus_verbose ("Message %p (%s %s %s %s '%s' reply to %u) added to incoming queue %p, %d incoming\n",
536 _dbus_verbose ("Synthesized message %p added to incoming queue %p, %d incoming\n",
625 _dbus_verbose ("Message %p (%s %s %s %s '%s') removed from outgoing queue %p, %d left to send\n",
    [all...]
dbus-auth.c 429 _dbus_verbose ("%s: Shutting down mechanism %s\n",
539 _dbus_verbose ("%s: client tried to send auth identity, but we already have one\n",
553 _dbus_verbose ("%s: Did not get a valid username from client\n",
597 _dbus_verbose ("%s: Error loading keyring: %s\n",
618 _dbus_verbose ("%s: Could not get a cookie ID to send to client: %s\n",
688 _dbus_verbose ("%s: no space separator in client response\n",
714 _dbus_verbose ("%s: zero-length client challenge or hash\n",
759 _dbus_verbose ("%s: authenticated client using DBUS_COOKIE_SHA1\n",
925 _dbus_verbose ("%s: Error loading keyring: %s\n",
1025 _dbus_verbose ("%s: no credentials, mechanism EXTERNAL can't authenticate\n"
    [all...]
dbus-server-socket.c 96 _dbus_verbose ("Creating new client connection with fd %d\n", client_fd);
183 _dbus_verbose ("Handling client connection, flags 0x%x\n", flags);
202 _dbus_verbose ("No client available to accept after all\n");
204 _dbus_verbose ("Failed to accept a client connection: %s\n",
212 _dbus_verbose ("Rejected client connection due to lack of memory\n");
217 _dbus_verbose ("Error on server listening socket\n");
220 _dbus_verbose ("Hangup on server listening socket\n");
  /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",
179 _dbus_verbose ("*** Test service entering main loop\n");
193 _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",
481 _dbus_verbose ("*** Test service entering main loop\n");
495 _dbus_verbose ("*** Test service exiting\n");
  /external/dbus/test/name-test/
test-ids.c 53 _dbus_verbose ("*** Test IDs exiting\n");
test-shutdown.c 65 _dbus_verbose ("*** Test shutdown exiting\n");

Completed in 601 milliseconds

1 2 3