Lines Matching refs:ps_prochandle

180   // release ptr to ps_prochandle
184 Prelease((struct ps_prochandle*) p_ps_prochandle, PRELEASE_CLEAR);
331 struct ps_prochandle* ph = (struct ps_prochandle*) env->GetLongField(this_obj, p_ps_prochandle_ID);
540 read_jboolean(struct ps_prochandle* ph, psaddr_t addr, jboolean* pvalue) {
551 read_pointer(struct ps_prochandle* ph, psaddr_t addr, uintptr_t* pvalue) {
562 read_string(struct ps_prochandle* ph, psaddr_t addr, char* buf, size_t size) {
600 struct ps_prochandle* ph = (struct ps_prochandle*) env->GetLongField(this_obj, p_ps_prochandle_ID);
760 struct ps_prochandle* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_FORCE, &gcode);
906 ps_pdmodel((struct ps_prochandle*) p_ps_prochandle, &data_model);
927 struct ps_prochandle* prochandle = (struct ps_prochandle*) p_ps_prochandle;
1034 Pstack_iter((struct ps_prochandle*) p_ps_prochandle, gregs,
1042 Pstack_iter((struct ps_prochandle*) p_ps_prochandle, gregs,
1045 Pstack_iter((struct ps_prochandle*) p_ps_prochandle, gregs,
1066 Pobject_iter((struct ps_prochandle*) p_ps_prochandle, fill_load_object_list, &dbgo);
1085 ps_err_e ret = ps_pread((struct ps_prochandle*) p_ps_prochandle,
1154 if (ps_pwrite((struct ps_prochandle*) p_ps_prochandle, address, ptr, numBytes) != PS_OK) {
1171 Pstop((struct ps_prochandle*) p_ps_prochandle, 1000);
1183 Psetrun((struct ps_prochandle*) p_ps_prochandle, 0, PRCFAULT|PRSTOP);
1210 ps_pglobal_lookup((struct ps_prochandle*) p_ps_prochandle, objectName_cstr,
1237 int res = Plookup_by_addr((struct ps_prochandle*) p_ps_prochandle, (uintptr_t) address,