Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dioev.c51 #define IO_RESET 0x10 /* internal */ macro
292 io->flags &= ~IO_RESET; in io_hold()
303 if (!(io->flags & IO_RESET)) in io_release()
559 io->flags |= IO_RESET; in io_reset()
/openbsd/usr.sbin/lpd/
H A Dio.c55 #define IO_RESET 0x1000 macro
653 io->flags |= IO_RESET; in io_reset()
732 io->flags &= ~IO_RESET; in io_hold()
745 if (!(io->flags & IO_RESET)) in io_release()