HomeSort by relevance Sort by last modified time
    Searched refs:EV_NOTIFY (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
schedule.c 57 static int ev_notify(RSTATUS *);
64 "", "EV_SLOWF", "EV_INTERF", "EV_NOTIFY", "EV_LATER", "EV_ALARM",
121 case EV_NOTIFY:
208 case EV_NOTIFY:
210 (void) ev_notify (prs);
212 for (prs = Request_List; prs && ev_notify(prs) != -1;
252 case EV_NOTIFY:
300 case EV_NOTIFY:
535 * ev_notify() - CHECK AND EXEC NOTIFICATION
539 ev_notify(RSTATUS *prs function
    [all...]
notify.c 174 schedule (EV_NOTIFY, prs);
lpsched.c 325 schedule (EV_NOTIFY, (RSTATUS *)0);
lpsched.h 133 #define EV_NOTIFY 3
dowait.c 448 schedule (EV_NOTIFY, (RSTATUS *)0);

Completed in 60 milliseconds