Searched refs:SHMAT_VALID_FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ | ||
H A D | shm.h | 80 #define SHMAT_VALID_FLAGS_MASK \ macro |
/titanic_50/usr/src/uts/common/os/ | ||
H A D | shm.c | 265 int flags = (uflags & SHMAT_VALID_FLAGS_MASK); in shmat() |