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

/drivers/of/
H A Dfdt.c158 char *pathp; local
170 pathp = (char *)*p;
171 l = allocl = strlen(pathp) + 1;
179 if ((*pathp) != '/') {
211 pathp, (int)strlen(fn),
218 memcpy(fn, pathp, l);
220 memcpy(np->full_name, pathp, l);
292 char *p1 = pathp, *ps = pathp, *pa = NULL;
315 pr_debug("fixed up name for %s -> %s\n", pathp,
462 char *pathp; local
[all...]
/drivers/staging/zcache/
H A Dtmem.c404 struct tmem_objnode_tree_path *pathp = path; local
422 pathp->objnode = NULL;
426 pathp++;
428 pathp->offset = offset;
429 pathp->objnode = slot;
436 while (pathp->objnode) {
437 pathp->objnode->slots[pathp->offset] = NULL;
438 pathp->objnode->slots_in_use--;
439 if (pathp
[all...]
/drivers/staging/ramster/
H A Dtmem.c407 struct tmem_objnode_tree_path *pathp = path; local
425 pathp->objnode = NULL;
429 pathp++;
431 pathp->offset = offset;
432 pathp->objnode = slot;
439 while (pathp->objnode) {
440 pathp->objnode->slots[pathp->offset] = NULL;
441 pathp->objnode->slots_in_use--;
442 if (pathp
[all...]

Completed in 116 milliseconds