Home
last modified time | relevance | path

Searched refs:feed (Results 1 – 25 of 61) sorted by relevance

123

/freebsd-9-stable/sys/dev/patm/
Dif_patm_intr.c236 u_int feed; in patm_feed_cnt() local
247 feed = 512 - free; in patm_feed_cnt()
250 feed &= ~1; in patm_feed_cnt()
252 if (feed > 0) in patm_feed_cnt()
253 feed -= 2; in patm_feed_cnt()
255 patm_debug(sc, FREEQ, "feeding %u buffers into queue %u", feed, q); in patm_feed_cnt()
257 return (feed); in patm_feed_cnt()
267 u_int feed; in patm_feed_sbufs() local
272 feed = patm_feed_cnt(sc, 0); in patm_feed_sbufs()
274 while (feed > 0) { in patm_feed_sbufs()
[all …]
/freebsd-9-stable/contrib/ngatm/
DFREEBSD-upgrade3 This is the user part of the NgATM stuff. Be careful to feed changes
/freebsd-9-stable/contrib/gcc/config/s390/
D2064.md118 ;; A load type instruction uses a bypass to feed the result back
126 ;; A load address type instruction uses a bypass to feed the
D2084.md277 ;; A load type instruction uses a bypass to feed the result back
291 ;; A load address type instruction uses a bypass to feed the
/freebsd-9-stable/contrib/bsnmp/
DFREEBSD-upgrade4 for ngATM. Be careful to feed changes back to the maintainer
/freebsd-9-stable/sys/contrib/ngatm/
DFREEBSD-upgrade4 Be careful to feed changes back to the maintainer <harti@freebsd.org>,
/freebsd-9-stable/sys/dev/sound/pcm/
Dfeeder_if.m82 METHOD int feed {
Dfeeder_rate.c1711 uint32_t feed, maxfeed, left; in z_resampler_feed() local
1720 feed = z_resampler_feed_internal(f, c, b, in z_resampler_feed()
1722 b += feed; in z_resampler_feed()
1723 left -= feed; in z_resampler_feed()
1724 } while (left != 0 && feed != 0); in z_resampler_feed()
/freebsd-9-stable/etc/pam.d/
DREADME46 Remove this to feed back to the user the
/freebsd-9-stable/sys/dev/sound/pci/
Denvy24ht.c1983 u_int32_t ptr, dsize, feed; in envy24ht_intr() local
2000 feed = (ptr + dsize - sc->intr[0]) % dsize; in envy24ht_intr()
2002 printf("%d intr = %d feed = %d\n", ptr, sc->intr[0], feed); in envy24ht_intr()
2010 if (ch->run && ch->blk <= feed) { in envy24ht_intr()
2026 feed = (ptr + dsize - sc->intr[1]) % dsize; in envy24ht_intr()
2029 if (ch->run && ch->blk <= feed) { in envy24ht_intr()
Denvy24.c2069 u_int32_t ptr, dsize, feed; in envy24_intr() local
2086 feed = (ptr + dsize - sc->intr[0]) % dsize; in envy24_intr()
2088 printf("%d intr = %d feed = %d\n", ptr, sc->intr[0], feed); in envy24_intr()
2096 if (ch->run && ch->blk <= feed) { in envy24_intr()
2112 feed = (ptr + dsize - sc->intr[1]) % dsize; in envy24_intr()
2115 if (ch->run && ch->blk <= feed) { in envy24_intr()
/freebsd-9-stable/contrib/ntp/scripts/stats/
DREADME.timecodes17 <LF> ASCII line feed (hex 0a)
/freebsd-9-stable/contrib/tcp_wrappers/
DREADME.NIS87 # files, type "sh file -c". You can also feed this as standard input via
/freebsd-9-stable/crypto/openssl/doc/apps/
Ds_client.pod183 this option translated a line feed from the terminal into CR+LF as required
Ds_server.pod192 this option translated a line feed from the terminal into CR+LF.
/freebsd-9-stable/contrib/gcc/cp/
DMake-lang.in138 # entry point. We feed the former to the latter here.
DChangeLog-20022247 (struct feed): Likewise.
2767 (struct feed): Use gengtype.
2769 (feed): Mark as GC root.
2777 (feed_input): Use GC for struct feed. Update for changes to
/freebsd-9-stable/share/dict/
Dweb2a480 agitator feed
2826 auger feed
4952 bee feed
9283 calf feed
10508 cattle feed
11335 chicken feed
14042 cottonseed feed
14683 cross-feed
16499 dial feed
16919 dish feed
[all …]
/freebsd-9-stable/crypto/openssl/
DREADME.ENGINE40 implementation supports, and for an application to directly feed string
/freebsd-9-stable/contrib/gcc/config/mips/
Dsb1.md226 ;; a pre-scheduling pass. We need to determine which instructions feed results
/freebsd-9-stable/contrib/binutils/gas/doc/
Dc-alpha.texi191 there are two code paths that load up the same address and feed the
/freebsd-9-stable/lib/libz/doc/
Drfc1952.txt360 denoted by a single line feed character (10 decimal).
/freebsd-9-stable/contrib/libarchive/
DNEWS473 around (just feed it archive_entry objects describing what you
/freebsd-9-stable/games/fortune/datfiles/
Dgerrold.limerick356 I'd feed him to worms,
Dstartrek296 In the strict scientific sense we all feed on death -- even

123