Home
last modified time | relevance | path

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

/system/ulib/tee-client-api/
A DREADME.md4 running in a rich operating environment (Fuchsia) with security related Trusted
5 Applications running inside a Trusted Execution Environment (TEE).
/system/fidl/fuchsia-minfs/
A Dminfs.fidl9 // Describes metrics about the running Minfs instance.
61 // Acquires metrics about the currently running filesystem.
/system/uapp/crasher/
A Dcrasher.c130 volatile bool running = true; in deep_sleep() local
131 while (running) { in deep_sleep()
/system/dev/block/ahci/
A Dahci.c68 uint32_t running; // bitmask of running commands member
196 (port->running & (1 << slot)) || (port->completed & (1 << slot)); in ahci_port_cmd_busy()
226 uint32_t running = port->running; in ahci_port_complete_txn() local
227 uint32_t done = sact ^ running; in ahci_port_complete_txn()
348 port->running |= (1 << slot); in ahci_do_txn()
541 port->running &= ~(1 << slot); in ahci_worker_thread()
544 if ((port->flags & AHCI_PORT_FLAG_SYNC_PAUSED) && !port->running) { in ahci_worker_thread()
580 if (port->running) { in ahci_worker_thread()
625 uint32_t pending = port->running & ~port->completed; in ahci_watchdog_thread()
636 port->running &= ~(1 << slot); in ahci_watchdog_thread()
/system/fidl/fuchsia-sysinfo/
A Dsysinfo.fidl33 // Return the board name for the platform we are running on.
/system/fidl/zircon-usb-test-fwloader/
A Dusb-test-fwloader.fidl11 /// Test firmware that can be loaded onto the USB test device for running USB tests.
/system/ulib/framebuffer/
A DREADME.md8 a normal UI framework. **Important**: When a normal UI framework is running, this
/system/ulib/trace-provider/
A DREADME.md4 connects to trace providers to collect trace records from running programs.
/system/banjo/ddk-protocol-ethernet/
A Dethernet.banjo110 /// Shut down a running ethermac
114 /// Start ethermac running with ifc_virt
/system/fidl/fuchsia-device-manager/
A Dcoordinator.fidl53 /// The new device will have the given driver responsible for running its half
138 /// the requesting device is not running in the sys devhost, then this will
/system/fidl/fuchsia-tracelink/
A Dtracelink.fidl34 // At most one trace can be running at a time. If the trace provider
/system/banjo/ddk-protocol-usb/
A Dusb.banjo58 /// usb_reset_endpoint() the endpoint to normal running state.
/system/dev/misc/cpu-trace/
A Dintel-pt.md17 running on the cpu, except as can be controlled by PT configuration MSRs
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl27 // While Cobalt's code and registration files are open source, the running
585 // state. The changes are global and affect all loggers running on the device.
/system/core/devmgr/devmgr/
A Dcoordinator.cpp121 void set_running(bool running) { running_ = running; } in set_running() argument
/system/public/zircon/
A Dsyscalls.abigen354 #^ terminate the current running thread
393 #^ Exits the currently running process.

Completed in 23 milliseconds