Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dbacktrace.c136 unsigned long ftc = (unsigned long)maxaddrs; in isc_backtrace_gettrace() local
138 *nframes = (int)CaptureStackBackTrace(1, ftc, addrs, NULL); in isc_backtrace_gettrace()
/netbsd-src/sys/dev/ic/
H A Dclmpcc.c1198 u_char ftc, oftc; in clmpcc_txintr() local
1221 ftc = oftc = clmpcc_rdreg(sc, CLMPCC_REG_TFTC); in clmpcc_txintr()
1230 u_int n = uimin(ch->ch_obuf_size, ftc); in clmpcc_txintr()
1234 ftc -= n; in clmpcc_txintr()
1249 ftc -= 2; in clmpcc_txintr()
1260 ftc -= 2; in clmpcc_txintr()
1267 if ( ftc != oftc ) { in clmpcc_txintr()
1275 if ( etcmode || ftc >= ch->ch_cor4 ) in clmpcc_txintr()