Home
last modified time | relevance | path

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

/xnu-11215.61.5/libkern/kxld/
H A Dkxld_vtable.c263 KXLDVTableEntry *tmpentry = NULL; in init_by_entries() local
309 tmpentry = kxld_array_get_item(&vtable->entries, i); in init_by_entries()
313 tmpentry->patched.name = sym->name; in init_by_entries()
314 tmpentry->patched.addr = sym->link_addr; in init_by_entries()
316 tmpentry->patched.name = NULL; in init_by_entries()
317 tmpentry->patched.addr = 0; in init_by_entries()
343 KXLDVTableEntry *tmpentry = NULL; in init_by_entries_and_relocs() local
421 tmpentry = kxld_array_get_item(&vtable->entries, i); in init_by_entries_and_relocs()
422 tmpentry->unpatched.reloc = reloc; in init_by_entries_and_relocs()
423 tmpentry->unpatched.sym = sym; in init_by_entries_and_relocs()
/xnu-11215.61.5/bsd/kern/
H A Dproc_uuid_policy.c235 struct proc_uuid_policy_entry *tmpentry, *searchentry, *foundentry = NULL; in proc_uuid_policy_lookup_locked() local
237 LIST_FOREACH_SAFE(searchentry, UUIDHASH(uuid), entries, tmpentry) { in proc_uuid_policy_lookup_locked()
295 struct proc_uuid_policy_entry *tmpentry, *searchentry; in proc_uuid_policy_clear() local
310 LIST_FOREACH_SAFE(searchentry, headp, entries, tmpentry) { in proc_uuid_policy_clear()
328 LIST_FOREACH_SAFE(searchentry, &deletehead, entries, tmpentry) { in proc_uuid_policy_clear()