Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h134 #define fd_ofiles fd_files->fdt_ofiles macro
298 return (fdp->fd_ofiles[fd].fde_file); in fget_locked()
311 fde = &fdp->fd_ofiles[fd]; in fdeget_locked()
/f-stack/freebsd/kern/
H A Dkern_descrip.c311 fde = &fdp->fd_ofiles[fd]; in fdfree()
915 oldfde = &fdp->fd_ofiles[old]; in kern_dup()
972 oldfde = &fdp->fd_ofiles[old]; in kern_dup()
977 newfde = &fdp->fd_ofiles[new]; in kern_dup()
2069 fde = &fdp->fd_ofiles[fd]; in _finstall()
2342 ofde = &fdp->fd_ofiles[i]; in fdcopy()
2350 nfde = &newfdp->fd_ofiles[i]; in fdcopy()
2423 nfde = &newfdp->fd_ofiles[i]; in fdcopy_remapped()
2544 fde = &fdp->fd_ofiles[i]; in fdescfree_fds()
2711 fde = &fdp->fd_ofiles[i]; in fdcloseexec()
[all …]
H A Dsys_capability.c229 return (cap_rights_fde(&fdp->fd_ofiles[fd])); in cap_rights()
573 return (cap_fcntl_check_fde(&fdp->fd_ofiles[fd], cmd)); in cap_fcntl_check()
H A Duipc_usrreq.c2290 if (!fhold(fdesc->fd_ofiles[*fdp].fde_file)) { in unp_internalize()
2293 fdrop(fdesc->fd_ofiles[*fdp]. in unp_internalize()
2307 fde = &fdesc->fd_ofiles[*fdp]; in unp_internalize()
H A Dsys_generic.c782 fdp->fd_ofiles[fd].fde_flags &= ~UF_EXCLOSE; in kern_ioctl()
785 fdp->fd_ofiles[fd].fde_flags |= UF_EXCLOSE; in kern_ioctl()