/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
D | 1-1.c | 115 void *mmaped; in main() local 139 mmaped = in main() 142 if (mmaped == MAP_FAILED) { in main() 147 sharedpid = (pid_t *) mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 6-1.c | 202 void *mmaped; in main() local 235 mmaped = in main() 237 if (mmaped == MAP_FAILED) { in main() 241 ctl = (int *)mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
D | 4-2.c | 207 void *mmaped; in main() local 240 mmaped = in main() 242 if (mmaped == MAP_FAILED) { in main() 246 td = (testdata_t *) mmaped; in main()
|
D | 1-2.c | 206 void *mmaped; in main() local 239 mmaped = in main() 241 if (mmaped == MAP_FAILED) { in main() 245 td = (testdata_t *) mmaped; in main()
|
D | 2-1.c | 173 void *mmaped; in main() local 206 mmaped = in main() 208 if (mmaped == MAP_FAILED) { in main() 212 td = (testdata_t *) mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
D | 2-2.c | 316 void *mmaped; in main() local 349 mmaped = in main() 351 if (mmaped == MAP_FAILED) { in main() 355 td = (testdata_t *) mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
D | 2-7.c | 308 void *mmaped; in main() local 341 mmaped = in main() 343 if (mmaped == MAP_FAILED) { in main() 347 td = (testdata_t *) mmaped; in main()
|
D | 2-4.c | 300 void *mmaped; in main() local 333 mmaped = in main() 335 if (mmaped == MAP_FAILED) { in main() 339 td = (testdata_t *) mmaped; in main()
|
D | 4-2.c | 255 void *mmaped; in main() local 288 mmaped = in main() 290 if (mmaped == MAP_FAILED) { in main() 294 td = (testdata_t *) mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress1.c | 431 void *mmaped; in main() local 465 mmaped = in main() 467 if (mmaped == MAP_FAILED) { in main() 471 td = (testdata_t *) mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 1-2.c | 348 void *mmaped; in main() local 382 mmaped = in main() 384 if (mmaped == MAP_FAILED) { in main() 388 td = (testdata_t *) mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | stress1.c | 437 void *mmaped; in main() local 471 mmaped = in main() 473 if (mmaped == MAP_FAILED) { in main() 477 td = (testdata_t *) mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 2-3.c | 302 void *mmaped; in main() local 329 mmaped = in main() 331 if (mmaped == MAP_FAILED) in main() 334 td = (struct testdata *)mmaped; in main()
|
D | 1-2.c | 365 void *mmaped; in main() local 396 mmaped = mmap(NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED, in main() 398 if (mmaped == MAP_FAILED) in main() 401 td = (struct testdata *)mmaped; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
D | 2-1.c | 390 void *mmaped; in main() local 424 mmaped = in main() 426 if (mmaped == MAP_FAILED) { in main() 430 td = (testdata_t *) mmaped; in main()
|
/third_party/libbpf/src/ |
D | libbpf.c | 533 void *mmaped; member 1749 map->mmaped = mmap(NULL, bpf_map_mmap_sz(map), PROT_READ | PROT_WRITE, 1751 if (map->mmaped == MAP_FAILED) { 1753 map->mmaped = NULL; 1762 memcpy(map->mmaped, data, data_sz); 5337 map->mmaped, map->def.value_size); 5342 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0); 7970 kcfg_data = obj->maps[obj->kconfig_map_idx].mmaped; 8542 if (map->mmaped) { 8543 munmap(map->mmaped, bpf_map_mmap_sz(map)); [all …]
|
D | libbpf.h | 1313 void **mmaped; member
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | plan-0.11.txt | 66 - allow for mmaped registy (tpm)
|
D | ChangeLog-0.8 | 7243 don't ref the filesrc when creating mmaped buffers. Don't keep a
|
/third_party/elfutils/ |
D | TODO | 28 structure in elfXX_getshdr if file is mmaped and unaligned access
|
D | NEWS | 553 elf_getshdr now works consistently on non-mmaped ELF files after
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 737 elf_getshdr now works consistently on non-mmaped ELF files after
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 136 file descriptors and mmaped memory could block umounting a block device in
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 591 - panfrost: Don't check if BO is mmaped before calling
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 14585 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
|