Home
last modified time | relevance | path

Searched defs:_PC_SET (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpathconf.h59 #define _PC_SET(n, a) (a[(n) / _BITS] |= (1 << ((n) % _BITS))) macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h54 #define _PC_SET(n, a) (a[(n) / _BITS] |= (1 << ((n) % _BITS))) macro