Home
last modified time | relevance | path

Searched refs:pc_path_max (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dpathconf.h70 short pc_path_max; /* path name len (/x/y/z/...) */ member
90 int16_t pc_path_max; /* path name len (/x/y/z/...) */ member
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h65 short pc_path_max; /* path name len (/x/y/z/...) */ member
/titanic_50/usr/src/head/rpcsvc/
H A Dmount.x184 short pc_path_max; /* max path name length (/x/y/x/.. ) */ member
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1065 pc->pc_path_max = STRUCT_FGET(pc_tmp, pc_path_max); in pathconf_copyin()
H A Dnfs_vnops.c4852 *valp = pc->pc_path_max; in nfs_pathconf()
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c840 p.pc_path_max = pathconf(rpath, _PC_PATH_MAX); in mnt_pathconf()