Home
last modified time | relevance | path

Searched refs:dummy_length (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c1728 size_t dummy_length = 0; in necp_destroy_client_flow_registration() local
1729 void * __sized_by(dummy_length) dummy_results = NULL; in necp_destroy_client_flow_registration()
1737 &dummy_results, &dummy_length); in necp_destroy_client_flow_registration()
1849 size_t dummy_length = 0; in necp_process_defunct_list() local
1850 void * __sized_by(dummy_length) dummy_results = NULL; in necp_process_defunct_list()
1857 &dummy_results, &dummy_length); in necp_process_defunct_list()
8803 size_t dummy_length = 0; in necp_client_add_flow() local
8804 void * __sized_by(dummy_length) dummy_results = NULL; in necp_client_add_flow()
8812 &dummy_results, &dummy_length); in necp_client_add_flow()
9141 size_t dummy_length = 0; in necp_client_agent_action() local
[all …]
H A Dnetwork_agent.c3017 size_t dummy_length = 0; in netagent_client_message() local
3018 void *dummy_results __sized_by(dummy_length) = NULL; in netagent_client_message()
3020 …rams(agent_uuid, necp_client_uuid, pid, handle, message_type, NULL, &dummy_results, &dummy_length); in netagent_client_message()