OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:munlock_err
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_mlock.c
95
int mlock_err,
munlock_err
;
local in function:ATF_TC_BODY
138
munlock_err
= munlock((void *)(((uintptr_t)buf) + page/3), page/5);
139
if (
munlock_err
!= 0)
141
(void *)(((uintptr_t)buf) + page/3), page/5,
munlock_err
,
143
ATF_REQUIRE(
munlock_err
== 0);
t_mlock.c
95
int mlock_err,
munlock_err
;
local in function:ATF_TC_BODY
138
munlock_err
= munlock((void *)(((uintptr_t)buf) + page/3), page/5);
139
if (
munlock_err
!= 0)
141
(void *)(((uintptr_t)buf) + page/3), page/5,
munlock_err
,
143
ATF_REQUIRE(
munlock_err
== 0);
Completed in 24 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025