OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_ADD_SEALS
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/kernel/
t_memfd_create.c
224
ATF_REQUIRE_EQ_MSG(fcntl(fd,
F_ADD_SEALS
, F_SEAL_WRITE), -1,
241
RL(fcntl(fd,
F_ADD_SEALS
, F_SEAL_SEAL));
243
ATF_REQUIRE_EQ_MSG(fcntl(fd,
F_ADD_SEALS
, F_SEAL_WRITE), -1,
267
rv = fcntl(fd,
F_ADD_SEALS
, F_SEAL_SEAL);
270
"Seal %x prevented
F_ADD_SEALS
", except);
272
"
F_ADD_SEALS
failed unexpectedly (%s)",
335
RL(fcntl(fd,
F_ADD_SEALS
, F_SEAL_SHRINK));
359
RL(fcntl(fd,
F_ADD_SEALS
, F_SEAL_GROW));
383
RL(fcntl(fd,
F_ADD_SEALS
, F_SEAL_WRITE));
415
ATF_REQUIRE_EQ_MSG(fcntl(fd,
F_ADD_SEALS
, F_SEAL_WRITE), -1
[
all
...]
/src/sys/sys/
fcntl.h
208
#define
F_ADD_SEALS
16 /* set seals */
233
/* types of seals (
F_ADD_SEALS
, F_GET_SEALS) */
/src/sys/kern/
sys_descrip.c
498
case
F_ADD_SEALS
:
500
error = (*fp->f_ops->fo_fcntl)(fp,
F_ADD_SEALS
, &tmp);
sys_memfd.c
249
case
F_ADD_SEALS
:
/src/sys/compat/linux/common/
linux_file.c
458
cmd =
F_ADD_SEALS
;
Completed in 14 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025