HomeSort by: relevance | last modified time | path
    Searched defs:po_root (Results 1 - 8 of 8) sorted by relevancy

  /src/share/examples/puffs/pnullfs/
pnullfs.c 53 struct puffs_pathobj *po_root; local in function:main
108 po_root = puffs_getrootpathobj(pu);
109 if (po_root == NULL)
111 po_root->po_path = argv[0];
112 po_root->po_len = strlen(argv[0]);
  /src/share/examples/puffs/rot13fs/
rot13fs.c 99 struct puffs_pathobj *po_root; local in function:main
162 po_root = puffs_getrootpathobj(pu);
163 if (po_root == NULL)
165 po_root->po_path = argv[0];
166 po_root->po_len = strlen(argv[0]);
  /src/tests/fs/puffs/h_dtfs/
dtfs.c 102 struct puffs_pathobj *po_root; local in function:main
231 po_root = puffs_getrootpathobj(pu);
232 po_root->po_path = argv[0];
233 po_root->po_len = strlen(argv[0]);
  /src/usr.sbin/puffs/mount_psshfs/
fs.c 89 struct puffs_pathobj *po_root; local in function:psshfs_handshake
164 po_root = puffs_getrootpathobj(pu);
165 if (po_root == NULL)
167 po_root->po_path = rootpath;
168 po_root->po_len = strlen(rootpath);
  /src/share/examples/puffs/icfs/
icfs.c 82 struct puffs_pathobj *po_root; local in function:icpathcmp
86 po_root = puffs_getrootpathobj(pu);
87 rplen = po_root->po_len;
148 struct puffs_pathobj *po_root; local in function:main
209 po_root = puffs_getrootpathobj(pu);
210 if (po_root == NULL)
212 po_root->po_path = argv[0];
213 po_root->po_len = strlen(argv[0]);
  /src/lib/libperfuse/
perfuse.c 446 struct puffs_pathobj *po_root; local in function:perfuse_init
603 po_root = puffs_getrootpathobj(pu);
604 if ((po_root->po_path = strdup("/")) == NULL)
607 po_root->po_len = 1;
608 puffs_path_buildhash(pu, po_root);
  /src/usr.sbin/puffs/mount_sysctlfs/
sysctlfs.c 330 struct puffs_pathobj *po_root; local in function:sysctlfs_domount
344 po_root = puffs_getrootpathobj(pu);
345 po_root->po_path = &sname_root;
346 po_root->po_len = 0;
  /src/lib/librefuse/
refuse.c 1129 struct puffs_pathobj *po_root; local in function:__fuse_mount
1139 po_root = puffs_getrootpathobj(fuse->pu);
1140 if ((po_root->po_path = strdup("/")) == NULL)
1142 po_root->po_len = 1;
1143 puffs_path_buildhash(fuse->pu, po_root);

Completed in 46 milliseconds