OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_to_mem
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/mem/mtest07/
shm_test.c
179
char *
write_to_mem
; /* ptr to touch each (4096) block in memory */
local
219
write_to_mem
= shmat_addr;
221
dprt("pid[%d]: do_shmat_shmatd():
write_to_mem
= %#x\n", getpid(),
write_to_mem
);
222
*
write_to_mem
= 'Y';
224
write_to_mem
++;
/external/u-boot/cmd/
binop.c
77
void
write_to_mem
(char *varname, u8 *result, ulong len)
function
158
write_to_mem
(destarg + 1, result, len); /* Skip asterisk */
/external/ltp/testcases/kernel/mem/mtest06/
shmat1.c
26
/* July - 30 - 2001 Modified - Added function
write_to_mem
. */
289
/* Function:
write_to_mem
*/
300
void *
write_to_mem
(void *args)
function
318
"%s[%#lx]:
write_to_mem
(): memory address: [%p]\n",
478
if (pthread_create(&thid[1], NULL,
write_to_mem
, chld_args)) {
483
"created thread id[%#lx], execs fn
write_to_mem
()\n",
Completed in 2526 milliseconds