Home
last modified time | relevance | path

Searched refs:SHMAT_VALID_FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dshm.h80 #define SHMAT_VALID_FLAGS_MASK \ macro
/titanic_50/usr/src/uts/common/os/
H A Dshm.c265 int flags = (uflags & SHMAT_VALID_FLAGS_MASK); in shmat()