Home
last modified time | relevance | path

Searched refs:map_address (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c92 void *map_address; /* pointer to file in memory */ variable
164 if (scp->edi == (int)map_address) { in sig_handler()
168 } else if (scp->esi == (int)map_address) { in sig_handler()
178 (unsigned long)scp->esi, map_address); in sig_handler()
248 if ((map_address = shmat(shmid, NULL, 0)) in shmat_shmdt()
251 map_address); in shmat_shmdt()
260 memset(map_address, 'X', 1); in shmat_shmdt()
266 STR_SHMAT, pthread_self(), map_address); in shmat_shmdt()
275 if (shmdt((void *)map_address) == -1) { in shmat_shmdt()
314 map_address); in write_to_mem()
[all …]
Dmmap1.c50 static volatile unsigned char *map_address; variable
102 map_address = SAFE_MMAP(distant_area, in map_write_unmap()
108 map_address[j] = 'b'; in map_write_unmap()
110 tmp = (void *)map_address; in map_write_unmap()
135 c = map_address[j]; in read_mem()
/third_party/boost/boost/interprocess/sync/windows/
Dsync_utils.hpp84 const void *map_address() const in map_address() function in boost::interprocess::ipcdetail::sync_id
107 { return l->map_address() < r->map_address(); } in operator ()()
/third_party/ltp/testcases/kernel/mem/mtest07/
Dshm_test.c285 char *map_address = NULL; in main() local
323 i, map_address, map_size); in main()