Searched refs:_PC_SET (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | pathconf.h | 59 #define _PC_SET(n, a) (a[(n) / _BITS] |= (1 << ((n) % _BITS))) macro
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | mount.h | 54 #define _PC_SET(n, a) (a[(n) / _BITS] |= (1 << ((n) % _BITS))) macro
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 811 _PC_SET(_PC_ERROR, p.pc_mask); in mnt_pathconf() 821 _PC_SET(_PC_ERROR, p.pc_mask); in mnt_pathconf() 828 _PC_SET(_PC_MAX_CANON, p.pc_mask); in mnt_pathconf() 829 _PC_SET(_PC_MAX_INPUT, p.pc_mask); in mnt_pathconf() 830 _PC_SET(_PC_PIPE_BUF, p.pc_mask); in mnt_pathconf() 831 _PC_SET(_PC_VDISABLE, p.pc_mask); in mnt_pathconf() 836 _PC_SET(_PC_LINK_MAX, p.pc_mask); in mnt_pathconf() 839 _PC_SET(_PC_NAME_MAX, p.pc_mask); in mnt_pathconf() 842 _PC_SET(_PC_PATH_MAX, p.pc_mask); in mnt_pathconf() 844 _PC_SET(_PC_NO_TRUNC, p.pc_mask); in mnt_pathconf() [all …]
|