Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dinit.c39 EXEC **Exec_Slow = NULL; /* Slow filters */ variable
272 list_append((void ***)&Exec_Slow, (void *)ep); in init_exec()
H A Dlpsched.h377 extern EXEC **Exec_Slow, /* First slow filter exec */
H A Dschedule.c513 if (!(ep = find_exec_slot(Exec_Slow))) { in ev_slowf()