Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h251 #define QUEUE_CONCAT2(tolist, fromlist1, fromlist2) do { \ argument
254 mtx_lock(tolist##_lock); \
255 _wakeup = TAILQ_EMPTY(tolist); \
257 TAILQ_CONCAT((tolist), (fromlist1), adr_next); \
260 TAILQ_CONCAT((tolist), (fromlist2), adr_next); \
262 mtx_unlock(tolist##_lock); \
264 cv_signal(tolist##_cond); \
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c365 iidesc_t **tolist; in sort_iidescs() local
383 tolist = iiburst->iib_objts; in sort_iidescs()
387 tolist = iiburst->iib_funcs; in sort_iidescs()
400 tolist[*curr] = iidesc; in sort_iidescs()
422 tolist[*curr] = copy_from_strong(td, &sym, in sort_iidescs()
424 tolist[*curr]->ii_flags |= IIDESC_F_USED; in sort_iidescs()
/freebsd/usr.bin/mail/
H A Dsend.c420 fixhead(struct header *hp, struct name *tolist) in fixhead() argument
427 for (np = tolist; np != NULL; np = np->n_flink) { in fixhead()