Lines Matching defs:path
1347 char *path;
1355 * Translate requested root path if an alias and snap-root != "/"
1367 * Verify path before entrusting it to e_ddi_hold_devi_by_path because
1369 * path against an invalid path results in panic. The lookupnameat
1374 path = kmem_alloc(plen, KM_SLEEP);
1375 (void) snprintf(path, plen, "devices/%s", all->root_path);
1376 if (lookupnameat(path, UIO_SYSSPACE, FOLLOW, NULLVPP, &vp, rootdir)) {
1379 kmem_free(path, plen);
1382 kmem_free(path, plen);
1386 * Hold the devinfo node referred by the path.
1919 goto path;
1929 path:
2988 * Get path properties if props are to be included in the
3385 char *path;
3492 path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
3494 ddi_pathname((dev_info_t *)node, path), data);
3495 kmem_free(path, MAXPATHLEN);
4080 "not cacheable: incompatible root path: %s",