Symbol: linux_mq_notify_args
sys/amd64/linux/linux_proto.h
1633
int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
sys/amd64/linux/linux_sysent.c
261
{ .sy_narg = AS(linux_mq_notify_args), .sy_call = (sy_call_t *)linux_mq_notify, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 244 = linux_mq_notify */
sys/amd64/linux/linux_systrace_args.c
1851
struct linux_mq_notify_args *p = params;
sys/amd64/linux32/linux32_proto.h
1952
int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
sys/amd64/linux32/linux32_sysent.c
299
{ .sy_narg = AS(linux_mq_notify_args), .sy_call = (sy_call_t *)linux_mq_notify, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 281 = linux_mq_notify */
sys/amd64/linux32/linux32_systrace_args.c
1969
struct linux_mq_notify_args *p = params;
sys/arm64/linux/linux_proto.h
1395
int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
sys/arm64/linux/linux_sysent.c
201
{ .sy_narg = AS(linux_mq_notify_args), .sy_call = (sy_call_t *)linux_mq_notify, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 184 = linux_mq_notify */
sys/arm64/linux/linux_systrace_args.c
1454
struct linux_mq_notify_args *p = params;
sys/compat/linux/linux_misc.c
3070
linux_mq_notify(struct thread *td, struct linux_mq_notify_args *args)
sys/i386/linux/linux_proto.h
1948
int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
sys/i386/linux/linux_sysent.c
298
{ .sy_narg = AS(linux_mq_notify_args), .sy_call = (sy_call_t *)linux_mq_notify, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 281 = linux_mq_notify */
sys/i386/linux/linux_systrace_args.c
2004
struct linux_mq_notify_args *p = params;