| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| info-os.c | 31 static int shmid = -1, semid = -1, msqid = -1; variable 42 if (msqid >= 0) 43 msgctl (msqid, IPC_RMID, NULL); 102 msqid = msgget (msgkey, flags | IPC_EXCL); 103 if (msqid >= 0) 109 if (msqid < 0)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| info-os.c | 31 static int shmid = -1, semid = -1, msqid = -1; variable 42 if (msqid >= 0) 43 msgctl (msqid, IPC_RMID, NULL); 102 msqid = msgget (msgkey, flags | IPC_EXCL); 103 if (msqid >= 0) 109 if (msqid < 0)
|
| /src/sys/compat/linux/common/ |
| linux_msg.h | 118 syscallarg(int) msqid; member in struct:linux_sys_msgctl_args
|
| /src/sys/kern/ |
| sysv_msg.c | 216 int i, sz, msqid, newmsgmax, new_nfree_msgmaps; local 254 for (msqid = 0; msqid < msginfo.msgmni; msqid++) { 258 msq = &msqs[msqid]; 261 i = msqid; 302 for (msqid = 0; msqid < msginfo.msgmni; msqid++) { 307 msq = &msqs[msqid]; 600 int msqid, error = 0; local 708 int segs_needed, error = 0, msqid; local 1021 int error = 0, msqid; local [all...] |
| /src/tests/kernel/ |
| t_sysv.c | 345 int msqid, loop; local 347 if ((msqid = msgget(msgkey, 0)) == -1) 354 if (msgrcv(msqid, &m, MESSAGE_TEXT_LEN, MTYPE_1, 0) 365 if (msgsnd(msqid, &m, MESSAGE_TEXT_LEN, 0) == -1) 372 if (msgrcv(msqid, &m, MESSAGE_TEXT_LEN, MTYPE_2, 0) 383 if (msgsnd(msqid, &m, MESSAGE_TEXT_LEN, 0) == -1)
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 1147 int msqid; local 1153 &key, &msqid, &perms, &cbytes, &qnum, 1180 "<column name=\"msqid\">%d</column>" 1195 msqid,
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 1147 int msqid; local 1153 &key, &msqid, &perms, &cbytes, &qnum, 1180 "<column name=\"msqid\">%d</column>" 1195 msqid,
|
| /src/sys/compat/netbsd32/ |
| netbsd32_syscallargs.h | 1167 syscallarg(int) msqid; member in struct:compat_14_netbsd32_msgctl_args 1180 syscallarg(int) msqid; member in struct:netbsd32_msgsnd_args 1188 syscallarg(int) msqid; member in struct:netbsd32_msgrcv_args 1642 syscallarg(int) msqid; member in struct:compat_50_netbsd32___msgctl13_args 2385 syscallarg(int) msqid; member in struct:netbsd32___msgctl50_args
|
| /src/sys/sys/ |
| syscallargs.h | 1419 syscallarg(int) msqid; member in struct:compat_14_sys_msgctl_args 1436 syscallarg(int) msqid; member in struct:sys_msgsnd_args 1446 syscallarg(int) msqid; member in struct:sys_msgrcv_args 1986 syscallarg(int) msqid; member in struct:compat_50_sys___msgctl13_args 2913 syscallarg(int) msqid; member in struct:sys___msgctl50_args
|