Searched refs:CF_DEBUG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_cpu.c | 95 #define CF_DEBUG(msg...) do { \ macro 165 CF_DEBUG("initializing %s\n", device_get_nameunit(dev)); in cpufreq_attach() 178 CF_DEBUG("Unable to obtain nominal frequency.\n"); in cpufreq_attach() 186 CF_DEBUG("initializing one-time data for %s\n", in cpufreq_attach() 224 CF_DEBUG("shutdown %s\n", device_get_nameunit(dev)); in cpufreq_detach() 286 CF_DEBUG("ignoring, curr prio %d less than %d\n", priority, in cf_set_method() 299 CF_DEBUG("NULL level, no saved level\n"); in cf_set_method() 305 CF_DEBUG("restoring saved level, freq %d prio %d\n", in cf_set_method() 311 CF_DEBUG("rejecting freq %d, less than %d limit\n", in cf_set_method() 319 CF_DEBUG("skipping freq %d, same as current level %d\n", in cf_set_method() [all …]
|
/freebsd/contrib/libxo/encoder/csv/ |
H A D | enc_csv.c | 156 #define CF_DEBUG (1<<8) /* Make debug output */ macro 167 if (csv == NULL || !(csv->c_flags & CF_DEBUG)) in csv_dbg() 707 csv->c_flags |= CF_DEBUG; in csv_options()
|