/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
D | It_posix_queue_206.cpp | 49 ret = mq_notify(mqueue, ¬ification); in Child() 55 ret = mq_notify(mqueue, ¬ification); in Child() 61 ret = mq_notify(-1, ¬ification); in Child() 65 ret = mq_notify(mqueue, ¬ification); in Child() 72 ret = mq_notify(mqueue, ¬ification); in Child() 84 ret = mq_notify(mqueue, nullptr); in Child() 93 ret = mq_notify(mqueue, ¬ification); in Child()
|
D | It_posix_queue_208.cpp | 83 ret = mq_notify(g_mqueue, &sigev); in Child() 107 ret = mq_notify(g_mqueue, &sigev); in Child()
|
D | It_posix_queue_205.cpp | 74 ret = mq_notify(g_mqueue, &sigev); in Child()
|
D | It_posix_queue_207.cpp | 73 ret = mq_notify(g_mqueue, &sigev); in Child()
|
D | It_posix_queue_209.cpp | 101 ret = mq_notify(g_mqueue, &sigev); in Child()
|
/kernel/liteos_a/compat/posix/include/ |
D | mqueue.h | 98 struct mqnotify mq_notify; member
|
/kernel/linux/linux-5.10/kernel/ |
D | sys_ni.c | 198 COND_SYSCALL(mq_notify); 199 COND_SYSCALL_COMPAT(mq_notify);
|
D | audit.h | 168 } mq_notify; member
|
D | auditsc.c | 1288 context->mq_notify.mqdes, in show_special() 1289 context->mq_notify.sigev_signo); in show_special() 2288 context->mq_notify.sigev_signo = notification->sigev_signo; in __audit_mq_notify() 2290 context->mq_notify.sigev_signo = 0; in __audit_mq_notify() 2292 context->mq_notify.mqdes = mqdes; in __audit_mq_notify()
|
/kernel/liteos_a/compat/posix/src/ |
D | mqueue.c | 124 mqueueCB->mq_notify.pid = 0; in DoMqueueDelete() 209 mqueueCB->mq_notify.pid = 0; in DoMqueueCreate() 726 struct mqnotify *mqnotify = &mqueueCB->mq_notify; in MqSendNotify() 913 mqnotify = &mqueueCB->mq_notify; in OsMqNotify()
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 255 244 64 mq_notify sys_mq_notify 387 527 x32 mq_notify compat_sys_mq_notify
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 255 244 64 mq_notify sys_mq_notify 387 527 x32 mq_notify compat_sys_mq_notify
|
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 245 234 n64 mq_notify sys_mq_notify
|
D | syscall_n32.tbl | 249 238 n32 mq_notify compat_sys_mq_notify
|
D | syscall_o32.tbl | 289 275 o32 mq_notify sys_mq_notify compat_sys_mq_notify
|
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 254 242 common mq_notify sys_mq_notify
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 255 236 common mq_notify sys_mq_notify
|
/kernel/linux/linux-5.10/ipc/ |
D | mqueue.c | 1426 SYSCALL_DEFINE2(mq_notify, mqd_t, mqdes, in SYSCALL_DEFINE2() argument 1561 COMPAT_SYSCALL_DEFINE2(mq_notify, mqd_t, mqdes, in COMPAT_SYSCALL_DEFINE2() argument
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 291 281 common mq_notify sys_mq_notify
|
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 284 275 common mq_notify sys_mq_notify compat_sys_mq_notify
|
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 291 281 common mq_notify sys_mq_notify
|
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 261 233 common mq_notify sys_mq_notify compat_sys_mq_notify
|
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 285 275 common mq_notify sys_mq_notify
|
/kernel/linux/linux-5.10/arch/arm/tools/ |
D | syscall.tbl | 295 278 common mq_notify sys_mq_notify
|
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 367 436 common mq_notify sys_mq_notify
|