Lines Matching refs:shmaddr
448 void *shmaddr;
461 shmaddr = shmat(shmid, NULL, NULL);
462 if (shmaddr == reinterpret_cast<void*>(-1)) {
479 buf = shmaddr;
481 shmid, shmaddr);
488 void *shmaddr = NULL;
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);