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; local
1268 devfs_path_orig = hal_device_property_get_string (d, "solaris.devfs_path");
1269 if (devfs_path_orig == NULL) {
1276 if (strrchr(devfs_path_orig, ':') != NULL) {
1277 if ((devfs_path = strdup (devfs_path_orig)) != NULL) {
1282 devfs_path = (char *)devfs_path_orig;
1294 if (devfs_path != devfs_path_orig) {

Completed in 63 milliseconds