fd_ofileflags     293 compat/hpux/hpux_compat.c 		char *fp = &p->p_fd->fd_ofileflags[SCARG(uap, fd)];
fd_ofileflags     317 compat/hpux/hpux_compat.c 		char *fp = &p->p_fd->fd_ofileflags[SCARG(uap, fd)];
fd_ofileflags     341 compat/hpux/hpux_compat.c 		char *fp = &p->p_fd->fd_ofileflags[SCARG(uap, fd)];
fd_ofileflags     365 compat/hpux/hpux_compat.c 		char *fp = &p->p_fd->fd_ofileflags[SCARG(uap, fd)];
fd_ofileflags     868 compat/hpux/hpux_compat.c 		char *ofp = &fdp->fd_ofileflags[SCARG(uap, fd)];
fd_ofileflags     189 compat/hpux/hpux_file.c 		p->p_fd->fd_ofileflags[*retval] |=
fd_ofileflags     223 compat/hpux/hpux_file.c 	pop = &p->p_fd->fd_ofileflags[SCARG(uap, fd)];
fd_ofileflags      74 compat/svr4/svr4_filio.c 		fdp->fd_ofileflags[fd] |= UF_EXCLOSE;
fd_ofileflags      78 compat/svr4/svr4_filio.c 		fdp->fd_ofileflags[fd] &= ~UF_EXCLOSE;
fd_ofileflags     340 kern/kern_descrip.c 		*retval = fdp->fd_ofileflags[fd] & UF_EXCLOSE ? 1 : 0;
fd_ofileflags     345 kern/kern_descrip.c 			fdp->fd_ofileflags[fd] |= UF_EXCLOSE;
fd_ofileflags     347 kern/kern_descrip.c 			fdp->fd_ofileflags[fd] &= ~UF_EXCLOSE;
fd_ofileflags     521 kern/kern_descrip.c 	fdp->fd_ofileflags[new] = fdp->fd_ofileflags[old] & ~UF_EXCLOSE;
fd_ofileflags     560 kern/kern_descrip.c 	fdp->fd_ofileflags[fd] = 0;
fd_ofileflags     747 kern/kern_descrip.c 	bcopy(fdp->fd_ofileflags, newofileflags,
fd_ofileflags     778 kern/kern_descrip.c 	fdp->fd_ofileflags = newofileflags;
fd_ofileflags     858 kern/kern_descrip.c 	newfdp->fd_fd.fd_ofileflags = newfdp->fd_dfileflags;
fd_ofileflags     906 kern/kern_descrip.c 		newfdp->fd_ofileflags =
fd_ofileflags     919 kern/kern_descrip.c 		newfdp->fd_ofileflags = (char *) &newfdp->fd_ofiles[i];
fd_ofileflags     934 kern/kern_descrip.c 	bcopy(fdp->fd_ofileflags, newfdp->fd_ofileflags, i * sizeof(char));
fd_ofileflags    1224 kern/kern_descrip.c 		fdp->fd_ofileflags[indx] = fdp->fd_ofileflags[dfd];
fd_ofileflags    1234 kern/kern_descrip.c 		fdp->fd_ofileflags[indx] = fdp->fd_ofileflags[dfd];
fd_ofileflags    1236 kern/kern_descrip.c 		fdp->fd_ofileflags[dfd] = 0;
fd_ofileflags    1261 kern/kern_descrip.c 		if (fdp->fd_ofileflags[fd] & UF_EXCLOSE)
fd_ofileflags     504 kern/sys_generic.c 		fdp->fd_ofileflags[SCARG(uap, fd)] &= ~UF_EXCLOSE;
fd_ofileflags     507 kern/sys_generic.c 		fdp->fd_ofileflags[SCARG(uap, fd)] |= UF_EXCLOSE;
fd_ofileflags      61 sys/filedesc.h 	char	*fd_ofileflags;		/* per-process open file flags */