HomeSort by relevance Sort by last modified time
    Searched refs:statusp (Results 1 - 4 of 4) sorted by null

  /external/openssh/openbsd-compat/
bsd-waitpid.c 35 union wait statusp; local
46 wait_pid = wait4(pid, &statusp, options, NULL);
48 *stat_loc = (int) statusp.w_status;
bsd-nextstep.c 35 union wait statusp; local
39 wait_pid = wait(&statusp);
41 *status = (int) statusp.w_status;
  /external/valgrind/main/coregrind/m_gdbserver/
target.h 146 #define mywait(statusp) \
147 (*the_target->wait) (statusp)
  /external/qemu/audio/
dsoundaudio.c 314 static int dsound_get_status_out (LPDIRECTSOUNDBUFFER dsb, DWORD *statusp)
320 hr = IDirectSoundBuffer_GetStatus (dsb, statusp);
326 if (*statusp & DSERR_BUFFERLOST) {
339 DWORD *statusp)
343 hr = IDirectSoundCaptureBuffer_GetStatus (dscb, statusp);

Completed in 237 milliseconds