Searched refs:allpc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1039 static struct pathcnf *allpc = NULL; variable in typeref:struct:pathcnf
1090 for (p = allpc; p != NULL; p = p->pc_next) {
1100 p->pc_next = allpc;
1102 allpc = mi->mi_pathconf = p;
1119 p2 = p = allpc;
1128 if (p == allpc)
1129 allpc = p->pc_next;

Completed in 60 milliseconds