Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypserv/
H A Dyp_dblookup.c80 static TAILQ_HEAD(circlehead, circleq_entry) qhead;
82 struct circleq_entry { struct
84 TAILQ_ENTRY(circleq_entry) links; argument
100 static struct circleq_entry *
103 register struct circleq_entry *q; in yp_malloc_qent()
105 q = malloc(sizeof(struct circleq_entry)); in yp_malloc_qent()
110 bzero((char *)q, sizeof(struct circleq_entry)); in yp_malloc_qent()
127 yp_free_qent(struct circleq_entry *q) in yp_free_qent()
165 register struct circleq_entry *qptr; in yp_flush()
179 register struct circleq_entry *qptr; in yp_flush_all()
[all …]