pathcnf
static int get_pathconf(CLIENT *, char *, char *, struct pathcnf **, int);
get_pathconf(CLIENT *cl, char *path, char *fsname, struct pathcnf **pcnf,
*pcnf = (struct pathcnf *)p;
static struct pathcnf p;
struct pathcnf p;
static struct pathcnf *allpc = NULL;
pathconf_copyin(struct nfs_args *args, struct pathcnf *pc)
STRUCT_DECL(pathcnf, pc_tmp);
struct pathcnf *p, *pc;
bcopy(pc, p, sizeof (struct pathcnf));
struct pathcnf *p;
struct pathcnf *p2;
kmem_free(nargs->pathconf, sizeof (struct pathcnf));
struct pathcnf *pc; /* Pathconf */
static int pathconf_copyin(struct nfs_args *, struct pathcnf *);
struct pathcnf *pc;
struct pathcnf *pathconf; /* static pathconf kludge */
struct pathcnf *mi_pathconf; /* static pathconf kludge */
struct pathcnf *mi_pathconf; /* static pathconf kludge */
#define PCSIZ ((size_t)(&(((struct pathcnf *)0)->pc_refcnt)))
struct pathcnf *pc_next; /* linked list */