/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.h | 32 …void (*probing_done) (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpointer us… 56 void devinfo_callouts_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **error,
|
H A D | devinfo_acpi.c | 40 static void devinfo_battery_rescan_probing_done(HalDevice *d, guint32 exit_type, 236 devinfo_battery_rescan_probing_done(HalDevice *d, guint32 exit_type, in devinfo_battery_rescan_probing_done() argument
|
H A D | devinfo_storage.c | 78 static void devinfo_storage_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char *… 546 devinfo_floppy_rescan_probing_done (HalDevice *d, guint32 exit_type, gint return_code, in devinfo_floppy_rescan_probing_done() argument 1216 devinfo_storage_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpoi… in devinfo_storage_probing_done() argument 1223 if (exit_type != HALD_RUN_SUCCESS || return_code != 0) { in devinfo_storage_probing_done() 1224 …HAL_INFO (("devinfo_storage_probing_done returning exit_type=%d return_code=%d", exit_type, return… in devinfo_storage_probing_done() 1258 devinfo_storage_rescan_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **erro… in devinfo_storage_rescan_probing_done() argument 1430 devinfo_storage_cleanup_mountpoint_cb (HalDevice *d, guint32 exit_type, in devinfo_storage_cleanup_mountpoint_cb() argument 1551 devinfo_volume_force_unmount_cb (HalDevice *d, guint32 exit_type, in devinfo_volume_force_unmount_cb() argument 1557 …t_cb for udi='%s', exit_type=%d, return_code=%d", hal_device_get_udi (d), exit_type, return_code)); in devinfo_volume_force_unmount_cb() 1559 if (exit_type == HALD_RUN_SUCCESS && error != NULL && in devinfo_volume_force_unmount_cb()
|
H A D | devinfo.c | 221 devinfo_callouts_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpo… in devinfo_callouts_probing_done() argument 226 if (exit_type != HALD_RUN_SUCCESS || (return_code != 0)) { in devinfo_callouts_probing_done()
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | hald_runner.h | 44 typedef void (*HalRunTerminatedCB) (HalDevice *d, guint32 exit_type,
|
H A D | hald.c | 78 addon_terminated (HalDevice *device, guint32 exit_type, in addon_terminated() argument
|
H A D | hald_dbus.c | 3089 hald_exec_method_cb (HalDevice *d, guint32 exit_type, 3256 hald_exec_method_cb (HalDevice *d, guint32 exit_type, in hald_exec_method_cb() argument 3274 if (exit_type == HALD_RUN_SUCCESS && error != NULL && in hald_exec_method_cb() 3283 if (exit_type != HALD_RUN_SUCCESS) { in hald_exec_method_cb()
|
H A D | util.c | 819 callout_terminated (HalDevice *d, guint32 exit_type, in callout_terminated() argument
|
/illumos-gate/usr/src/cmd/hal/hald-runner/ |
H A D | runner.c | 109 send_reply(DBusConnection *con, DBusMessage *msg, guint32 exit_type, gint32 return_code, gchar **er… in send_reply() argument 122 dbus_message_iter_append_basic(&iter, DBUS_TYPE_UINT32, &exit_type); in send_reply()
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.h | 136 typedef enum exit_type { enum
|