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;
1412 syscallarg(netbsd32_uintp) msg_prio;
1420 syscallarg(unsigned) msg_prio;
1429 syscallarg(netbsd32_uintp) msg_prio;
2301 syscallarg(unsigned) msg_prio;
2310 syscallarg(netbsd32_uintp) msg_prio;
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;
1712 syscallarg(unsigned *) msg_prio;
1722 syscallarg(unsigned) msg_prio;
1733 syscallarg(unsigned *) msg_prio;
2812 syscallarg(unsigned) msg_prio;
2823 syscallarg(unsigned *) msg_prio;
  /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 808 syscallarg(unsigned int) msg_prio;
817 syscallarg(unsigned int *) msg_prio;
linux_systrace_args.c 1280 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1291 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1080 syscallarg(unsigned int) msg_prio;
1089 syscallarg(unsigned int *) msg_prio;
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 970 syscallarg(unsigned int) msg_prio;
979 syscallarg(unsigned int *) msg_prio;
linux_systrace_args.c 1680 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1691 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1044 syscallarg(unsigned int) msg_prio;
1053 syscallarg(unsigned int *) msg_prio;
linux_systrace_args.c 1779 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1790 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1091 syscallarg(unsigned int) msg_prio;
1100 syscallarg(unsigned int *) msg_prio;
linux_systrace_args.c 1842 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1853 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1038 syscallarg(unsigned int) msg_prio;
1047 syscallarg(unsigned int *) msg_prio;
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1085 syscallarg(unsigned int) msg_prio;
1094 syscallarg(unsigned int *) msg_prio;
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 977 syscallarg(unsigned int) msg_prio;
986 syscallarg(unsigned int *) msg_prio;

Completed in 53 milliseconds