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

/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_dblookup.c82 static TAILQ_HEAD(circlehead, circleq_entry) qhead;
84 struct circleq_entry { struct
86 TAILQ_ENTRY(circleq_entry) links;
103 static struct circleq_entry *
106 register struct circleq_entry *q;
108 q = malloc(sizeof(struct circleq_entry));
113 bzero((char *)q, sizeof(struct circleq_entry));
130 yp_free_qent(struct circleq_entry *q)
170 register struct circleq_entry *qptr;
186 register struct circleq_entry *qpt
[all...]

Completed in 93 milliseconds