Searched refs:exp_detail (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3266 gchar *exp_detail = NULL; local
3278 exp_detail = error[1];
3280 HAL_INFO (("failed with '%s' '%s'", exp_name, exp_detail));
3290 } else if (exp_name != NULL && exp_detail != NULL) {
3298 exp_detail = g_strconcat (exp_name, " \n ", exp_detail, NULL);
3301 reply = dbus_message_new_error (message, exp_name, exp_detail);
3334 g_free (exp_detail);
/opensolaris-onvv-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1640 char *exp_detail = NULL; local
1644 exp_detail = error[1];
1646 HAL_INFO (("failed with '%s' '%s'", exp_name, exp_detail));

Completed in 46 milliseconds