Home
last modified time | relevance | path

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

/titanic_52/usr/src/uts/common/sys/
H A Dpathconf.h58 #define _PC_ISSET(n, a) (a[(n) / _BITS] & (1 << ((n) % _BITS))) macro
/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h53 #define _PC_ISSET(n, a) (a[(n) / _BITS] & (1 << ((n) % _BITS))) macro