Searched refs:faulty_buf (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/init_module/ |
D | init_module02.c | 26 static void *buf, *faulty_buf, *null_buf; variable 41 {"faulty-buffer", &faulty_buf, &size, "", 0, 0, EFAULT}, 63 faulty_buf = tst_get_bad_addr(NULL); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 34 static struct sembuf *faulty_buf; variable 56 {0, &valid_sem_id, &faulty_buf, &sem_op_1, 0, 0, 0, NSOPS, 1, &valid_to, EFAULT}, 107 faulty_buf = faulty_address; in setup()
|