Searched refs:msginfo_buf (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl12.c | 20 static struct msginfo msginfo_buf; variable 29 {&msg_q, IPC_INFO, "IPC_INFO", &msginfo_buf}, 30 {&msg_q, MSG_INFO, "MSG_INFO", &msginfo_buf}, 50 index_q = SAFE_MSGCTL(msg_q, IPC_INFO, (struct msqid_ds*)&msginfo_buf); in setup()
|