Searched refs:pr_next (Results 1 – 10 of 10) sorted by relevance
143 curr = curr->pr_next; in valid_pr()430 curr->pr_next = NULL; in build_pr_list()505 last->pr_next = curr; in build_pr_list()517 last->pr_next = list_virtual_printers(); in build_pr_list()556 curr->pr_next = NULL; in build_pr_list()561 last->pr_next = curr; in build_pr_list()573 last->pr_next = list_virtual_printers(); in build_pr_list()603 if (curr->pr_next) in free_pr_list_item()604 free_pr_list_item(curr->pr_next); /* recurse */ in free_pr_list_item()700 curr->pr_next = NULL; in build_pr_queue()[all …]
332 curr = curr->pr_next; in test_v2_list()357 if(curr->pr_next) in free_pr_list_item()358 free_pr_list_item(curr->pr_next); /* recurse */ in free_pr_list_item()397 curr = curr->pr_next; in test_v2_queue()429 if(curr->pr_next) in free_pr_queue_item()430 free_pr_queue_item(curr->pr_next); /* recurse */ in free_pr_queue_item()
350 pr_list pr_next; member377 pr_queue pr_next; member
98 static struct protoent * pr_next(struct irs_pr *);131 pr->next = pr_next; in irs_lcl_pr()160 while ((p = pr_next(this))) { in pr_byname()176 while ((p = pr_next(this))) in pr_bynumber()200 pr_next(struct irs_pr *this) { in pr_next() function
64 static struct protoent * pr_next(struct irs_pr *);102 pr->next = pr_next; in irs_irp_pr()260 pr_next(struct irs_pr *this) { in pr_next() function
57 static struct protoent * pr_next(struct irs_pr *);90 pr->next = pr_next; in irs_gen_pr()111 pr_next(struct irs_pr *this) { in pr_next() function
62 static struct protoent * pr_next(struct irs_pr *);99 pr->next = pr_next; in irs_dns_pr()156 pr_next(struct irs_pr *this) { in pr_next() function
82 static struct protoent * pr_next(struct irs_pr *);112 pr->next = pr_next; in irs_nis_pr()171 pr_next(struct irs_pr *this) { in pr_next() function
187 struct proxyrule *pr_next; member
1671 pr->pr_next = prules;1688 rules = pr->pr_next;