Lines Matching refs:dprintf

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