]> xenbits.xensource.com Git - qemu-xen.git/commit
bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt
authorJuergen Lock <nox@jelal.kn-bremen.de>
Fri, 10 Feb 2023 22:13:30 +0000 (15:13 -0700)
committerWarner Losh <imp@bsdimp.com>
Wed, 1 Mar 2023 18:09:18 +0000 (11:09 -0700)
commit0394968a44e0d4dacf7ca12c7d3a9044f78c5d9d
tree2cf50221925ed0593f1e3298cc2ecf690990e96d
parentefba70de5420198f33919cd75627344359f61341
bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt

Helper functions for sysctl implementations. sysctl_name2oid and
sysctl_oidfmt convert oids between host and targets

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/freebsd/os-sys.c