Searched hist:"6 da777e2" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-sys.c | 6da777e2 Fri Feb 10 12:16:25 CST 2023 Kyle Evans <kevans@FreeBSD.org> bsd-user: implement sysctlbyname(2)
do_freebsd_sysctlbyname needs to translate the 'name' back down to a OID so we can intercept the special ones. Do that and call the common wrapper do_freebsd_sysctl_oid.
Signed-off-by: Kyle Evans <kevans@FreeBSD.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | os-syscall.c | 6da777e2 Fri Feb 10 12:16:25 CST 2023 Kyle Evans <kevans@FreeBSD.org> bsd-user: implement sysctlbyname(2)
do_freebsd_sysctlbyname needs to translate the 'name' back down to a OID so we can intercept the special ones. Do that and call the common wrapper do_freebsd_sysctl_oid.
Signed-off-by: Kyle Evans <kevans@FreeBSD.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 6da777e2 Fri Feb 10 12:16:25 CST 2023 Kyle Evans <kevans@FreeBSD.org> bsd-user: implement sysctlbyname(2)
do_freebsd_sysctlbyname needs to translate the 'name' back down to a OID so we can intercept the special ones. Do that and call the common wrapper do_freebsd_sysctl_oid.
Signed-off-by: Kyle Evans <kevans@FreeBSD.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|