Home
last modified time | relevance | path

Searched refs:other_fd (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c1457 int *other_fd; in tap_setup_queue() local
1467 other_fd = &process_private->txq_fds[qid]; in tap_setup_queue()
1472 other_fd = &process_private->rxq_fds[qid]; in tap_setup_queue()
1481 } else if (*other_fd != -1) { in tap_setup_queue()
1483 *fd = dup(*other_fd); in tap_setup_queue()
1490 pmd->name, *other_fd, dir, qid, *fd); in tap_setup_queue()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1791 (fd, other_fd) = lzc_list(name, options)
1816 os.close(other_fd)