Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dproc_uuid_policy.c134 if (foundentry != NULL) { in proc_uuid_policy_insert()
136 foundentry->flags |= flags; in proc_uuid_policy_insert()
174 if (foundentry) { in proc_uuid_policy_remove_locked()
175 if (foundentry->flags == flags) { in proc_uuid_policy_remove_locked()
176 LIST_REMOVE(foundentry, entries); in proc_uuid_policy_remove_locked()
182 foundentry->flags &= ~flags; in proc_uuid_policy_remove_locked()
186 return foundentry; in proc_uuid_policy_remove_locked()
239 foundentry = searchentry; in proc_uuid_policy_lookup_locked()
244 return foundentry; in proc_uuid_policy_lookup_locked()
275 if (foundentry) { in proc_uuid_policy_lookup()
[all …]
H A Dtracker.c970 struct tracker_hash_entry *foundentry = NULL; in tracker_lookup() local
995 foundentry = tracker_search_and_insert(db, &matchentry, false); in tracker_lookup()
996 if (foundentry) { in tracker_lookup()
998 if (copy_metadata(metadata, &foundentry->metadata) == false) { in tracker_lookup()
1003 foundentry->lastused = net_uptime(); in tracker_lookup()
/xnu-11215/bsd/net/
H A Dnecp.c5864 foundentry = searchentry; in necp_lookup_string_to_id_locked()
5869 return foundentry; in necp_lookup_string_to_id_locked()
5880 foundentry = searchentry; in necp_lookup_string_with_id_locked()
5885 return foundentry; in necp_lookup_string_with_id_locked()
6230 return foundentry; in necp_lookup_route_rule_locked()
6326 return foundentry; in necp_lookup_route_rule_by_contents_locked()
6591 return foundentry; in necp_lookup_aggregate_route_rule_locked()
6689 return foundentry; in necp_uuid_lookup_app_id_locked()
6708 return foundentry; in necp_uuid_lookup_uuid_with_app_id_locked()
6811 return foundentry; in necp_uuid_lookup_service_id_locked()
[all …]