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

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
requeue.c 135 ** queue_repel() - REASSIGN REQUESTS TO ANOTHER PRINTER, IF POSSIBLE
139 queue_repel(PSTATUS *pps, int move_off, int (*qchk_p)(RSTATUS *)) function
disp2.c 151 (void) queue_repel(pps, 0, (qchk_fnc_type)0);
254 if (queue_repel(pps, 1, (qchk_fnc_type)0))
disp3.c 71 (void)queue_repel (pps, 0, qchk_form);
165 (void)queue_repel (pps, 0, qchk_pwheel);
lpsched.h 269 int queue_repel ( PSTATUS * , int , int (*)( RSTATUS * ) );
dowait.c 301 (void)queue_repel (prs->printer, 0, (qchk_fnc_type)0);

Completed in 120 milliseconds