Searched refs:LP_ABORT (Results 1 – 3 of 3) sorted by relevance
226 if (LP_F(minor) & LP_ABORT) in lp_error()291 if (error && (nonblock || (LP_F(minor) & LP_ABORT))) in lp_wait_ready()311 (LP_F(minor) & LP_ABORT)); in lp_write()428 (LP_F(minor) & LP_ABORT)); in lp_read()606 LP_F(minor) |= LP_ABORT; in lp_do_ioctl()608 LP_F(minor) &= ~LP_ABORT; in lp_do_ioctl()
25 #define LP_ABORT 0x0040 macro
478 usblp->flags &= ~LP_ABORT; in usblp_release()705 usblp->flags |= LP_ABORT; in usblp_ioctl()707 usblp->flags &= ~LP_ABORT; in usblp_ioctl()919 if (usblp->flags & LP_ABORT) { in usblp_wwait()