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