Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c54 static char *base_path(const char *);
82 if ((basepath = base_path(path)) == NULL) in getinfo()
372 base_path(const char *path) in base_path() function
374 char *base_path; in base_path() local
380 base_path = strdup(&path[devices_len]); in base_path()
382 base_path = strdup(path); in base_path()
384 return (base_path); in base_path()