Searched defs:dev_phys (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c433 char *pathp, *dev_phys; local
469 dev_phys = di_devfs_path(dev_node);
470 if (dev_phys == NULL) {
474 strcpy(path_name, dev_phys);
476 di_devfs_path_free(dev_phys);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c134 char dev_phys[MAXPATHLEN]; local
156 (void) snprintf(dev_phys, MAXPATHLEN, "/devices%s", phys);
157 ap_path[0] = dev_phys;

Completed in 76 milliseconds