OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:po_path
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libpuffs/
paths.c
55
assert(pn_parent->pn_po.
po_path
!= NULL);
63
po.
po_path
= pcn->pcn_name;
156
po2.
po_path
= PNPATH(pn);
178
po->po_hash = hash32_strn(po->
po_path
, po->po_len,
181
po->po_hash = hash32_buf(po->
po_path
, po->po_len,
198
rv = strncmp(c1->
po_path
, c2->
po_path
, clen);
210
p = c1->
po_path
;
231
pcomp = po_comp->
po_path
;
250
while (prelen > 0 && *((char *)po_pre->
po_path
+ (prelen-1)) == '/')
[
all
...]
puffs.h
59
void *
po_path
;
member in struct:puffs_pathobj
439
#define PNPATH(pnode) ((pnode)->pn_po.
po_path
)
441
#define PCNPATH(pcnode) ((pcnode)->pcn_po_full.
po_path
)
dispatcher.c
300
if (pn->pn_po.
po_path
== NULL)
/src/share/examples/puffs/icfs/
icfs.c
91
cp1 = c1->
po_path
;
92
cp2 = c2->
po_path
;
118
dp = opendir(po_base->
po_path
);
136
po_new->
po_path
= strdup(src);
212
po_root->
po_path
= argv[0];
/src/usr.sbin/puffs/mount_sysctlfs/
sysctlfs.c
118
memcpy(sname, parent->
po_path
, clen * sizeof(int));
120
res->
po_path
= sname;
132
res->
po_path
= NULL;
151
if (memcmp(po1->
po_path
, po2->
po_path
, clen * sizeof(int)) == 0)
160
free(po->
po_path
);
193
sname = po->
po_path
;
194
memcpy(myname, po->
po_path
, po->po_len * sizeof(myname[0]));
345
po_root->
po_path
= &sname_root;
371
po.
po_path
= &sfid->path
[
all
...]
/src/share/examples/puffs/pnullfs/
pnullfs.c
111
po_root->
po_path
= argv[0];
/src/share/examples/puffs/rot13fs/
rot13fs.c
165
po_root->
po_path
= argv[0];
/src/tests/fs/puffs/h_dtfs/
dtfs.c
232
po_root->
po_path
= argv[0];
/src/usr.sbin/puffs/mount_psshfs/
fs.c
167
po_root->
po_path
= rootpath;
/src/lib/libperfuse/
perfuse.c
604
if ((po_root->
po_path
= strdup("/")) == NULL)
/src/lib/librefuse/
refuse.c
1140
if ((po_root->
po_path
= strdup("/")) == NULL)
Completed in 17 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025