Home
last modified time | relevance | path

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; in hald_exec_method_cb() local
3278 exp_detail = error[1]; in hald_exec_method_cb()
3280 HAL_INFO (("failed with '%s' '%s'", exp_name, exp_detail)); in hald_exec_method_cb()
3290 } else if (exp_name != NULL && exp_detail != NULL) { in hald_exec_method_cb()
3298 exp_detail = g_strconcat (exp_name, " \n ", exp_detail, (void *)NULL); in hald_exec_method_cb()
3301 reply = dbus_message_new_error (message, exp_name, exp_detail); in hald_exec_method_cb()
3334 g_free (exp_detail); in hald_exec_method_cb()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1562 char *exp_detail = NULL; in devinfo_volume_force_unmount_cb() local
1566 exp_detail = error[1]; in devinfo_volume_force_unmount_cb()
1568 HAL_INFO (("failed with '%s' '%s'", exp_name, exp_detail)); in devinfo_volume_force_unmount_cb()