HomeSort by: relevance | last modified time | path
    Searched refs:msg_prio (Results 1 - 24 of 24) sorted by relevancy

  /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/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 813 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
822 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
linux_systrace_args.c 1288 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1299 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1093 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
1102 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 983 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
992 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
linux_systrace_args.c 1698 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1709 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1049 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
1058 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
linux_systrace_args.c 1787 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1798 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1096 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
1105 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
linux_systrace_args.c 1850 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1861 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1043 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
1052 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1090 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
1099 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 982 syscallarg(unsigned int) msg_prio; member in struct:linux_sys_mq_timedsend_args
991 syscallarg(unsigned int *) msg_prio; member in struct:linux_sys_mq_timedreceive_args

Completed in 79 milliseconds