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

/illumos-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, (void *)NULL);
3301 reply = dbus_message_new_error (message, exp_name, exp_detail);
3334 g_free (exp_detail);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1564 char *exp_detail = NULL; local
1568 exp_detail = error[1];
1570 HAL_INFO (("failed with '%s' '%s'", exp_name, exp_detail));

Completed in 70 milliseconds