Searched defs:find_exec_slot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dschedule.c59 static EXEC *find_exec_slot(EXEC **);
513 if (!(ep = find_exec_slot(Exec_Slow))) {
569 } else if (!(ep = find_exec_slot(Exec_Notify)))
590 * find_exec_slot() - FIND AVAILABLE EXEC SLOT
594 find_exec_slot(EXEC **exec_table) function
602 syslog(LOG_DEBUG, "find_exec_slot(0x%8.8x): after %d, no slots",

Completed in 43 milliseconds