Home
last modified time | relevance | path

Searched refs:needs_operator (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c883 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 Dpcnfsd.x412 bool needs_operator; member
H A Dpcnfsd_v2.c227 &res.qlen, &res.needs_operator, &status[0], sizeof(status)); in pcnfsd2_pr_status_2_svc()
H A Dpcnfsd_test.c459 printf("needs_operator = %s, ", (rp->needs_operator ? "YES" : "NO")); in test_v2_stat()