Home
last modified time | relevance | path

Searched refs:pc_mask (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpathconf.h74 short pc_mask[_PC_N]; /* see below */ member
94 int16_t pc_mask[_PC_N]; /* see below */ member
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h69 short pc_mask[_PC_N]; /* see below */ member
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c811 _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 …]
/titanic_44/usr/src/head/rpcsvc/
H A Dmount.x188 short pc_mask[2]; /* validity and boolean bits */ member
/titanic_44/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()
1070 pc->pc_mask[i] = STRUCT_FGET(pc_tmp, pc_mask[i]); 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()
/titanic_44/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2222 if (_PC_ISSET(_PC_ERROR, p.pc_mask)) { in get_fh()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2532 if (_PC_ISSET(_PC_ERROR, p->pc_mask)) { in get_pathconf()