Home
last modified time | relevance | path

Searched refs:next_program (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c808 guint next_program; member
834 if (c->programs[c->next_program] == NULL) { in callout_do_next()
852 hald_runner_run(c->d, c->programs[c->next_program], c->extra_env, in callout_do_next()
855 c->next_program++; in callout_do_next()
872 c->next_program = 0; in hal_callout_device()