| /NextBSD/sys/dev/drm/ |
| HD | 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() 188 dev_priv->status_ptr[1023] = (uint32_t)count; 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() 348 event = dev_priv->status_ptr[1] & 0xffff; in savage_dma_wait() [all …]
|
| HD | 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]; \
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Host.h | 266 … int *status_ptr, // Pass NULL if you don't want the process exit status 275 … int *status_ptr, // Pass NULL if you don't want the process exit status
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 538 int *status_ptr, in RunShellCommand() argument 544 …return RunShellCommand(Args(command), working_dir, status_ptr, signo_ptr, command_output_ptr, time… in RunShellCommand() 550 int *status_ptr, in RunShellCommand() argument 656 if (status_ptr) in RunShellCommand() 657 *status_ptr = shell_info->status; in RunShellCommand()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| HD | PlatformFreeBSD.cpp | 140 int *status_ptr, in RunShellCommand() argument 146 …return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_… in RunShellCommand() 150 …return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_… in RunShellCommand()
|
| HD | PlatformFreeBSD.h | 84 int *status_ptr,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.cpp | 90 … int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 96 …return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_… in RunShellCommand() 100 …return m_remote_platform_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_… in RunShellCommand()
|
| HD | PlatformPOSIX.h | 124 … int *status_ptr, // Pass NULL if you don't want the process exit status
|
| /NextBSD/sys/dev/ahb/ |
| HD | ahbreg.h | 226 u_int32_t status_ptr; member
|
| HD | ahb.c | 361 next_ecb->hecb.status_ptr = ahbstatuspaddr(ecb_paddr); in ahbattach()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.h | 209 … int *status_ptr, // Pass NULL if you don't want the process exit status
|
| HD | PlatformRemoteGDBServer.cpp | 868 … int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 873 …return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, t… in RunShellCommand()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 510 … int *status_ptr, // Pass NULL if you don't want the process exit status
|
| HD | GDBRemoteCommunicationClient.cpp | 3582 … int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 3610 else if (status_ptr) in RunShellCommand() 3611 *status_ptr = exitcode; in RunShellCommand()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 1517 … int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 1523 …return Host::RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, timeout… in RunShellCommand()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Platform.h | 838 … int *status_ptr, // Pass NULL if you don't want the process exit status
|