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

/freebsd-11.0-release/sys/dev/ed/
H A Dif_ed_hpp.c560 int len, wantbyte; local
585 wantbyte = 0;
594 if (wantbyte) {
597 data++; len--; wantbyte = 0;
624 if ((wantbyte = (len == 1)) != 0)
629 if (wantbyte) /* write last byte */
638 if (wantbyte) {
644 wantbyte = 0;
660 if ((wantbyte = (len == 1)) != 0)
666 if (wantbyte) /* spi
[all...]
H A Dif_ed.c1533 int len, wantbyte; local
1539 wantbyte = 0;
1546 if (wantbyte) {
1552 wantbyte = 0;
1564 wantbyte = 1;
1570 if (wantbyte)
/freebsd-11.0-release/sys/dev/xe/
H A Dif_xe.c1561 unsigned char wantbyte; local
1595 wantbyte = 0;
1600 if (wantbyte) { /* Finish the last word */
1605 wantbyte = 0;
1615 wantbyte = 1;
1624 if (wantbyte)

Completed in 88 milliseconds