Searched refs:linux_ioprio_get (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/sys/arm64/linux/ |
H A D | linux_sysent.c | 48 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 31 = linux_ioprio_get */
|
H A D | linux_proto.h | 1272 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 308 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 290 = linux_ioprio_get */
|
H A D | linux32_proto.h | 1956 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_sysent.c | 269 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 252 = linux_ioprio_get */
|
H A D | linux_proto.h | 1637 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_sysent.c | 307 { .sy_narg = AS(linux_ioprio_get_args), .sy_call = (sy_call_t *)linux_ioprio_get, .sy_auevent = AUE_GETPRIORITY, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 290 = linux_ioprio_get */
|
H A D | linux_proto.h | 1952 int linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 2774 linux_ioprio_get(struct thread *td, struct linux_ioprio_get_args *args) in linux_ioprio_get() function
|