Lines Matching defs:phys_path
88 di_init(const char *phys_path, uint_t flag)
90 return (di_init_impl(phys_path, flag, NULL));
149 di_init_impl(const char *phys_path, uint_t flag,
166 if (strchr(phys_path, ':') ||
167 (strncmp(phys_path, "/devices", 8) == 0) ||
168 (strlen(phys_path) > MAXPATHLEN)) {
173 if (strlen(phys_path) == 0)
175 else if (*phys_path != '/')
177 "/%s", phys_path);
180 "%s", phys_path);
245 DPRINTF((DI_ERR, "%s not found\n", phys_path));
280 if (dap->top_devinfo == 0) { /* phys_path not found */
281 DPRINTF((DI_ERR, "%s not found\n", phys_path));