OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shmaddr
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XShm.h
68
char *
shmaddr
; /* address in client */
member in struct:__anon39760
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XShm.h
68
char *
shmaddr
; /* address in client */
member in struct:__anon41350
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XShm.h
68
char *
shmaddr
; /* address in client */
member in struct:__anon42865
/external/stressapptest/src/
os.cc
448
void *
shmaddr
;
local
461
shmaddr
= shmat(shmid, NULL, NULL);
462
if (
shmaddr
== reinterpret_cast<void*>(-1)) {
479
buf =
shmaddr
;
481
shmid,
shmaddr
);
488
void *
shmaddr
= NULL;
local
516
shmaddr
= mmap64(NULL, length, PROT_READ | PROT_WRITE,
519
if (
shmaddr
== reinterpret_cast<void*>(-1)) {
531
buf =
shmaddr
;
536
sprintf(location_message, "at %p",
shmaddr
);
[
all
...]
Completed in 537 milliseconds