tag | line | file | source code |
---|---|---|---|
LP_ABORT | 193 | drivers/char/lp.c | if (LP_F(minor) & LP_ABORT) |
LP_ABORT | 197 | drivers/char/lp.c | if (LP_F(minor) & LP_ABORT) |
LP_ABORT | 201 | drivers/char/lp.c | if (LP_F(minor) & LP_ABORT) |
LP_ABORT | 258 | drivers/char/lp.c | if(LP_F(minor) & LP_ABORT) |
LP_ABORT | 266 | drivers/char/lp.c | if(LP_F(minor) & LP_ABORT) |
LP_ABORT | 275 | drivers/char/lp.c | if(LP_F(minor) & LP_ABORT) |
LP_ABORT | 419 | drivers/char/lp.c | LP_F(minor) |= LP_ABORT; |
LP_ABORT | 421 | drivers/char/lp.c | LP_F(minor) &= ~LP_ABORT; |