HomeSort by relevance Sort by last modified time
    Searched refs:func_set (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
hugeshmctl01.c 90 static void func_set(void);
108 IPC_SET, func_set, set_setup}, {
344 * func_set() - check the functionality of the IPC_SET command with shmctl()
346 static void func_set(void) function
350 tst_resm(TBROK | TERRNO, "shmctl in func_set()");
  /external/ltp/testcases/kernel/syscalls/ipc/shmctl/
shmctl01.c 74 static void set_setup(void), func_set(int ret);
110 {&shm_id_1, IPC_SET, &buf, func_set, set_setup},
371 * func_set() - check the functionality of the IPC_SET command with shmctl()
373 void func_set(int ret) function
379 tst_resm(TBROK, "stat failed in func_set()");
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl01.c 61 static void set_setup(void), func_set(void);
109 {&sem_id_1, 0, IPC_SET, func_set, SEMUN_CAST & buf, set_setup},
259 * func_set() - check the functionality of the IPC_SET command with semctl()
261 static void func_set(void) function
265 tst_resm(TBROK, "stat failed in func_set()");

Completed in 855 milliseconds