Searched refs:pr_next (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel_impl.h60 scf_simple_prop_t *pr_next; member in struct:scf_simple_prop
H A Dmidlevel.c149 ret->pr_next = NULL;
387 prevprop->pr_next = newprop;
390 newprop->pr_next = thisprop->pr_next;
395 prevprop = prevprop->pr_next;
396 thisprop = thisprop->pr_next;
408 prevprop->pr_next = newprop;
1943 thisprop->pr_next = nextprop;
1954 nextprop->pr_next = NULL;
2075 thisprop->pr_next
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c100 static struct protoent * pr_next(struct irs_pr *);
133 pr->next = pr_next;
162 while ((p = pr_next(this))) {
178 while ((p = pr_next(this)))
202 pr_next(struct irs_pr *this) { function
H A Ddns_pr.c60 static struct protoent * pr_next(struct irs_pr *);
97 pr->next = pr_next;
154 pr_next(struct irs_pr *this) { function
H A Dgen_pr.c55 static struct protoent * pr_next(struct irs_pr *);
88 pr->next = pr_next;
109 pr_next(struct irs_pr *this) { function
H A Dirp_pr.c62 static struct protoent * pr_next(struct irs_pr *);
100 pr->next = pr_next;
258 pr_next(struct irs_pr *this) { function

Completed in 30 milliseconds