Lines Matching refs:parent_handle
122 mach_port_t parent_handle, entry_handle; variable
125 KB16, VM_PROT_READ | VM_PROT_WRITE, 0, &parent_handle);
130 parent_handle, 0, false, VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_DEFAULT);
142 MAP_MEM_NAMED_REUSE | VM_PROT_DEFAULT, &entry_handle, parent_handle);
144 T_EXPECT_EQ(parent_handle, entry_handle, "NAMED_REUSE should re-use parent_handle");
159 mach_port_t parent_handle; variable
161 MAP_MEM_VM_COPY | VM_PROT_DEFAULT, &parent_handle, MACH_PORT_NULL);
171 MAP_MEM_VM_COPY | VM_PROT_DEFAULT, &entry_handle, parent_handle);
184 mach_port_t parent_handle; variable
186 KB16, VM_PROT_READ, 0, &parent_handle);
197 VM_PROT_READ | VM_PROT_WRITE, &entry_handle, parent_handle);
207 VM_PROT_READ | VM_PROT_WRITE | VM_PROT_IS_MASK, &entry_handle, parent_handle);
213 parent_handle, 0, false, VM_PROT_READ | VM_PROT_WRITE,
217 parent_handle, 0, false, VM_PROT_READ, VM_PROT_READ, VM_INHERIT_DEFAULT);