| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| mqueue.d | 157 * msg_prio = If not `null`, set to the priority of this message. 163 ssize_t mq_receive (mqd_t mqdes, char* msg_ptr, size_t msg_len, uint* msg_prio); 175 * msg_prio = If not `null`, set to the priority of this message. 183 uint* msg_prio, const(timespec)* abs_timeout); 194 * msg_prio = Priority of this message. 200 int mq_send (mqd_t mqdes, const(char)* msg_ptr, size_t msg_len, uint msg_prio); 212 * msg_prio = Priority of this message. 221 uint msg_prio, const(timespec)* abs_timeout);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_mqueue.c | 229 syscallarg(unsigned) msg_prio; 234 SCARG(uap, msg_len), SCARG(uap, msg_prio), NULL); 245 syscallarg(netbsd32_uintp) msg_prio; 251 SCARG(uap, msg_len), SCARG_P32(uap, msg_prio), NULL, &mlen); 266 syscallarg(unsigned) msg_prio; 286 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp); 297 syscallarg(netbsd32_uintp) msg_prio; 318 SCARG(uap, msg_len), SCARG_P32(uap, msg_prio), tsp, &mlen); 336 syscallarg(unsigned) msg_prio; 356 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp) [all...] |
| netbsd32_syscallargs.h | 1404 syscallarg(unsigned) msg_prio; member in struct:netbsd32_mq_send_args 1412 syscallarg(netbsd32_uintp) msg_prio; member in struct:netbsd32_mq_receive_args 1420 syscallarg(unsigned) msg_prio; member in struct:compat_50_netbsd32_mq_timedsend_args 1429 syscallarg(netbsd32_uintp) msg_prio; member in struct:compat_50_netbsd32_mq_timedreceive_args 2301 syscallarg(unsigned) msg_prio; member in struct:netbsd32___mq_timedsend50_args 2310 syscallarg(netbsd32_uintp) msg_prio; member in struct:netbsd32___mq_timedreceive50_args
|
| netbsd32_systrace_args.c | 1896 uarg[3] = SCARG(p, msg_prio); /* unsigned */ 1906 uarg[3] = (intptr_t) SCARG(p, msg_prio).i32; /* netbsd32_uintp */ 1916 uarg[3] = SCARG(p, msg_prio); /* unsigned */ 1927 uarg[3] = (intptr_t) SCARG(p, msg_prio).i32; /* netbsd32_uintp */ 3086 uarg[3] = SCARG(p, msg_prio); /* unsigned */ 3097 uarg[3] = (intptr_t) SCARG(p, msg_prio).i32; /* netbsd32_uintp */
|
| /src/sys/kern/ |
| sys_mqueue.c | 312 if (msg->msg_prio > mit->msg_prio) 630 mq_recv1(mqd_t mqdes, void *msg_ptr, size_t msg_len, u_int *msg_prio, 696 KASSERT((MQ_PQSIZE - idx) == msg->msg_prio); 719 if (error == 0 && msg_prio) 720 error = copyout(&msg->msg_prio, msg_prio, sizeof(unsigned)); 734 syscallarg(unsigned *) msg_prio; 740 SCARG(uap, msg_len), SCARG(uap, msg_prio), NULL, &mlen); 755 syscallarg(unsigned *) msg_prio; [all...] |
| systrace_args.c | 1957 uarg[3] = SCARG(p, msg_prio); /* unsigned */ 1967 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned * */ 1977 uarg[3] = SCARG(p, msg_prio); /* unsigned */ 1988 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned * */ 3260 uarg[3] = SCARG(p, msg_prio); /* unsigned */ 3271 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned * */
|
| /src/sys/sys/ |
| mqueue.h | 107 u_int msg_prio; member in struct:mq_msg
|
| syscallargs.h | 1702 syscallarg(unsigned) msg_prio; member in struct:sys_mq_send_args 1712 syscallarg(unsigned *) msg_prio; member in struct:sys_mq_receive_args 1722 syscallarg(unsigned) msg_prio; member in struct:compat_50_sys_mq_timedsend_args 1733 syscallarg(unsigned *) msg_prio; member in struct:compat_50_sys_mq_timedreceive_args 2812 syscallarg(unsigned) msg_prio; member in struct:sys___mq_timedsend50_args 2823 syscallarg(unsigned *) msg_prio; member in struct:sys___mq_timedreceive50_args
|
| /src/lib/libpthread/ |
| pthread_cancelstub.c | 321 mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len, unsigned *msg_prio) 328 retval = _sys_mq_receive(mqdes, msg_ptr, msg_len, msg_prio); 335 mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len, unsigned msg_prio) 342 retval = _sys_mq_send(mqdes, msg_ptr, msg_len, msg_prio); 350 unsigned *msg_prio, const struct timespec *abst) 357 retval = _sys___mq_timedreceive50(mqdes, msg_ptr, msg_len, msg_prio, 366 unsigned msg_prio, const struct timespec *abst) 373 retval = _sys___mq_timedsend50(mqdes, msg_ptr, msg_len, msg_prio,
|
| /src/sys/compat/linux/common/ |
| linux_mqueue.c | 125 syscallarg(unsigned int) msg_prio; 144 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp); 156 syscallarg(unsigned int *) msg_prio; 176 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp, &mlen);
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1357 #define __sanitizer_syscall_pre_mq_send(mqdes, msg_ptr, msg_len, msg_prio) \ 1360 (long long)(msg_prio)) 1362 msg_prio) \ 1365 (long long)(msg_prio)) 1366 #define __sanitizer_syscall_pre_mq_receive(mqdes, msg_ptr, msg_len, msg_prio) \ 1369 (long long)(msg_prio)) 1371 msg_prio) \ 1374 (long long)(msg_prio)) 1376 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1379 (long long)(msg_prio), (long long)(abs_timeout) [all...] |
| linux_syscall_hooks.h | 1369 msg_prio, abs_timeout) \ 1371 (long)(msg_len), (long)(msg_prio), \ 1374 msg_prio, abs_timeout) \ 1376 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 1379 msg_prio, abs_timeout) \ 1381 (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 1384 msg_prio, abs_timeout) \ 1386 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 2780 long msg_len, long msg_prio, 2784 long msg_prio, [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1383 #define __sanitizer_syscall_pre_mq_send(mqdes, msg_ptr, msg_len, msg_prio) \ 1386 (long long)(msg_prio)) 1388 msg_prio) \ 1391 (long long)(msg_prio)) 1392 #define __sanitizer_syscall_pre_mq_receive(mqdes, msg_ptr, msg_len, msg_prio) \ 1395 (long long)(msg_prio)) 1397 msg_prio) \ 1400 (long long)(msg_prio)) 1402 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1405 (long long)(msg_prio), (long long)(abs_timeout) [all...] |
| linux_syscall_hooks.h | 1377 msg_prio, abs_timeout) \ 1379 (long)(msg_len), (long)(msg_prio), \ 1382 msg_prio, abs_timeout) \ 1384 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 1387 msg_prio, abs_timeout) \ 1389 (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 1392 msg_prio, abs_timeout) \ 1394 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 2795 long msg_len, long msg_prio, 2799 long msg_prio, [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1383 #define __sanitizer_syscall_pre_mq_send(mqdes, msg_ptr, msg_len, msg_prio) \ 1386 (long long)(msg_prio)) 1388 msg_prio) \ 1391 (long long)(msg_prio)) 1392 #define __sanitizer_syscall_pre_mq_receive(mqdes, msg_ptr, msg_len, msg_prio) \ 1395 (long long)(msg_prio)) 1397 msg_prio) \ 1400 (long long)(msg_prio)) 1402 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1405 (long long)(msg_prio), (long long)(abs_timeout) [all...] |
| linux_syscall_hooks.h | 1377 msg_prio, abs_timeout) \ 1379 (long)(msg_len), (long)(msg_prio), \ 1382 msg_prio, abs_timeout) \ 1384 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 1387 msg_prio, abs_timeout) \ 1389 (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 1392 msg_prio, abs_timeout) \ 1394 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \ 2795 long msg_len, long msg_prio, 2799 long msg_prio, [all...] |
| /src/sys/compat/common/ |
| kern_time_50.c | 393 syscallarg(unsigned) msg_prio; 413 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp); 427 syscallarg(unsigned *) msg_prio; 449 SCARG(uap, msg_len), SCARG(uap, msg_prio), tsp, &mlen);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 818 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 827 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_syscallargs.h | 988 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 997 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/i386/ |
| linux_syscallargs.h | 1101 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 1110 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1098 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 1107 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/arm/ |
| linux_syscallargs.h | 1054 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 1063 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_syscallargs.h | 1048 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 1057 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/mips/ |
| linux_syscallargs.h | 1095 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 1104 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_syscallargs.h | 987 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args 996 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
|