Searched refs:queue_repel (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | requeue.c | 138 queue_repel(PSTATUS *pps, int move_off, int (*qchk_p)(RSTATUS *)) in queue_repel() function
|
H A D | disp2.c | 149 (void) queue_repel(pps, 0, (qchk_fnc_type)0); in s_load_printer() 252 if (queue_repel(pps, 1, (qchk_fnc_type)0)) in s_unload_printer()
|
H A D | disp3.c | 68 (void)queue_repel (pps, 0, qchk_form); in remount_form() 162 (void)queue_repel (pps, 0, qchk_pwheel); in remount_pwheel()
|
H A D | lpsched.h | 267 int queue_repel ( PSTATUS * , int , int (*)( RSTATUS * ) );
|
H A D | dowait.c | 299 (void)queue_repel (prs->printer, 0, (qchk_fnc_type)0); in dowait()
|