Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc100 string cfg_path = dir; in lookupControllerPath() local
101 cfg_path += "/"; in lookupControllerPath()
102 cfg_path += dirp->d_name; in lookupControllerPath()
105 return (cfg_path); in lookupControllerPath()
H A DHBAPort.cc237 string cfg_path = dir; in lookupControllerPath() local
238 cfg_path += "/"; in lookupControllerPath()
239 cfg_path += dirp->d_name; in lookupControllerPath()
242 return (cfg_path); in lookupControllerPath()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c1266 char cfg_path[MAXPATHLEN]; in ccid_cfg_creat_cb() local
1272 (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()