Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 49) sorted by relevance

12

/system/ulib/sync/
A DREADME.md1 This library is used directly in libc. So it cannot use most high-level
4 used to only standard C symbols and the reserved namespace (external
6 used freely, but only via the `_zx_` names and not the `zx_` names.
/system/ulib/trace-engine/
A Dddk-disabled-exports.ld8 * This is an input linker script used in linking libdriver.so.
13 * N.B. This file is used when tracing is disabled in the DDK because these
14 * symbols can be used by tracing clients even when tracing is disabled with
A DREADME.md6 This library is not intended to be used directly by clients. Its purpose is
A Dddk-exports.ld8 * This is an input linker script used in linking libdriver.so.
/system/ulib/virtio/include/virtio/
A Dvirtio_ring.h108 struct vring_used* used; member
146 #define vring_avail_event(vr) (*(uint16_t*)&(vr)->used->ring[(vr)->num])
157 …vr->used = (struct vring_used*)(((uintptr_t)&vr->avail->ring[num] + sizeof(uint16_t) + align - 1) … in vring_init()
/system/dev/bus/virtio/
A Dring.h54 uint16_t cur_idx = ring_.used->idx; in IrqRingUpdate()
59 struct vring_used_elem* used_elem = &ring_.used->ring[i & ring_.num_mask]; in IrqRingUpdate()
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl9 // Cobalt is the Fuchsia service used to log, collect and analyze metrics.
24 // Each registered object has an integer ID and those IDs are used as
38 // where they are used to generate Reports.
62 // The release stage of a client's project is used to decide which
78 // A ProjectProfile is used to describe the client's Cobalt project
320 // |bytes| The memory used, in bytes.
329 // This method is intended to be used in the following situation:
370 // ID and after that the ID may be re-used.
374 // difference between the end and start timestamps will be used.
423 // ID and after that the ID may be re-used.
[all …]
/system/banjo/ddk-protocol-serial/
A Dserial.banjo18 /// When used with the platform device protocol, "port" will be relative to
26 /// Returns a socket that can be used for reading and writing data
/system/banjo/ddk-protocol-mipicsi/
A Dmipicsi.banjo15 // Number of channels used.
17 // Number of lanes used.
/system/ulib/zircon/
A Dprivate.h34 #define VDSO_KERNEL_EXPORT __attribute__((used))
A Dalternates.ld8 * This is an input linker script used in linking the vDSO.
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dintel-pm-events.inc12 // - symbol (used in code, must be unique for all symbols within an arch)
14 // - event name (used in trace specification files)
48 // - event name (used in trace specification files)
/system/fidl/fuchsia-hardware-input/
A Dinput.fidl41 // Get the report ids that are used in the report descriptor
51 // to be used for continuous polling of the reports.
/system/banjo/ddk-protocol-intelhda-codec/
A Dintel-hda-codec.banjo11 /// Fetch a zx_handle_t to a channel which can be used to communicate with the codec device.
/system/fidl/fuchsia-hardware-tee/
A Dtee.fidl11 // UUID identifiers are used to identify the TEE Operating System and individual Trusted
42 // None is an empty parameter type that is used as a placeholder for elements in the parameter set
43 // that are not used.
/system/public/
A DREADME.md12 Headers in this directory are also used building Fuchsia host tools.
/system/fidl/zircon-usb-test-fwloader/
A Dusb-test-fwloader.fidl13 /// Flash programmer used for loading a new bootloader onto the USB test device I2C EEPROM.
/system/fidl/fuchsia-device-manager/
A Ddmctl.fidl13 /// Execute the given string command. This is mostly used for accessing debug
A Dcoordinator.fidl58 /// a shadowed device. The one exception is when this method is used
87 /// are informational and used for debugging. The device will have |protocol_id|
88 /// as its primary protocol id. |args| should only be used for shadowed devices,
146 /// Execute the given string command. This is mostly used for accessing debug
/system/banjo/ddk-protocol-usb/
A Dusb.banjo70 /// This ID is generated by and used internally by the USB HCI controller driver.
90 /// ID table will be used instead and be provided in the updated version of the
104 /// Returns the current frame (in milliseconds), used for isochronous transfers.
/system/banjo/ddk-driver/
A Ddriver.banjo49 /// Arguments used with DEVICE_ADD_MUST_ISOLATE
/system/ulib/test-utils/
A DREADME.md14 used willy-nilly. If you're testing, say, memory exhaustion with malloc
/system/fidl/fuchsia-nand/
A Dbroker.fidl11 handle<vmo>? vmo; // Only used for read and write.
/system/ulib/unittest/
A DREADME.md4 used by system/utest.
20 Obviously `unittest_printf_critical()` is intended to be used *sparingly*.
/system/banjo/ddk-protocol-i2c/
A Di2c.banjo26 /// The cookie parameter can be used to pass your own private data to the transact_cb callback.

Completed in 23 milliseconds

12