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