Home
last modified time | relevance | path

Searched refs:_PC_N (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dpathconf.h57 #define _PC_N ((_PC_LAST + _BITS - 1) / _BITS) macro
74 short pc_mask[_PC_N]; /* see below */
94 int16_t pc_mask[_PC_N]; /* see below */
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h52 #define _PC_N ((_PC_LAST + _BITS - 1) / _BITS) macro
69 short pc_mask[_PC_N]; /* see below */
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1069 for (i = 0; i < _PC_N; i++) in pathconf_copyin()