Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dschedule.c59 static EXEC *find_exec_slot(EXEC **);
513 if (!(ep = find_exec_slot(Exec_Slow))) { in ev_slowf()
569 } else if (!(ep = find_exec_slot(Exec_Notify))) in ev_notify()
594 find_exec_slot(EXEC **exec_table) in find_exec_slot() function