Searched refs:SHF_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
368 !(shf->flags & SHF_INTERRUPT)) in shf_emptybuf()428 if (n < 0 && errno == EINTR && !(shf->flags & SHF_INTERRUPT)) in shf_fillbuf()599 !(shf->flags & SHF_INTERRUPT)) in shf_putchar()673 !(shf->flags & SHF_INTERRUPT)) in shf_write()
489 s->u.shf->flags |= SHF_INTERRUPT; in main_init()
1121 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */ macro