Home | History | Annotate | Download | only in sys

Lines Matching refs:S_TYPEISSHM

519 #ifndef S_TYPEISSHM
521 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
523 # define S_TYPEISSHM(p) 0