Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dproc_uuid_policy.c192 struct proc_uuid_policy_entry *delentry = NULL; in proc_uuid_policy_remove() local
207 delentry = proc_uuid_policy_remove_locked(uuid, flags, &should_delete); in proc_uuid_policy_remove()
209 if (delentry) { in proc_uuid_policy_remove()
219 if (delentry && should_delete) { in proc_uuid_policy_remove()
220 kfree_type(struct proc_uuid_policy_entry, delentry); in proc_uuid_policy_remove()