Searched refs:statusp (Results 1 – 7 of 7) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-waitpid.c | 35 union wait statusp; in waitpid() local 46 wait_pid = wait4(pid, &statusp, options, NULL); in waitpid() 48 *stat_loc = (int) statusp.w_status; in waitpid()
|
D | bsd-nextstep.c | 35 union wait statusp; in posix_wait() local 39 wait_pid = wait(&statusp); in posix_wait() 41 *status = (int) statusp.w_status; in posix_wait()
|
/external/bison/lib/ |
D | waitpid.c | 27 waitpid (pid_t pid, int *statusp, int options) in waitpid() argument 29 return _cwait (statusp, pid, WAIT_CHILD); in waitpid()
|
D | sys_wait.in.h | 115 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options)); 117 _GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
|
/external/qemu/audio/ |
D | dsoundaudio.c | 314 static int dsound_get_status_out (LPDIRECTSOUNDBUFFER dsb, DWORD *statusp) in dsound_get_status_out() argument 320 hr = IDirectSoundBuffer_GetStatus (dsb, statusp); in dsound_get_status_out() 326 if (*statusp & DSERR_BUFFERLOST) { in dsound_get_status_out() 339 DWORD *statusp) in dsound_get_status_in() argument 343 hr = IDirectSoundCaptureBuffer_GetStatus (dscb, statusp); in dsound_get_status_in()
|
/external/bison/linux-lib/sys/ |
D | wait.h | 417 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options)); 419 _GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
|
/external/bison/darwin-lib/sys/ |
D | wait.h | 417 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options)); 419 _GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
|