Searched refs:cfg_path (Results 1 – 3 of 3) sorted by relevance
100 string cfg_path = dir; in lookupControllerPath() local101 cfg_path += "/"; in lookupControllerPath()102 cfg_path += dirp->d_name; in lookupControllerPath()105 return (cfg_path); in lookupControllerPath()
237 string cfg_path = dir; in lookupControllerPath() local238 cfg_path += "/"; in lookupControllerPath()239 cfg_path += dirp->d_name; in lookupControllerPath()242 return (cfg_path); in lookupControllerPath()
1266 char cfg_path[MAXPATHLEN]; in ccid_cfg_creat_cb() local1272 (void) snprintf(cfg_path, sizeof (cfg_path), "%s/ccid%d/%s", in ccid_cfg_creat_cb()1275 (void) devfsadm_mklink(cfg_path, node, minor, 0); in ccid_cfg_creat_cb()