Home
last modified time | relevance | path

Searched refs:po_path (Results 1 – 11 of 11) sorted by relevance

/netbsd/lib/libpuffs/
H A Dpaths.c55 assert(pn_parent->pn_po.po_path != NULL); in puffs_path_pcnbuild()
63 po.po_path = pcn->pcn_name; in puffs_path_pcnbuild()
156 po2.po_path = PNPATH(pn); in puffs_path_walkcmp()
198 rv = strncmp(c1->po_path, c2->po_path, clen); in puffs_stdpath_cmppath()
210 p = c1->po_path; in puffs_stdpath_cmppath()
231 pcomp = po_comp->po_path; in puffs_stdpath_buildpath()
258 slash = strrchr(po_pre->po_path, '/'); in puffs_stdpath_buildpath()
261 plen = slash - (char *)po_pre->po_path; in puffs_stdpath_buildpath()
274 strlcpy(path, po_pre->po_path, plen+1); in puffs_stdpath_buildpath()
287 newpath->po_path = path; in puffs_stdpath_buildpath()
[all …]
H A Dpuffs.h59 void *po_path; member
439 #define PNPATH(pnode) ((pnode)->pn_po.po_path)
441 #define PCNPATH(pcnode) ((pcnode)->pcn_po_full.po_path)
H A Ddispatcher.c300 if (pn->pn_po.po_path == NULL) in dispatch()
/netbsd/usr.sbin/puffs/mount_sysctlfs/
H A Dsysctlfs.c118 memcpy(sname, parent->po_path, clen * sizeof(int)); in sysctlfs_pathbuild()
120 res->po_path = sname; in sysctlfs_pathbuild()
132 res->po_path = NULL; in sysctlfs_pathtransform()
151 if (memcmp(po1->po_path, po2->po_path, clen * sizeof(int)) == 0) in sysctlfs_pathcmp()
160 free(po->po_path); in sysctlfs_pathfree()
193 sname = po->po_path; in getnode()
194 memcpy(myname, po->po_path, po->po_len * sizeof(myname[0])); in getnode()
345 po_root->po_path = &sname_root; in sysctlfs_domount()
371 po.po_path = &sfid->path; in sysctlfs_fs_fhtonode()
514 sname = po->po_path; in getlinks()
[all …]
/netbsd/share/examples/puffs/icfs/
H A Dicfs.c91 cp1 = c1->po_path; in icpathcmp()
92 cp2 = c2->po_path; in icpathcmp()
118 dp = opendir(po_base->po_path); in icpathxform()
136 po_new->po_path = strdup(src); in icpathxform()
212 po_root->po_path = argv[0]; in main()
/netbsd/share/examples/puffs/pnullfs/
H A Dpnullfs.c111 po_root->po_path = argv[0]; in main()
/netbsd/share/examples/puffs/rot13fs/
H A Drot13fs.c165 po_root->po_path = argv[0]; in main()
/netbsd/tests/fs/puffs/h_dtfs/
H A Ddtfs.c232 po_root->po_path = argv[0]; in main()
/netbsd/usr.sbin/puffs/mount_psshfs/
H A Dfs.c167 po_root->po_path = rootpath; in psshfs_handshake()
/netbsd/lib/libperfuse/
H A Dperfuse.c604 if ((po_root->po_path = strdup("/")) == NULL) in perfuse_init()
/netbsd/lib/librefuse/
H A Drefuse.c1140 if ((po_root->po_path = strdup("/")) == NULL) in __fuse_mount()