OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ls32
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/compat/linux32/common/
linux32_sysctl.c
165
struct linux32_sysctl
ls32
;
local
175
if ((error = copyin(SCARG_P32(uap, lsp), &
ls32
, sizeof(
ls32
))) != 0)
181
if (NETBSD32PTR64(
ls32
.oldlenp) != NULL) {
182
if ((error = copyin(NETBSD32PTR64(
ls32
.oldlenp),
194
if ((
ls32
.nlen > CTL_MAXNAME) || (
ls32
.nlen < 1))
200
if ((error = copyin(NETBSD32PTR64(
ls32
.name), &name,
201
ls32
.nlen * sizeof(int))) != 0)
204
ktrmib(name,
ls32
.nlen)
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026