Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1261 const char *devfs_path_orig = NULL; in devinfo_storage_rescan_probing_done() local
1268 devfs_path_orig = hal_device_property_get_string (d, "solaris.devfs_path"); in devinfo_storage_rescan_probing_done()
1269 if (devfs_path_orig == NULL) { in devinfo_storage_rescan_probing_done()
1276 if (strrchr(devfs_path_orig, ':') != NULL) { in devinfo_storage_rescan_probing_done()
1277 if ((devfs_path = strdup (devfs_path_orig)) != NULL) { in devinfo_storage_rescan_probing_done()
1282 devfs_path = (char *)devfs_path_orig; in devinfo_storage_rescan_probing_done()
1294 if (devfs_path != devfs_path_orig) { in devinfo_storage_rescan_probing_done()