Searched refs:f_fd (Results 1 – 1 of 1) sorted by relevance
56 int f_fd; member77 REQUIRE(files[0].f_fd); in test_fcntl()78 REQUIRE(files[1].f_fd); in test_fcntl()79 REQUIRE(files[2].f_fd); in test_fcntl()82 { "file cap", cap_new(files[0].f_fd, rights) }, in test_fcntl()83 { "socket cap", cap_new(files[1].f_fd, rights) }, in test_fcntl()84 { "SHM cap", cap_new(files[2].f_fd, rights) }, in test_fcntl()86 REQUIRE(caps[0].f_fd); in test_fcntl()87 REQUIRE(caps[1].f_fd); in test_fcntl()88 REQUIRE(caps[2].f_fd); in test_fcntl()[all …]