HomeSort by: relevance | last modified time | path
    Searched refs:printers (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/rpc.pcnfsd/
extern.h 4 extern pr_list printers;
pcnfsd_print.c 98 pr_list printers = NULL; variable in typeref:typename:pr_list
130 if (printers == NULL)
133 if (printers == NULL)
139 curr = printers;
367 * build_pr_list: determine which printers are valid.
374 * In SVR4 the command to determine which printers are
503 printers = curr;
512 ** Now add on the virtual printers, if any
515 printers = list_virtual_printers();
551 /* XXX - Should distinguish remote printers. *
    [all...]
pcnfsd_test.c 322 curr = rp->printers;
338 if(rp->printers) {
340 free_pr_list_item(rp->printers);
pcnfsd_v2.c 197 if (printers == NULL)
200 res.printers = printers;
pcnfsd.x 27 /* The maximum number of printers returned by a LIST operation */
355 pr_list printers;
563 ** List all printers known on the server.

Completed in 40 milliseconds