Lines Matching defs:miscstat
194 int miscstat;
207 miscstat = hndl->p_read(hndl->proc_p, hndl->thread_sync,
209 if (miscstat != 0)
239 int miscstat;
244 miscstat = hndl->p_read(hndl->proc_p, hndl->trace_error,
246 if (miscstat != 0)
250 miscstat = hndl->p_read(hndl->proc_p, trace_error_ptr, &trace_error_rec,
252 if (miscstat != 0)
289 int miscstat;
321 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->memseg_p,
323 if (miscstat != 0)
336 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->nonthread_test,
338 if (miscstat != 0)
346 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->thread_test,
348 if (miscstat != 0)
390 int miscstat;
498 miscstat = hndl->p_write(hndl->proc_p, name_addr, path,
500 if (miscstat != 0)
502 miscstat = hndl->p_write(hndl->proc_p, size_addr, &outsize,
504 if (miscstat != 0)
525 int miscstat;
560 miscstat = hndl->p_read(hndl->proc_p, min_addr, &minoutsize,
562 if (miscstat != 0)
573 miscstat = hndl->p_read(hndl->proc_p, size_addr,
575 if (miscstat != 0)