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

/freebsd-11-stable/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.c1536 int len, wantbyte; local
1542 wantbyte = 0;
1549 if (wantbyte) {
1555 wantbyte = 0;
1567 wantbyte = 1;
1573 if (wantbyte)
/freebsd-11-stable/sys/dev/xe/
H A Dif_xe.c1563 unsigned char wantbyte; local
1597 wantbyte = 0;
1602 if (wantbyte) { /* Finish the last word */
1607 wantbyte = 0;
1617 wantbyte = 1;
1626 if (wantbyte)

Completed in 158 milliseconds