Searched refs:unixfd (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 235 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 D | obmc_console.hpp | 196 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 D | qemu-bridge-helper.c | 239 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 D | log_services.hpp | 631 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 D | pel_manager_test.cpp | 432 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 D | interface.md | 89 - `unixfd`
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 175 - unixfd - The file descriptor for the opened file that contains the contents.
|