Searched refs:their_id (Results 1 – 1 of 1) sorted by relevance
1610 char *our_id, *their_id; in mach_memory_entry_ownership() local1612 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()