Searched refs:bad_id (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_build_id_find_elf.c | 50 bad_id: in __libdwfl_open_by_build_id() 63 goto bad_id;; in __libdwfl_open_by_build_id() 69 goto bad_id; in __libdwfl_open_by_build_id()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
H A D | msgsnd02.c | 35 static int bad_id = -1; variable 56 {&bad_id, &snd_buf[0], MSGSIZE, EINVAL, 0},
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv02.c | 37 static int bad_id = -1; variable 57 {&bad_id, &rcv_buf, MSGSIZE, 2, 0, 0, EINVAL},
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl03.c | 21 static int bad_id = -1; variable 57 {&bad_id, IPC_STAT, &semds_ptr, EINVAL, "invalid sem id"},
|
Completed in 2 milliseconds