Lines Matching refs:circleq_entry
80 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()
220 register struct circleq_entry *qptr; in yp_testflag()
256 register struct circleq_entry *qptr; in yp_cache_db()
315 register struct circleq_entry *qptr; in yp_find_db()