Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dlp.h27 #define LP_ABORTOPEN 0x0100 macro
/openbmc/linux/drivers/char/
H A Dlp.c521 if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) { in lp_open()
612 LP_F(minor) |= LP_ABORTOPEN; in lp_do_ioctl()
614 LP_F(minor) &= ~LP_ABORTOPEN; in lp_do_ioctl()