Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_map.c4321 inh = old_entry->inheritance; in vmspace_fork()
4348 &old_entry->offset, in vmspace_fork()
4349 old_entry->end - old_entry->start, in vmspace_fork()
4350 old_entry->cred, in vmspace_fork()
4354 old_entry->cred = NULL; in vmspace_fork()
4371 old_entry->start; in vmspace_fork()
4372 old_entry->cred = NULL; in vmspace_fork()
4399 *new_entry = *old_entry; in vmspace_fork()
4422 (old_entry->end - old_entry->start), in vmspace_fork()
4423 old_entry->start); in vmspace_fork()
[all …]