Lines Matching refs:programs
806 gchar **programs; member
834 if (c->programs[c->next_program] == NULL) { in callout_do_next()
845 g_strfreev (c->programs); in callout_do_next()
852 hald_runner_run(c->d, c->programs[c->next_program], c->extra_env, in callout_do_next()
861 GSList *programs, gchar **extra_env) in hal_callout_device() argument
870 c->programs = hal_util_dup_strv_from_g_slist (programs); in hal_callout_device()
880 GSList *programs; in hal_util_callout_device_add() local
883 if ((programs = hal_device_property_get_strlist (d, "info.callouts.add")) == NULL) { in hal_util_callout_device_add()
890 hal_callout_device (d, callback, userdata1, userdata2, programs, extra_env); in hal_util_callout_device_add()
898 GSList *programs; in hal_util_callout_device_remove() local
901 if ((programs = hal_device_property_get_strlist (d, "info.callouts.remove")) == NULL) { in hal_util_callout_device_remove()
908 hal_callout_device (d, callback, userdata1, userdata2, programs, extra_env); in hal_util_callout_device_remove()
916 GSList *programs; in hal_util_callout_device_preprobe() local
919 if ((programs = hal_device_property_get_strlist (d, "info.callouts.preprobe")) == NULL) { in hal_util_callout_device_preprobe()
926 hal_callout_device (d, callback, userdata1, userdata2, programs, extra_env); in hal_util_callout_device_preprobe()