Lines Matching defs:error

901 	DBusError error;
910 dbus_error_init (&error);
911 if (!libhal_device_query_capability (hal_ctx, udi, "storage", &error))
912 goto error;
916 goto error;
923 goto error;
925 properties = libhal_device_get_all_properties (hal_ctx, udi, &error);
927 goto error;
1055 error:
1056 LIBHAL_FREE_DBUS_ERROR(&error);
1096 DBusError error;
1105 dbus_error_init (&error);
1106 if (!libhal_device_query_capability (hal_ctx, udi, "volume", &error))
1107 goto error;
1111 goto error;
1116 properties = libhal_device_get_all_properties (hal_ctx, udi, &error);
1118 goto error;
1239 error:
1240 if (dbus_error_is_set (&error)) {
1241 dbus_error_free (&error);
1310 DBusError error;
1317 dbus_error_init (&error);
1319 device_file, &num_hal_udis, &error)) == NULL) {
1320 LIBHAL_FREE_DBUS_ERROR(&error);
1373 DBusError error;
1380 dbus_error_init (&error);
1382 device_file, &num_hal_udis, &error)) == NULL)
1388 if (libhal_device_query_capability (hal_ctx, udi, "volume", &error)) {
1401 LIBHAL_FREE_DBUS_ERROR(&error);
1713 DBusError error;
1726 dbus_error_init (&error);
1728 drive_udi, &num_udis, &error)) == NULL) {
1729 LIBHAL_FREE_DBUS_ERROR(&error);
1761 DBusError error;
1770 dbus_error_init (&error);
1775 &error);
1794 DBusError error;
1798 dbus_error_init (&error);
1800 "storage.policy.default.mount_root", &error)) == NULL)
1801 LIBHAL_FREE_DBUS_ERROR(&error);
1810 DBusError error;
1814 dbus_error_init (&error);
1816 "storage.policy.default.use_managed_keyword", &error)) == FALSE)
1817 LIBHAL_FREE_DBUS_ERROR(&error);
1826 DBusError error;
1830 dbus_error_init (&error);
1832 "storage.policy.default.managed_keyword.primary", &error)) == NULL)
1833 LIBHAL_FREE_DBUS_ERROR(&error);
1842 DBusError error;
1846 dbus_error_init (&error);
1848 "storage.policy.default.managed_keyword.secondary", &error)) == NULL)
1849 LIBHAL_FREE_DBUS_ERROR(&error);
1883 DBusError error;
1890 dbus_error_init (&error);
1893 properties = libhal_device_get_all_properties (hal_ctx, udi, &error);
1895 LIBHAL_FREE_DBUS_ERROR(&error);