style: change Process function calls to use camelCase
authorBrandon Potter <brandon.potter@amd.com>
Fri, 24 Jul 2015 19:25:23 +0000 (12:25 -0700)
committerBrandon Potter <brandon.potter@amd.com>
Fri, 24 Jul 2015 19:25:23 +0000 (12:25 -0700)
commit4f7c969e27a7de71301724707b1db1d7ab3f0956
tree3283c10f24744a2ca05181804ed4a3141ab021e4
parentd5a7f09eb15bec3ecf2318418589d223beab02f4
style: change Process function calls to use camelCase

The Process class methods were using an improper style and this subsequently
bled into the system call code.  The following regular expressions should be
helpful if someone transitions private system call patches on top of these
changesets:

s/alloc_fd/allocFD/
s/sim_fd(/simFD(/
s/sim_fd_obj/getFDEntry/
s/fix_file_offsets/fixFileOffsets/
s/find_file_offsets/findFileOffsets/
src/kern/tru64/tru64.hh
src/sim/process.cc
src/sim/process.hh
src/sim/syscall_emul.cc
src/sim/syscall_emul.hh