Searched refs:result_fd (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A 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()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
H A D | page-poisoning.c | 89 static FILE *result_fd = NULL; variable 159 if (!result_fd) in result() 164 fprintf(result_fd, "[pid %d] %s", mypid, buf); in result() 165 fflush(result_fd); in result() 178 if (result_fd) in err() 777 result_fd = fopen(result_file, "w"); in setup_log() 779 result_fd = fopen(result_file, "a"); in setup_log() 780 if (!result_fd) in setup_log() 794 fclose(result_fd); in free_log()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 1654 int *result_fd) in handle_buildid_f_match() 1725 if (result_fd) in handle_buildid_f_match() 1726 *result_fd = fd; in handle_buildid_f_match() 1757 int *result_fd) in handle_buildid_r_match() 1834 if (result_fd) in handle_buildid_r_match() 1835 *result_fd = fd; in handle_buildid_r_match() 2016 if (result_fd) in handle_buildid_r_match() 2017 *result_fd = fd; in handle_buildid_r_match() 2034 int *result_fd) in handle_buildid_match() 2040 section, result_fd); in handle_buildid_match() 1650 handle_buildid_f_match(bool internal_req_t, int64_t b_mtime, const string& b_source0, const string& section, int *result_fd) handle_buildid_f_match() argument 1752 handle_buildid_r_match(bool internal_req_p, int64_t b_mtime, const string& b_source0, const string& b_source1, const string& section, int *result_fd) handle_buildid_r_match() argument 2028 handle_buildid_match(bool internal_req_p, int64_t b_mtime, const string& b_stype, const string& b_source0, const string& b_source1, const string& section, int *result_fd) handle_buildid_match() argument 2107 handle_buildid(MHD_Connection* conn, const string& buildid , string& artifacttype , const string& suffix , int *result_fd) handle_buildid() argument [all...] |
Completed in 6 milliseconds