Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpathconf.h59 #define _PC_SET(n, a) (a[(n) / _BITS] |= (1 << ((n) % _BITS))) macro
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c942 _PC_SET(_PC_ERROR, p.pc_mask); in mnt_pathconf()
952 _PC_SET(_PC_ERROR, p.pc_mask); in mnt_pathconf()
959 _PC_SET(_PC_MAX_CANON, p.pc_mask); in mnt_pathconf()
960 _PC_SET(_PC_MAX_INPUT, p.pc_mask); in mnt_pathconf()
961 _PC_SET(_PC_PIPE_BUF, p.pc_mask); in mnt_pathconf()
962 _PC_SET(_PC_VDISABLE, p.pc_mask); in mnt_pathconf()
967 _PC_SET(_PC_LINK_MAX, p.pc_mask); in mnt_pathconf()
970 _PC_SET(_PC_NAME_MAX, p.pc_mask); in mnt_pathconf()
973 _PC_SET(_PC_PATH_MAX, p.pc_mask); in mnt_pathconf()
975 _PC_SET(_PC_NO_TRUNC, p.pc_mask); in mnt_pathconf()
[all …]