Searched refs:QIC_STATUS_AT_EOT (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dqic117.h193 #define QIC_STATUS_AT_EOT 0x80 /* Cartridge is at physical end macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dqic117.h193 #define QIC_STATUS_AT_EOT 0x80 /* Cartridge is at physical end macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-rw.c268 if ((status & (QIC_STATUS_AT_BOT | QIC_STATUS_AT_EOT)) == 0) {
284 if (status & (QIC_STATUS_AT_BOT | QIC_STATUS_AT_EOT)) {
287 (status & QIC_STATUS_AT_EOT) != 0);
H A Dftape-format.c99 if (!(status & QIC_STATUS_AT_EOT)) {
H A Dftape-ctl.c142 while ((status & QIC_STATUS_AT_EOT) == 0) {

Completed in 103 milliseconds