Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c1864 size_t dummy_length = 0; in necp_destroy_client_flow_registration() local
1865 void * __sized_by(dummy_length) dummy_results = NULL; in necp_destroy_client_flow_registration()
1873 &dummy_results, &dummy_length); in necp_destroy_client_flow_registration()
1988 size_t dummy_length = 0; in necp_process_defunct_list() local
1989 void * __sized_by(dummy_length) dummy_results = NULL; in necp_process_defunct_list()
1996 &dummy_results, &dummy_length); in necp_process_defunct_list()
9589 size_t dummy_length = 0; in necp_client_add_flow() local
9590 void * __sized_by(dummy_length) dummy_results = NULL; in necp_client_add_flow()
9598 &dummy_results, &dummy_length); in necp_client_add_flow()
9927 size_t dummy_length = 0; in necp_client_agent_action() local
[all …]
H A Dnetwork_agent.c3019 size_t dummy_length = 0; in netagent_client_message() local
3020 void *dummy_results __sized_by(dummy_length) = NULL; in netagent_client_message()
3022 …rams(agent_uuid, necp_client_uuid, pid, handle, message_type, NULL, &dummy_results, &dummy_length); in netagent_client_message()