Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dproc_uuid_policy.c114 struct proc_uuid_policy_entry *entry, *foundentry = NULL; in proc_uuid_policy_insert() local
133 foundentry = proc_uuid_policy_lookup_locked(uuid); in proc_uuid_policy_insert()
134 if (foundentry != NULL) { in proc_uuid_policy_insert()
136 foundentry->flags |= flags; in proc_uuid_policy_insert()
168 struct proc_uuid_policy_entry *foundentry = NULL; in proc_uuid_policy_remove_locked() local
173 foundentry = proc_uuid_policy_lookup_locked(uuid); in proc_uuid_policy_remove_locked()
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()
[all …]
H A Dtracker.c982 struct tracker_hash_entry *foundentry = NULL; in tracker_lookup() local
1007 foundentry = tracker_search_and_insert(db, &matchentry, false); in tracker_lookup()
1008 if (foundentry) { in tracker_lookup()
1010 if (copy_metadata(metadata, &foundentry->metadata) == false) { in tracker_lookup()
1015 foundentry->lastused = net_uptime(); in tracker_lookup()
/xnu-12377.41.6/bsd/net/
H A Dnecp.c5814 struct necp_string_id_mapping *foundentry = NULL; in necp_lookup_string_to_id_locked() local
5818 foundentry = searchentry; in necp_lookup_string_to_id_locked()
5823 return foundentry; in necp_lookup_string_to_id_locked()
5830 struct necp_string_id_mapping *foundentry = NULL; in necp_lookup_string_with_id_locked() local
5834 foundentry = searchentry; in necp_lookup_string_with_id_locked()
5839 return foundentry; in necp_lookup_string_with_id_locked()
6175 struct necp_route_rule *foundentry = NULL; in necp_lookup_route_rule_locked() local
6179 foundentry = searchentry; in necp_lookup_route_rule_locked()
6184 return foundentry; in necp_lookup_route_rule_locked()
6191 struct necp_route_rule *foundentry = NULL; in necp_lookup_route_rule_by_contents_locked() local
[all …]