Searched refs:NSTAT_LOG_ERROR (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | ntstat.c | 168 #define NSTAT_LOG_ERROR(fmt, ...) _NSTAT_LOG(nstat_log_handle, OS_LOG_TYPE_ERROR, fmt, ##__VA_A… macro 3331 NSTAT_LOG_ERROR("nstat_client_source_add returned %d for " in nstat_userland_protocol_add_watcher() 3469 NSTAT_LOG_ERROR("incorrect provider is supplied, %d", provider_id); in ntstat_userland_stats_open() 4026 NSTAT_LOG_ERROR("nstat_client_source_add returned %d for " in nstat_generic_provider_add_watcher() 4173 NSTAT_LOG_ERROR("called with null reference"); in nstat_provider_stats_close() 4180 NSTAT_LOG_ERROR("called with incorrect shadow magic 0x%x", gshad->gshad_magic); in nstat_provider_stats_close() 4213 NSTAT_LOG_ERROR("called with null reference"); in nstat_provider_stats_event() 4220 NSTAT_LOG_ERROR("called with incorrect shadow magic 0x%x", gshad->gshad_magic); in nstat_provider_stats_event() 5561 NSTAT_LOG_ERROR("could not enqueue success message %d", result); in nstat_enqueue_success() 5581 NSTAT_LOG_ERROR("nstat_client_send_event() %d", result); in nstat_client_send_event() [all …]
|