OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attchaddr
(Results
1 - 1
of
1
) sorted by null
/external/ltp/testcases/kernel/syscalls/ipc/shmat/
shmat01.c
73
void *
attchaddr
;
local
87
attchaddr
= base_addr + TC[i].offset;
89
attchaddr
= NULL;
92
addr = shmat(*(TC[i].shmid),
attchaddr
, TC[i].flags);
Completed in 78 milliseconds