ofp               868 compat/hpux/hpux_compat.c 		char *ofp = &fdp->fd_ofileflags[SCARG(uap, fd)];
ofp               872 compat/hpux/hpux_compat.c 			*ofp |= HPUX_UF_FIONBIO_ON;
ofp               874 compat/hpux/hpux_compat.c 			*ofp &= ~HPUX_UF_FIONBIO_ON;
ofp               878 compat/hpux/hpux_compat.c 		if ((*ofp & (HPUX_UF_NONBLOCK_ON|HPUX_UF_FNDELAY_ON)) == 0) {
ofp               879 compat/hpux/hpux_compat.c 			tmp = *ofp & HPUX_UF_FIONBIO_ON;