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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c81 HAL_INFO (("pipe() failed errno=%d", errno));
86 HAL_INFO (("g_io_channel_unix_new failed"));
95 HAL_INFO (("sysevent_bind_handle failed %d", errno));
103 HAL_INFO (("subscribe(dev_add) failed %d", errno));
108 HAL_INFO (("subscribe(dev_remove) failed %d", errno));
115 HAL_INFO (("subscribe(dev_branch) failed %d", errno));
127 HAL_INFO(("subscribe(dev_add) failed %d", errno));
134 HAL_INFO (("subscribe(EC_DEVFS) failed %d", errno));
141 HAL_INFO (("subscribe(dynamic reconfiguration) failed %d",
189 HAL_INFO (("sysevent_dev_handle
[all...]
H A Ddevinfo.c48 HAL_INFO (("di_init() failed %d", errno));
53 HAL_INFO (("di_init() failed %d", errno));
69 HAL_INFO (("add_subtree: %s", di_node_name (node)));
170 HAL_INFO (("add_node: %s", d ? hal_device_get_udi (d) : "none"));
227 HAL_INFO (("Probing for %s failed %d", hal_device_get_udi (d), return_code));
251 HAL_INFO (("Preprobing merged info.ignore==TRUE"));
278 HAL_INFO(("Probing udi=%s", hal_device_get_udi (d)));
295 HAL_INFO(("Preprobing udi=%s", hal_device_get_udi (d)));
305 HAL_INFO (("Ignoring device since parent has info.ignore==TRUE"));
356 HAL_INFO (("remove_branc
[all...]
H A Ddevinfo_storage.c485 HAL_INFO (("floppy devlink not found %s", devfs_path));
555 HAL_INFO (("no floppy media", hal_device_get_udi (d)));
565 HAL_INFO (("floppy media found", hal_device_get_udi (d)));
568 HAL_INFO (("no devfs_path", hal_device_get_udi (d)));
573 HAL_INFO (("di_init %s failed %d", devfs_path, errno));
737 HAL_INFO (("device not found %s", name));
743 HAL_INFO (("devfs_path not found %s", hal_device_get_udi (d)));
954 HAL_INFO(("rescan volume exists %s", m->devpath));
989 HAL_INFO (("volume_add: devfs_path=%s devlink=%s", devfs_path, devlink));
1056 HAL_INFO (("Preprobin
[all...]
H A Ddevinfo_cpu.c212 HAL_INFO (("Could not set the processor speed device prop"));
219 HAL_INFO (("Could not get kstat supported_frequencies_Hz data"
236 HAL_INFO (("Could not set the processor.can_throttle"
H A Dhotplug.c89 HAL_INFO (("parent ignored %s", parent_udi));
120 HAL_INFO (("hotplug_event_begin_devfs_remove %s", hal_device_get_udi (d)));
132 HAL_INFO (("hotplug_event_begin_devfs: %s", hotplug_event->un.devfs.devfs_path));
H A Ddevinfo_acpi.c195 HAL_INFO(("device not found %s", udi));
211 HAL_INFO(("device not found %s", udi));
H A Dosspec.c213 HAL_INFO (("mnttab event"));
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c82 HAL_INFO (("in addon_terminated for udi=%s", device->udi));
106 HAL_INFO (("Added device to GDL; udi=%s", hal_device_get_udi(device)));
117 HAL_INFO (("Started addon %s for udi %s",
127 HAL_INFO (("Removed device from GDL; udi=%s", hal_device_get_udi(device)));
274 HAL_INFO (("Caught SIGTERM, initiating shutdown"));
472 HAL_INFO ((PACKAGE_STRING));
481 HAL_INFO (("Will daemonize"));
482 HAL_INFO (("Becoming a daemon"));
537 HAL_INFO (("Will not daemonize"));
619 HAL_INFO (("Devic
[all...]
H A Dlogger.h73 #define HAL_INFO(expr) do {logger_setup(HAL_LOGPRI_INFO, __FILE__, __LINE__, __FUNCTION__); logger_emit expr; } while(0) macro
H A Dhald_dbus.c992 HAL_INFO (("uid for caller is %ld", user_uid));
1097 HAL_INFO ((" strlist elem %s -> %s", key, v));
1107 HAL_INFO (("%s -> %s", key, v));
1115 HAL_INFO (("%s -> %d", key, v));
1123 HAL_INFO (("%s -> %lld", key, v));
1131 HAL_INFO (("%s -> %g", key, v));
1139 HAL_INFO (("%s -> %s", key, v ? "True" : "False"));
2364 HAL_INFO(("Entering, udi=%s, key=%s, in_gdl=%s, removed=%s added=%s",
2482 HAL_INFO (("entering!"));
2537 HAL_INFO (("enterin
[all...]
H A Dhald_runner.c102 /*HAL_INFO (("runner_server_message_handler: destination=%s obj_path=%s interface=%s method=%s",
121 /*HAL_INFO (("Previously started process with pid %d exited", pid));*/
136 HAL_INFO (("unregistered"));
220 HAL_INFO (("Runner has pid %d", pid));
H A Dutil.c520 /*HAL_INFO (("hal_util_grep_file: reusing buf for %s", filename));*/
531 /*HAL_INFO (("hal_util_grep_file: read %s of %d bytes", filename, bufsize));*/
888 HAL_INFO (("Add callouts for udi=%s", d->udi));
906 HAL_INFO (("Remove callouts for udi=%s", d->udi));
924 HAL_INFO (("Preprobe callouts for udi=%s", d->udi));
1067 /*HAL_INFO (("device at '%s' is indeed mounted by HAL's Mount()", mount_point));*/
H A Ddevice_info.c189 /*HAL_INFO (("Looking at '%s' for udi='%s'", path, source_udi));*/
209 /*HAL_INFO (("tokens[%d] = '%s'", i, tokens[i]));*/
238 /*HAL_INFO (("new_udi = '%s' (from indirection)", newudi));*/
242 /*HAL_INFO (("new_udi = '%s'", curtoken));*/
251 HAL_INFO (("success = '%s'", rc ? "yes" : "no"));
252 HAL_INFO (("udi_result = '%s'", udi_result));
253 HAL_INFO (("prop_result = '%s'", prop_result));
371 /*HAL_INFO(("Checking that key='%s' is a string that "
381 /*HAL_INFO (("*** string match for key %s", key));*/
391 /*HAL_INFO (("Checkin
[all...]
H A Ddevice.c1078 HAL_INFO (("udi=%s", device->udi));
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c157 HAL_INFO ((" Invalid temp file name"));
169 HAL_INFO (("Cannot open file %s: %s",
179 HAL_INFO ((" CPU governor is not available/valid."
193 HAL_INFO ((" CPU Threshold is not valid."));
339 HAL_INFO (("\n Cannot open the file %s: %s",
373 HAL_INFO (("Value of %s in %s is not valid",
605 HAL_INFO (("adt_start_session failed: %s", strerror (errno)));
610 HAL_INFO(("adt_alloc_event audit_cpufreq failed: %s",
632 HAL_INFO (("adt_put_event(%d, ADT_SUCCESS) failed",
637 HAL_INFO (("adt_put_even
[all...]
/illumos-gate/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c53 HAL_INFO(("Error in setting the priv"));
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c68 HAL_INFO (("subscribe(dev_status) failed %d", errno));

Completed in 90 milliseconds