Searched refs:needs_operator (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | pcnfsd_print.c | 883 get_pr_status(printername pn, bool_t *avail, bool_t *printing, int *qlen, bool_t *needs_operator, c… in get_pr_status() argument 894 *needs_operator = FALSE; in get_pr_status() 941 get_pr_status(printername pn, bool_t *avail, bool_t *printing, int *qlen, bool_t *needs_operator, c… in get_pr_status() argument 957 *needs_operator = FALSE; in get_pr_status() 1023 *needs_operator = TRUE; in get_pr_status() 1024 if (*needs_operator || strstr(buff2, "waiting") != NULL) in get_pr_status()
|
H A D | pcnfsd.x | 412 bool needs_operator; member
|
H A D | pcnfsd_v2.c | 227 &res.qlen, &res.needs_operator, &status[0], sizeof(status)); in pcnfsd2_pr_status_2_svc()
|
H A D | pcnfsd_test.c | 459 printf("needs_operator = %s, ", (rp->needs_operator ? "YES" : "NO")); in test_v2_stat()
|