Searched refs:p_pwrite (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h71 bool (*p_pwrite)(struct ps_prochandle *ph, member in struct:ps_prochandle_ops
H A Dlibproc_impl.c409 return ph->ops->p_pwrite(ph, (uintptr_t)addr, buf, size)? PS_OK: PS_ERR;
H A Dps_proc.c429 .p_pwrite= process_write_data,
H A Dps_core.c531 .p_pwrite= core_write_data,
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h71 bool (*p_pwrite)(struct ps_prochandle *ph, member in struct:ps_prochandle_ops
H A Dps_proc.c324 .p_pwrite= process_write_data,
H A Dlibproc_impl.c412 return ph->ops->p_pwrite(ph, (uintptr_t)addr, buf, size)? PS_OK: PS_ERR;
H A Dps_core.c526 .p_pwrite= core_write_data,

Completed in 100 milliseconds