Searched refs:old_fd (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dchild.cpp93 /// \param old_fd The file descriptor to duplicate.
99 safe_dup(const int old_fd, const int new_fd) argument
101 if (process::detail::syscall_dup2(old_fd, new_fd) == -1) {
103 throw process::system_error(F("dup2(%s, %s) failed") % old_fd % new_fd,
/freebsd-13-stable/sys/net/route/
H A Dfib_algo.c888 estimate_nhop_scale(const struct fib_data *old_fd, struct fib_data *fd) argument
891 if (old_fd == NULL) {
897 if (old_fd->hit_nhops && old_fd->number_nhops < FIB_MAX_NHOPS)
898 fd->number_nhops = 2 * old_fd->number_nhops;
900 fd->number_nhops = old_fd->number_nhops;
1154 struct fib_data *old_fd, struct fib_data **pfd)
1169 estimate_nhop_scale(old_fd, fd);
1204 void *old_algo_data = (old_fd != NULL) ? old_fd
1153 try_setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, struct fib_data *old_fd, struct fib_data **pfd) argument
[all...]

Completed in 114 milliseconds