Searched defs:owned_fd (Results 1 – 8 of 8) sorted by relevance
70 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()74 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd, in MMAPAllocation()
29 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
310 let owned_fd = ret_owned_fd(c::accept(borrowed_fd(sockfd), null_mut(), null_mut()))?; in accept() localVariable471 let owned_fd = ret_owned_fd(c::accept4( in accept_with() localVariable486 let owned_fd = ret_owned_fd(c::accept( in acceptfrom() localVariable516 let owned_fd = ret_owned_fd(c::accept4( in acceptfrom_with() localVariable
35 pub(super) fn owned_fd(fd: OwnedFd) -> LibcFd { in owned_fd() function
113 let owned_fd = unsafe { OwnedFd::from_raw_fd(fd) }; in new() localVariable
745 let owned_fd = unsafe { OwnedFd::from_raw_fd(mio_pipe.into_raw_fd()) }; in into_nonblocking_fd() localVariable1338 let owned_fd = unsafe { OwnedFd::from_raw_fd(mio_pipe.into_raw_fd()) }; in into_nonblocking_fd() localVariable
409 let mut owned_fd: crate::fd::OwnedFd = crate::fd::FromRawFd::from_raw_fd(raw_fd); in dir_iterator_handles_io_errors() localVariable
2797 let owned_fd = socket( in test_icmp_protocol() localVariable