HomeSort by: relevance | last modified time | path
    Searched defs:wantbyte (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mac68k/dev/
if_ae.c 132 int len, wantbyte; local in function:ae_write_mbuf
135 wantbyte = 0;
143 if (wantbyte) {
150 wantbyte = 0;
164 wantbyte = 1;
170 if (wantbyte) {
  /src/sys/arch/amiga/dev/
if_ed_zbus.c 289 int len, wantbyte; local in function:ed_zbus_write_mbuf
292 wantbyte = 0;
300 if (wantbyte) {
308 wantbyte = 0;
322 wantbyte = 1;
328 if (wantbyte) {
if_qn.c 464 int len, len1, wantbyte; local in function:qn_put
467 totlen = wantbyte = 0;
476 if (wantbyte) {
481 wantbyte = 0;
493 wantbyte = 1;
498 if (wantbyte) {
  /src/sys/dev/ic/
mb86950.c 602 int len, len1, wantbyte; local in function:mb86950_put_fifo
607 totlen = wantbyte = 0;
616 if (wantbyte) {
622 wantbyte = 0;
635 wantbyte = 1;
640 if (wantbyte) {

Completed in 12 milliseconds