Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c4771 bool updated_result = FALSE; in necp_defunct_client_fd_locked_inner() local
4812 updated_result = true; in necp_defunct_client_fd_locked_inner()
4829 return updated_result; in necp_defunct_client_fd_locked_inner()
4836 bool updated_result = FALSE; in necp_defunct_client_fd_locked() local
4844 updated_result = necp_defunct_client_fd_locked_inner(client_fd, defunct_list, true); in necp_defunct_client_fd_locked()
4860 if (updated_result) { in necp_defunct_client_fd_locked()
4871 bool updated_result = FALSE; in necp_update_client_fd_locked() local
4876 updated_result = TRUE; in necp_update_client_fd_locked()
4880 if (updated_result) { in necp_update_client_fd_locked()
5080 bool updated_result = FALSE; in necp_force_update_client() local
[all …]