OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_SEAL_SEAL
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/kernel/
t_memfd_create.c
234
"Checks adding
F_SEAL_SEAL
prevents adding other seals");
241
RL(fcntl(fd, F_ADD_SEALS,
F_SEAL_SEAL
));
266
if (except & ~
F_SEAL_SEAL
) {
267
rv = fcntl(fd, F_ADD_SEALS,
F_SEAL_SEAL
);
/src/sys/kern/
sys_memfd.c
49
#define MFD_KNOWN_SEALS (
F_SEAL_SEAL
|F_SEAL_SHRINK|F_SEAL_GROW \
120
mfd->mfd_seals |=
F_SEAL_SEAL
;
252
if (mfd->mfd_seals &
F_SEAL_SEAL
) {
/src/sys/sys/
fcntl.h
235
#define
F_SEAL_SEAL
0x0001 /* prevent further seals from being set */
/src/usr.bin/fstat/
misc.c
292
seal_yet = p_memfd_seal(seal_yet, mfd.mfd_seals,
F_SEAL_SEAL
, "
F_SEAL_SEAL
");
Completed in 12 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025