Lines Matching defs:prior
20 * without specific prior written permission.
104 * Synchronization is required prior to most operations.
1017 vm_map_entry_t prior;
1019 prior = entry->left;
1020 if (prior->right->start < entry->start) {
1022 prior = prior->right;
1023 while (prior->right != entry);
1025 return (prior);
1645 * Find the entry prior to the proposed starting address; if it's part
1837 * prior to making call to account for the new entry.
2108 * prior to making call to account for the new entry.
2603 * range prior to calling vm_map_submap.