Home
last modified time | relevance | path

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

/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c304 #define UF_NONBLOCK_ON 0x10 macro
352 (mode & HPUXNONBLOCK) ? UF_NONBLOCK_ON : UF_FNDELAY_ON;
380 *pop |= UF_NONBLOCK_ON;
382 *pop &= ~UF_NONBLOCK_ON;
387 if (*pop & (UF_NONBLOCK_ON|UF_FNDELAY_ON|UF_FIONBIO_ON))
472 if (*pop & UF_NONBLOCK_ON)
511 if (*fp & UF_NONBLOCK_ON) {
533 if (*fp & UF_NONBLOCK_ON) {
555 if (*fp & UF_NONBLOCK_ON) {
577 if (*fp & UF_NONBLOCK_ON) {
[all …]