Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm/
H A Dsavage_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()
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 Dsavage_drv.h172 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 DHost.cpp466 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 DHost.h221 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 DPlatformRemoteGDBServer.h149 int *status_ptr, // Pass NULL if you don't want the process exit status
H A DPlatformRemoteGDBServer.cpp709 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 DPlatformPOSIX.h93 int *status_ptr, // Pass nullptr if you don't want the process exit status
H A DPlatformPOSIX.cpp96 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 DGDBRemoteCommunicationClient.h400 int *status_ptr, // Pass nullptr if you don't want the process exit status
H A DGDBRemoteCommunicationClient.cpp2777 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 DPlatform.h671 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 DPlatform.cpp1369 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()