| /freebsd-12.1/sys/dev/drm/ |
| H A D | savage_bci.c | 56 status = dev_priv->status_ptr[0]; in savage_bci_wait_fifo_shadow() 130 status = dev_priv->status_ptr[1]; in savage_bci_wait_event_shadow() 173 if (dev_priv->status_ptr) { in savage_bci_emit_event() 175 count = dev_priv->status_ptr[1023]; in savage_bci_emit_event() 187 if (dev_priv->status_ptr) in savage_bci_emit_event() 251 if (dev_priv->status_ptr) in savage_freelist_get() 252 event = dev_priv->status_ptr[1] & 0xffff; in savage_freelist_get() 347 if (dev_priv->status_ptr) in savage_dma_wait() 867 dev_priv->status_ptr = in savage_do_init_bci() 873 dev_priv->status_ptr = NULL; in savage_do_init_bci() [all …]
|
| H A D | savage_drv.h | 172 volatile uint32_t *status_ptr, *bci_ptr; member 560 if (dev_priv->status_ptr) { \ 563 count = dev_priv->status_ptr[1023]; \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Host.cpp | 466 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 470 return RunShellCommand(Args(command), working_dir, status_ptr, signo_ptr, in RunShellCommand() 475 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 551 if (status_ptr) in RunShellCommand() 552 *status_ptr = shell_info_sp->status; in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Host.h | 221 int *status_ptr, // Pass NULL if you don't want the process exit status 232 int *status_ptr, // Pass NULL if you don't want the process exit status
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 149 int *status_ptr, // Pass NULL if you don't want the process exit status
|
| H A D | PlatformRemoteGDBServer.cpp | 709 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 715 return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 93 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| H A D | PlatformPOSIX.cpp | 96 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 103 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, in RunShellCommand() 108 command, working_dir, status_ptr, signo_ptr, command_output, timeout); in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 400 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| H A D | GDBRemoteCommunicationClient.cpp | 2777 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 2808 else if (status_ptr) in RunShellCommand() 2809 *status_ptr = exitcode; in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Platform.h | 671 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 1369 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1376 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, in RunShellCommand()
|