Lines Matching refs:dprintf

79 		dprintf("cannot get system bus: %s\n", rmm_strerror(error, -1));
89 dprintf("libhal_ctx_new failed");
108 dprintf("property_watch_all failed %s",
120 dprintf("libhal_ctx_init failed: %s", rmm_strerror(error, -1));
132 dprintf("HAL is not running: %s", rmm_strerror(error, -1));
502 dprintf("mounting %s...\n", udi);
506 dprintf(
520 dprintf("mount failed for %s: cannot append args\n", udi);
528 dprintf("mount failed for %s: %s\n", udi, error->message);
533 dprintf("mounted %s\n", udi);
554 dprintf("unmounting %s...\n", udi);
558 dprintf(
565 dprintf("unmount failed %s: cannot append args\n", udi);
573 dprintf("unmount failed for %s: %s\n", udi, error->message);
578 dprintf("unmounted %s\n", udi);
600 dprintf("ejecting %s...\n", udi);
604 dprintf("eject %s: cannot create dbus message\n", udi);
611 dprintf("eject %s: cannot append args to dbus message ", udi);
619 dprintf("eject %s: %s\n", udi, error->message);
624 dprintf("ejected %s\n", udi);
645 dprintf("closing tray %s...\n", udi);
649 dprintf(
658 dprintf("closetray %s: cannot append args to dbus message ",
667 dprintf("closetray failed for %s: %s\n", udi, error->message);
672 dprintf("closetray ok %s\n", udi);
691 dprintf("rescanning %s...\n", udi);
695 dprintf("rescan failed for %s: cannot create dbus message\n",
703 dprintf("rescan failed for %s: %s\n", udi, error->message);
708 dprintf("rescan ok %s\n", udi);
726 dprintf("claiming branch %s...\n", udi);
731 dprintf("cannot create dbus message\n");
737 dprintf("cannot append args to dbus message\n");
745 dprintf("cannot send dbus message\n");
751 dprintf("claim branch ok %s\n", udi);
767 dprintf("unclaiming branch %s...\n", udi);
772 dprintf("cannot create dbus message\n");
778 dprintf("cannot append args to dbus message\n");
786 dprintf("cannot send dbus message\n");
792 dprintf("unclaim branch ok %s\n", udi);
892 dprintf("rmm_action %s %s\n", name, action_strings[action]);
943 dprintf("rmm_volume_aa_from_prop failed %s\n",
991 dprintf("rmm_rescan %s\n", name != NULL ? name : "all");
1083 dprintf("cannot get volume %s\n", udi);
1089 dprintf("cannot get udi\n");
1097 dprintf("property %s not found %s\n",
1103 dprintf("property %s not found %s\n",
1134 dprintf("property %s not found %s\n", "block.device", udi);
1139 dprintf("property %s not found %s\n",
1145 dprintf("property %s not found %s\n", "volume.fstype", udi);
1153 dprintf("property %s not found %s\n",
1159 dprintf("property %s not found %s\n",
1170 dprintf("mountpoint is NULL %s\n", udi);
1379 dprintf(const char *fmt, ...)