Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_memory_entry.c1610 char *our_id, *their_id; in mach_memory_entry_ownership() local
1612 their_id = IOTaskGetEntitlement(owner, "com.apple.developer.memory.transfer-accept"); in mach_memory_entry_ownership()
1613 if (our_id && their_id && in mach_memory_entry_ownership()
1614 !strcmp(our_id, their_id)) { /* These are guaranteed to be null-terminated */ in mach_memory_entry_ownership()
1621 if (their_id) { in mach_memory_entry_ownership()
1622 kfree_data_addr(their_id); in mach_memory_entry_ownership()