Lines Matching defs:phys_path
7026 * Return all devlinks corresponding to phys_path as an array of strings.
7032 * match devlinks pointing to phys_path; it may be NULL to match all
7035 devfsadm_lookup_dev_names(char *phys_path, char *re, int *lenp)
7044 (void) di_devlink_cache_walk(devlink_cache, re, phys_path,
7992 * Lookup dev name corresponding to the phys_path.
7993 * phys_path is path to a node or minor node.
8003 lookup_dev_name(char *phys_path, char **dev_name)
8011 (void) di_devlink_cache_walk(devlink_cache, NULL, phys_path,
8135 char phys_path[MAXPATHLEN];
8142 (void) snprintf(phys_path, sizeof (phys_path),
8144 if (lookup_dev_name(phys_path, &dev_name) == -1 ||