Searched refs:libc_shmctl (Results 1 – 2 of 2) sorted by relevance
54 static int libc_shmctl(int shmid, int cmd, void *buf) in libc_shmctl() function69 { .shmctl = libc_shmctl, .desc = "libc shmctl()"},79 if (tcases[i].error == EFAULT && tv->shmctl == libc_shmctl) { in test_hugeshmctl()
47 static int libc_shmctl(int shmid, int cmd, void *buf) in libc_shmctl() function82 { .shmctl = libc_shmctl, .desc = "libc shmctl()"},92 if (tc[i].error == EFAULT && tv->shmctl == libc_shmctl) { in verify_shmctl()