Home
last modified time | relevance | path

Searched refs:LP_ABORTOPEN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dlp.h24 #define LP_ABORTOPEN 0x0100 macro
/linux-2.4.37.9/drivers/char/
Dlp.c505 if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) { in lp_open()
594 LP_F(minor) |= LP_ABORTOPEN; in lp_ioctl()
596 LP_F(minor) &= ~LP_ABORTOPEN; in lp_ioctl()