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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_cpu.c60 char cpu_devfs_path[HAL_PATH_MAX]; local
152 snprintf (cpu_devfs_path, HAL_PATH_MAX, "%s_%d",
155 snprintf (cpu_devfs_path, HAL_PATH_MAX, "%s", devfs_path);
158 HAL_DEBUG(("DevfsPath=> %s, CPUID=> %d", cpu_devfs_path, cpu_id));
161 "/org/freedesktop/Hal/devices%s_%d", cpu_devfs_path, cpu_id); local
171 cpu_devfs_path);
245 devinfo_add_enqueue (d, cpu_devfs_path, &devinfo_cpu_handler);
H A Dsysevent.c517 const char *cpu_devfs_path; local
563 cpu_devfs_path = hal_device_property_get_string (d,
565 if (cpu_devfs_path == NULL) {
566 HAL_INFO (("Could not get cpu_devfs_path to "
572 HAL_DEBUG (("Queue %s for removal", cpu_devfs_path));
573 devinfo_remove_enqueue ((char *)cpu_devfs_path, NULL);

Completed in 55 milliseconds