Searched refs:their_id (Results 1 – 1 of 1) sorted by relevance
1583 const char *our_id, *their_id; in mach_memory_entry_ownership() local1585 their_id = IOTaskGetEntitlement(owner, "com.apple.developer.memory.transfer-accept"); in mach_memory_entry_ownership()1586 if (our_id && their_id && in mach_memory_entry_ownership()1587 !strncmp(our_id, their_id, TRANSFER_ENTITLEMENT_MAX_LENGTH)) { in mach_memory_entry_ownership()1590 strnlen(their_id, TRANSFER_ENTITLEMENT_MAX_LENGTH) < TRANSFER_ENTITLEMENT_MAX_LENGTH) { in mach_memory_entry_ownership()1595 strlen(their_id) <= TRANSFER_ENTITLEMENT_MAX_LENGTH), in mach_memory_entry_ownership()1597 strlen(our_id), strlen(their_id)); in mach_memory_entry_ownership()