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

/opensolaris-onvv-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1337 const char *devfs_path_orig = NULL; local
1344 devfs_path_orig = hal_device_property_get_string (d, "solaris.devfs_path");
1345 if (devfs_path_orig == NULL) {
1352 if (strrchr(devfs_path_orig, ':') != NULL) {
1353 if ((devfs_path = strdup (devfs_path_orig)) != NULL) {
1358 devfs_path = (char *)devfs_path_orig;
1370 if (devfs_path != devfs_path_orig) {

Completed in 41 milliseconds