Home
last modified time | relevance | path

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.c58 char cpu_devfs_path[HAL_PATH_MAX]; in devinfo_cpu_add() local
150 snprintf (cpu_devfs_path, HAL_PATH_MAX, "%s_%d", in devinfo_cpu_add()
153 snprintf (cpu_devfs_path, HAL_PATH_MAX, "%s", devfs_path); in devinfo_cpu_add()
156 HAL_DEBUG(("DevfsPath=> %s, CPUID=> %d", cpu_devfs_path, cpu_id)); in devinfo_cpu_add()
159 "/org/freedesktop/Hal/devices%s_%d", cpu_devfs_path, cpu_id); in devinfo_cpu_add()
169 cpu_devfs_path); in devinfo_cpu_add()
243 devinfo_add_enqueue (d, cpu_devfs_path, &devinfo_cpu_handler); in devinfo_cpu_add()
H A Dsysevent.c518 const char *cpu_devfs_path; in sysevent_dr_remove_cpu() local
564 cpu_devfs_path = hal_device_property_get_string (d, in sysevent_dr_remove_cpu()
566 if (cpu_devfs_path == NULL) { in sysevent_dr_remove_cpu()
573 HAL_DEBUG (("Queue %s for removal", cpu_devfs_path)); in sysevent_dr_remove_cpu()
574 devinfo_remove_enqueue ((char *)cpu_devfs_path, NULL); in sysevent_dr_remove_cpu()