Home
last modified time | relevance | path

Searched refs:_PC_ISSET (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2472 if (_PC_ISSET(_PC_ERROR, p->pc_mask)) { in get_pathconf()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2222 if (_PC_ISSET(_PC_ERROR, p.pc_mask)) { in get_fh()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1058 if (_PC_ISSET(_PC_ERROR, STRUCT_FGET(pc_tmp, pc_mask))) in pathconf_copyin()
1087 if (_PC_ISSET(_PC_ERROR, pc->pc_mask)) in pathconf_get()
H A Dnfs_vnops.c4842 error = _PC_ISSET(cmd, pc->pc_mask); /* error or bool */ in nfs_pathconf()
/illumos-gate/usr/src/uts/common/sys/
H A Dpathconf.h58 #define _PC_ISSET(n, a) (a[(n) / _BITS] & (1 << ((n) % _BITS))) macro