LP_ABORT
if (LP_F(minor) & LP_ABORT)
if (error && (nonblock || (LP_F(minor) & LP_ABORT)))
(LP_F(minor) & LP_ABORT));
(LP_F(minor) & LP_ABORT));
LP_F(minor) |= LP_ABORT;
LP_F(minor) &= ~LP_ABORT;
usblp->flags &= ~LP_ABORT;
usblp->flags |= LP_ABORT;
usblp->flags &= ~LP_ABORT;
if (usblp->flags & LP_ABORT) {