Searched refs:tob (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dtty_outq.c61 #define TTYOUTQ_INSERT_TAIL(to, tob) do { \
63 tob->tob_next = to->to_firstblock; \
64 to->to_firstblock = tob; \
66 tob->tob_next = to->to_lastblock->tob_next; \
67 to->to_lastblock->tob_next = tob; \
77 #define TTYOUTQ_RECYCLE(to, tob) do { \
79 uma_zfree(ttyoutq_zone, tob); \
81 TTYOUTQ_INSERT_TAIL(to, tob); \
95 struct ttyoutq_block *tob; local
111 tob
121 struct ttyoutq_block *tob; local
140 struct ttyoutq_block *tob; local
201 struct ttyoutq_block *tob; local
275 struct ttyoutq_block *tob; local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Demit1.c160 static ob_t tob; local
163 if (tob.o_buf == NULL) {
164 tob.o_len = 64;
165 tob.o_buf = tob.o_nxt = xmalloc(tob.o_len);
166 tob.o_end = tob.o_buf + tob.o_len;
170 ob = tob;
[all...]

Completed in 60 milliseconds