Home
last modified time | relevance | path

Searched refs:NECPLOG0 (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c1030 NECPLOG0(LOG_ERR, "No channel for kqfilter"); in necpop_kqfilter()
1858 NECPLOG0(LOG_ERR, "Failed to allocate nexus flow"); in necp_client_add_nexus_flow()
1915 NECPLOG0(LOG_ERR, "Failed to allocate interface flow"); in necp_client_add_interface_flow()
3211 NECPLOG0(LOG_ERR, "Failed to allocate socket flow"); in necp_client_add_socket_flow()
3475 NECPLOG0(LOG_ERR, "BB radio manager agent not found"); in necp_client_assert_bb_radio_manager_common()
3492 NECPLOG0(LOG_ERR, "netagent_client_message failed"); in necp_client_assert_bb_radio_manager_common()
3520 NECPLOG0(LOG_ERR, "Couldn't find client"); in necp_client_assert_bb_radio_manager()
4973 NECPLOG0(LOG_ERR, "NULL proc"); in necp_set_client_as_background()
4978 NECPLOG0(LOG_ERR, "NULL fp"); in necp_set_client_as_background()
4984 NECPLOG0(LOG_ERR, "Could not find client structure for backgrounded client"); in necp_set_client_as_background()
[all …]
H A Dnecp.c795 NECPLOG0(LOG_ERR, "Process does not hold necessary entitlement to open NECP session"); in necp_session_open()
1525 NECPLOG0(LOG_ERR, "Cannot write TLV in buffer (invalid cursor)"); in necp_buffer_write_tlv_validate()
1689 NECPLOG0(LOG_ERR, "necp_get_tlv_at_offset buffer is NULL"); in necp_get_tlv_at_offset()
1721 NECPLOG0(LOG_ERR, "necp_get_tlv_at_offset tlv_value is NULL"); in necp_get_tlv_at_offset()
1816 NECPLOG0(LOG_DEBUG, "Deleted NECP session"); in necp_delete_session()
2324 NECPLOG0(LOG_ERR, "Failed to validate policy result"); in necp_handle_policy_add()
2339 NECPLOG0(LOG_ERR, "Route rules size overflowed, too large"); in necp_handle_policy_add()
2346 NECPLOG0(LOG_ERR, "Failed to get policy route rules"); in necp_handle_policy_add()
2383 NECPLOG0(LOG_ERR, "Failed to validate policy route rule"); in necp_handle_policy_add()
2390 NECPLOG0(LOG_ERR, "Failed to validate route rule; contained multiple default route rules"); in necp_handle_policy_add()
[all …]
H A Dnecp.h935 #define NECPLOG0(level, msg) do { … macro