Home
last modified time | relevance | path

Searched refs:linux_mq_notify_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/sys/arm64/linux/
H A Dlinux_proto.h702 struct linux_mq_notify_args { struct
1391 int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
H A Dlinux_sysent.c201 { .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 */
H A Dlinux_systrace_args.c1447 struct linux_mq_notify_args *p = params; in systrace_args()
/freebsd-src/sys/amd64/linux/
H A Dlinux_proto.h876 struct linux_mq_notify_args { struct
1629 int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
H A Dlinux_sysent.c261 { .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 */
H A Dlinux_systrace_args.c1851 struct linux_mq_notify_args *p = params; in systrace_args()
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_proto.h945 struct linux_mq_notify_args { struct
1948 int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
H A Dlinux32_sysent.c299 { .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 */
H A Dlinux32_systrace_args.c1969 struct linux_mq_notify_args *p = params; in systrace_args()
/freebsd-src/sys/i386/linux/
H A Dlinux_proto.h943 struct linux_mq_notify_args { struct
1944 int linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
H A Dlinux_sysent.c298 { .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 */
H A Dlinux_systrace_args.c2004 struct linux_mq_notify_args *p = params; in systrace_args()
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c3050 linux_mq_notify(struct thread *td, struct linux_mq_notify_args *args) in linux_mq_notify()