Searched refs:nfd (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | utils.cpp | 72 int nfd = sock + 1; in setupUnixSocket() local 75 int retval = select(nfd, &rfd, nullptr, nullptr, &tv); in setupUnixSocket() 115 int nfd = sock + 1; in writeToUnixSocket() local 117 int retval = select(nfd, nullptr, &wfd, nullptr, &tv); in writeToUnixSocket()
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | 116 size_t nfd = 0; in tpm_emu_ctrl_thread() local 118 qio_channel_readv_full(ioc, &iov, 1, &pfd, &nfd, 0, &error_abort); in tpm_emu_ctrl_thread() 121 g_assert_cmpint(nfd, ==, 1); in tpm_emu_ctrl_thread()
|
/openbmc/linux/net/unix/ |
H A D | garbage.c | 103 int nfd = UNIXCB(skb).fp->count; in scan_inflight() local 106 while (nfd--) { in scan_inflight()
|
/openbmc/linux/fs/ext4/ |
H A D | mballoc.c | 3537 struct ext4_free_data *fd, *nfd; in ext4_discard_work() local 3548 list_for_each_entry_safe(fd, nfd, &discard_list, efd_list) { in ext4_discard_work()
|