Searched refs:result_fd (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 23-1.c | 79 int i, pid, result_fd; in main() local 90 result_fd = shm_open(SHM_RESULT_NAME, in main() 92 if (result_fd == -1) { in main() 97 if (ftruncate(result_fd, sizeof(*create_cnt)) != 0) { in main() 104 MAP_SHARED, result_fd, 0); in main()
|
/external/libchrome/base/posix/ |
D | unix_domain_socket.cc | 233 int* result_fd, in SendRecvMsg() argument 237 result_fd, request); in SendRecvMsg() 245 int* result_fd, in SendRecvMsgWithFlags() argument 276 if (recv_fds.size() > (result_fd != nullptr ? 1 : 0)) { in SendRecvMsgWithFlags() 281 if (result_fd) in SendRecvMsgWithFlags() 282 *result_fd = recv_fds.empty() ? -1 : recv_fds[0].release(); in SendRecvMsgWithFlags()
|
D | unix_domain_socket.h | 87 int* result_fd, 96 int* result_fd,
|
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 961 int *result_fd) in handle_buildid_f_match() argument 1003 if (result_fd) in handle_buildid_f_match() 1004 *result_fd = fd; in handle_buildid_f_match() 1351 int *result_fd) in handle_buildid_r_match() argument 1395 if (result_fd) in handle_buildid_r_match() 1396 *result_fd = fd; in handle_buildid_r_match() 1536 if (result_fd) in handle_buildid_r_match() 1537 *result_fd = fd; in handle_buildid_r_match() 1553 int *result_fd) in handle_buildid_match() argument 1558 return handle_buildid_f_match(internal_req_p, b_mtime, b_source0, result_fd); in handle_buildid_match() [all …]
|