Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dinit.c40 EXEC **Exec_Notify = NULL; /* Notifications */ variable
277 list_append((void ***)&Exec_Notify, (void *)ep); in init_exec()
H A Dlpsched.h378 **Exec_Notify; /* First notification exec */
H A Dschedule.c566 } else if (!(ep = find_exec_slot(Exec_Notify))) in ev_notify()