Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dschedule.c54 static int ev_notify(RSTATUS *);
207 (void) ev_notify (prs); in schedule()
209 for (prs = Request_List; prs && ev_notify(prs) != -1; in schedule()
536 ev_notify(RSTATUS *prs) in ev_notify() function