Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ypserv/
HDyp_dblookup.c80 static TAILQ_HEAD(circlehead, circleq_entry) qhead;
82 struct circleq_entry { struct
84 TAILQ_ENTRY(circleq_entry) links; argument
101 static struct circleq_entry *
104 register struct circleq_entry *q; in yp_malloc_qent()
106 q = malloc(sizeof(struct circleq_entry)); in yp_malloc_qent()
111 bzero((char *)q, sizeof(struct circleq_entry)); in yp_malloc_qent()
128 yp_free_qent(struct circleq_entry *q) in yp_free_qent()
168 register struct circleq_entry *qptr; in yp_flush()
184 register struct circleq_entry *qptr; in yp_flush_all()
[all …]