Searched refs:used (Results 1 – 25 of 49) sorted by relevance
12
1 This library is used directly in libc. So it cannot use most high-level4 used to only standard C symbols and the reserved namespace (external6 used freely, but only via the `_zx_` names and not the `zx_` names.
8 * 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 these14 * symbols can be used by tracing clients even when tracing is disabled with
6 This library is not intended to be used directly by clients. Its purpose is
8 * This is an input linker script used in linking libdriver.so.
108 struct vring_used* used; member146 #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()
54 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()
9 // 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 as38 // where they are used to generate Reports.62 // The release stage of a client's project is used to decide which78 // A ProjectProfile is used to describe the client's Cobalt project320 // |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 …]
18 /// When used with the platform device protocol, "port" will be relative to26 /// Returns a socket that can be used for reading and writing data
15 // Number of channels used.17 // Number of lanes used.
34 #define VDSO_KERNEL_EXPORT __attribute__((used))
8 * This is an input linker script used in linking the vDSO.
12 // - 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)
41 // Get the report ids that are used in the report descriptor51 // to be used for continuous polling of the reports.
11 /// Fetch a zx_handle_t to a channel which can be used to communicate with the codec device.
11 // UUID identifiers are used to identify the TEE Operating System and individual Trusted42 // None is an empty parameter type that is used as a placeholder for elements in the parameter set43 // that are not used.
12 Headers in this directory are also used building Fuchsia host tools.
13 /// Flash programmer used for loading a new bootloader onto the USB test device I2C EEPROM.
13 /// Execute the given string command. This is mostly used for accessing debug
58 /// a shadowed device. The one exception is when this method is used87 /// 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
70 /// 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 the104 /// Returns the current frame (in milliseconds), used for isochronous transfers.
49 /// Arguments used with DEVICE_ADD_MUST_ISOLATE
14 used willy-nilly. If you're testing, say, memory exhaustion with malloc
11 handle<vmo>? vmo; // Only used for read and write.
4 used by system/utest.20 Obviously `unittest_printf_critical()` is intended to be used *sparingly*.
26 /// The cookie parameter can be used to pass your own private data to the transact_cb callback.
Completed in 23 milliseconds