Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dlp.h27 #define LP_ABORTOPEN 0x0100 macro
/Linux-v4.19/drivers/char/
Dlp.c514 if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) { in lp_open()
605 LP_F(minor) |= LP_ABORTOPEN; in lp_do_ioctl()
607 LP_F(minor) &= ~LP_ABORTOPEN; in lp_do_ioctl()