Searched refs:F_SEAL_SEAL (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/tests/sys/posixshm/
H A Dmemfd_test.c87 ATF_REQUIRE(fcntl(fd, F_GET_SEALS) == F_SEAL_SEAL);
262 ATF_REQUIRE(fcntl(fd, F_ADD_SEALS, F_SEAL_SEAL) == 0);
275 ATF_REQUIRE(fcntl(fd, F_ADD_SEALS, F_SEAL_GROW | F_SEAL_SEAL) == 0);
/freebsd-13-stable/sys/sys/
H A Dfcntl.h275 #define F_SEAL_SEAL 0x0001 /* Prevent adding sealings */ macro
/freebsd-13-stable/sys/kern/
H A Duipc_shm.c1048 initial_seals = F_SEAL_SEAL;
1050 initial_seals &= ~F_SEAL_SEAL;
1074 * Currently only F_SEAL_SEAL may be set when creating or opening shmfd.
1077 * already existed -- this currently assumes that only F_SEAL_SEAL can
1081 if ((initial_seals & ~F_SEAL_SEAL) != 0)
1149 * shm_open(2) actually sets F_SEAL_SEAL to maintain
1163 * already been set F_SEAL_SEAL. If F_SEAL_SEAL is set,
1166 * only allow setting F_SEAL_SEAL at creation time, but
1170 if ((shmfd->shm_seals & F_SEAL_SEAL) !
[all...]
/freebsd-13-stable/contrib/capsicum-test/
H A Dlinux.cc1455 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c74 BITMAP_1t1_LINUX(F_SEAL_SEAL),

Completed in 85 milliseconds