Home
last modified time | relevance | path

Searched refs:SHM_RDONLY (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H A Dshm_test_008.cpp48 shared = shmat(shmid, 0, SHM_RDONLY); in Testcase()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dshm.h78 #define SHM_RDONLY 010000 /* read-only access */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dshm.h78 #define SHM_RDONLY 010000 /* read-only access */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dshm.h62 #define SHM_RDONLY 010000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dshm.h51 #define SHM_RDONLY 010000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dshm.h62 #define SHM_RDONLY 010000 macro
/kernel/liteos_a/kernel/base/vm/
H A Dshm.c594 } else if (((UINT32)shmflg & SHM_RDONLY) == 0) { in ShmAt()
/kernel/linux/linux-5.10/ipc/
H A Dshm.c1555 if (shmflg & SHM_RDONLY) { in do_shmat()
/kernel/linux/linux-6.6/ipc/
H A Dshm.c1565 if (shmflg & SHM_RDONLY) { in do_shmat()
/kernel/linux/linux-5.10/security/selinux/
H A Dhooks.c6206 if (shmflg & SHM_RDONLY) in selinux_shm_shmat()
/kernel/linux/linux-6.6/security/selinux/
H A Dhooks.c6191 if (shmflg & SHM_RDONLY) in selinux_shm_shmat()

Completed in 26 milliseconds