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

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h251 #define QUEUE_CONCAT2(tolist, fromlist1, fromlist2) do { \
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-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c365 iidesc_t **tolist; local
383 tolist = iiburst->iib_objts;
387 tolist = iiburst->iib_funcs;
400 tolist[*curr] = iidesc;
422 tolist[*curr] = copy_from_strong(td, &sym,
424 tolist[*curr]->ii_flags |= IIDESC_F_USED;
/freebsd-13-stable/usr.bin/mail/
H A Dsend.c428 fixhead(struct header *hp, struct name *tolist) argument
435 for (np = tolist; np != NULL; np = np->n_flink) {

Completed in 110 milliseconds