Home
last modified time | relevance | path

Searched refs:libc_shmctl (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
Dhugeshmctl02.c54 static int libc_shmctl(int shmid, int cmd, void *buf) in libc_shmctl() function
69 { .shmctl = libc_shmctl, .desc = "libc shmctl()"},
79 if (tcases[i].error == EFAULT && tv->shmctl == libc_shmctl) { in test_hugeshmctl()
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl02.c47 static int libc_shmctl(int shmid, int cmd, void *buf) in libc_shmctl() function
82 { .shmctl = libc_shmctl, .desc = "libc shmctl()"},
92 if (tc[i].error == EFAULT && tv->shmctl == libc_shmctl) { in verify_shmctl()