Home
last modified time | relevance | path

Searched refs:status_ptr (Results 1 – 16 of 16) sorted by relevance

/NextBSD/sys/dev/drm/
HDsavage_bci.c56 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 …]
HDsavage_drv.h172 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/
HDHost.h266 … 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/
HDHost.cpp538 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/
HDPlatformFreeBSD.cpp140 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()
HDPlatformFreeBSD.h84 int *status_ptr,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp90 … 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()
HDPlatformPOSIX.h124 … int *status_ptr, // Pass NULL if you don't want the process exit status
/NextBSD/sys/dev/ahb/
HDahbreg.h226 u_int32_t status_ptr; member
HDahb.c361 next_ecb->hecb.status_ptr = ahbstatuspaddr(ecb_paddr); in ahbattach()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h209 … int *status_ptr, // Pass NULL if you don't want the process exit status
HDPlatformRemoteGDBServer.cpp868 … 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/
HDGDBRemoteCommunicationClient.h510 … int *status_ptr, // Pass NULL if you don't want the process exit status
HDGDBRemoteCommunicationClient.cpp3582 … 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/
HDPlatform.cpp1517 … 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/
HDPlatform.h838 … int *status_ptr, // Pass NULL if you don't want the process exit status