Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl12.c31 static int index_q; variable
43 {&index_q, MSG_STAT, "MSG_STAT", &msgqid_buf},
92 index_q = msgctl(msg_q, IPC_INFO, (struct msqid_ds *)&msginfo_buf); in setup()
93 if (index_q < 0) in setup()