Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_memory_entry.c1585 char *our_id, *their_id; in mach_memory_entry_ownership() local
1587 their_id = IOTaskGetEntitlement(owner, "com.apple.developer.memory.transfer-accept"); in mach_memory_entry_ownership()
1588 if (our_id && their_id && in mach_memory_entry_ownership()
1589 !strcmp(our_id, their_id)) { /* These are guaranteed to be null-terminated */ in mach_memory_entry_ownership()
1596 if (their_id) { in mach_memory_entry_ownership()
1597 kfree_data_addr(their_id); in mach_memory_entry_ownership()