Searched defs:owned_fd (Results 1 – 2 of 2) sorted by relevance
248 let owned_fd = ret_owned_fd(c::accept(borrowed_fd(sockfd), null_mut(), null_mut()))?; in accept() localVariable263 let owned_fd = ret_owned_fd(c::accept4( in accept_with() localVariable278 let owned_fd = ret_owned_fd(c::accept( in acceptfrom() localVariable305 let owned_fd = ret_owned_fd(c::accept4( in acceptfrom_with() localVariable
36 pub(super) fn owned_fd(fd: OwnedFd) -> LibcFd { in owned_fd() function