Searched refs:F_SEAL_SEAL (Results 1 – 3 of 3) sorted by relevance
211 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
265 #define F_SEAL_SEAL 0x0001 /* Prevent adding sealings */ macro
1048 initial_seals = F_SEAL_SEAL; in kern_shm_open2()1050 initial_seals &= ~F_SEAL_SEAL; in kern_shm_open2()1081 if ((initial_seals & ~F_SEAL_SEAL) != 0) in kern_shm_open2()1170 if ((shmfd->shm_seals & F_SEAL_SEAL) != 0 && in kern_shm_open2()1835 if ((shmfd->shm_seals & F_SEAL_SEAL) != 0) { in shm_add_seals()