Home
last modified time | relevance | path

Searched refs:unixfd (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c235 static void connect_one_server(int fd, int unixfd) in connect_one_server() argument
254 ret = read(unixfd, buf2, 4); in connect_one_server()
259 ret = write(unixfd, &len, sizeof(len)); in connect_one_server()
269 ret = read(unixfd, buf2, 4); in connect_one_server()
276 ret = write(unixfd, &total, sizeof(total)); in connect_one_server()
297 ret = read(unixfd, buf2, 4); in connect_one_server()
306 ret = write(unixfd, "closed", 6); in connect_one_server()
309 close(unixfd); in connect_one_server()
326 static void process_one_client(int fd, int unixfd) in process_one_client() argument
345 ret = write(unixfd, "xmit", 4); in process_one_client()
[all …]
/openbmc/bmcweb/include/
H A Dobmc_console.hpp196 const sdbusplus::message::unix_fd& unixfd) in connectConsoleSocket() argument
215 int fd = dup(unixfd); in connectConsoleSocket()
268 const sdbusplus::message::unix_fd& unixfd) { in processConsoleObject() argument
269 connectConsoleSocket(conn, ec1, unixfd); in processConsoleObject()
/openbmc/qemu/
H A Dqemu-bridge-helper.c239 int fd = -1, ctlfd = -1, unixfd = -1; in main() local
271 unixfd = atoi(&argv[index][5]); in main()
278 if (bridge == NULL || unixfd == -1) { in main()
442 if (send_fd(unixfd, fd) == -1) { in main()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp631 const sdbusplus::message::unix_fd& unixfd) in downloadEntryCallback() argument
654 fd = dup(unixfd); in downloadEntryCallback()
705 const sdbusplus::message::unix_fd& unixfd) { in downloadDumpEntry() argument
706 downloadEntryCallback(asyncResp, entryID, dumpType, ec, unixfd); in downloadDumpEntry()
740 const sdbusplus::message::unix_fd& unixfd) { in downloadEventLogEntry() argument
741 downloadEntryCallback(asyncResp, entryID, dumpType, ec, unixfd); in downloadEventLogEntry()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp432 auto unixfd = manager.getPEL(id); in TEST_F() local
436 int r = fstat(unixfd, &s); in TEST_F()
441 FILE* fp = fdopen(unixfd, "r"); in TEST_F()
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md89 - `unixfd`
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md175 - unixfd - The file descriptor for the opened file that contains the contents.