Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfiledesc.h145 #define fd_ofiles fd_files->fdt_ofiles macro
309 return (fdp->fd_ofiles[fd].fde_file); in fget_noref()
322 fde = &fdp->fd_ofiles[fd]; in fdeget_noref()
/freebsd/sbin/ipf/ipsend/
H A Dsock.c190 if (KMCPY(o, fd->fd_ofiles, (fd->fd_lastfile + 1) * sizeof(*o)) == -1) in find_tcp()
193 (u_long)fd->fd_ofiles, (u_long)o, (u_long)sizeof(*o)); in find_tcp()
/freebsd/sys/kern/
H A Dkern_descrip.c155 if ((_fde = &_fdp->fd_ofiles[_iterator])->fde_file != NULL)
161 if ((_fp = _fdp->fd_ofiles[_iterator].fde_file) != NULL)
294 KASSERT(fdp->fd_ofiles[fd].fde_file == NULL, in fdunused()
320 fde = &fdp->fd_ofiles[fd]; in fdfree()
967 fdp->fd_ofiles[new].fde_flags |= UF_EXCLOSE; in kern_dup()
972 oldfde = &fdp->fd_ofiles[old]; in kern_dup()
1022 oldfde = &fdp->fd_ofiles[old]; in kern_dup()
1027 newfde = &fdp->fd_ofiles[new]; in kern_dup()
2034 KASSERT(fdp->fd_ofiles[fd].fde_file == NULL, in fdalloc()
2160 fde = &fdp->fd_ofiles[fd]; in _finstall()
[all …]
H A Dsys_capability.c226 return (cap_rights_fde(&fdp->fd_ofiles[fd])); in cap_rights()
570 return (cap_fcntl_check_fde(&fdp->fd_ofiles[fd], cmd)); in cap_fcntl_check()
H A Dsys_generic.c785 fdp->fd_ofiles[fd].fde_flags &= ~UF_EXCLOSE; in kern_ioctl()
788 fdp->fd_ofiles[fd].fde_flags |= UF_EXCLOSE; in kern_ioctl()
H A Duipc_usrreq.c2711 if (!fhold(fdesc->fd_ofiles[*fdp].fde_file)) { in unp_internalize()
2714 fdrop(fdesc->fd_ofiles[*fdp]. in unp_internalize()
2728 fde = &fdesc->fd_ofiles[*fdp]; in unp_internalize()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_capability.c116 fdep = &fdp->fd_ofiles[fd]; in freebsd32_cap_ioctls_get()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c209 if (fdp->fd_ofiles[i].fde_file == NULL) in fdesc_statfs()
H A Dfdesc_vnops.c575 if (fdp->fd_ofiles[fcnt].fde_file == NULL) in fdesc_readdir()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3543 (fp = fdp->fd_ofiles[fd].fde_file) == NULL) { in fp_getfvp()