Home | History | Annotate | Download | only in shmt

Lines Matching refs:shmat

28  *	shmctl(2) shmget(2) shmat(2)
96 cp = shmat(shmid, NULL, 0);
99 perror("shmat");
101 "Error: shmat: shmid = %d, errno = %d\n",
128 tst_resm(TPASS, "shmget,shmat");
159 cp = shmat(shmid, NULL, 0);
162 perror("shmat:child process");
164 "Error: shmat: errno=%d, shmid=%d, child_pid=%d\n",
185 cp = shmat(shmid, NULL, 0);
188 perror("shmat:child process");
190 "Error: shmat: errno=%d, shmid=%d, child_pid=%d\n",