Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_memory_entry.c1583 const char *our_id, *their_id; in mach_memory_entry_ownership() local
1585 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()