Home
last modified time | relevance | path

Searched refs:F_SEAL_SEAL (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.h211 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ macro
/f-stack/freebsd/sys/
H A Dfcntl.h265 #define F_SEAL_SEAL 0x0001 /* Prevent adding sealings */ macro
/f-stack/freebsd/kern/
H A Duipc_shm.c1048 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()