Home
last modified time | relevance | path

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

/system/core/svchost/
A Dcrashsvc.cpp26 size_t available = 0; in GetChildKoids() local
33 &available) != ZX_OK) { in GetChildKoids()
40 if (actual == available) { in GetChildKoids()
46 count = available + 10; in GetChildKoids()
/system/ulib/libzbi/
A Dzbi.c197 const size_t available = capacity - sizeof(*hdr) - hdr->length; in zbi_create_section() local
198 if (available < sizeof(*hdr) || in zbi_create_section()
199 available - sizeof(*hdr) < ZBI_ALIGN(section_length)) { in zbi_create_section()
/system/utest/fdio/
A Dfdio_handle_fd.c81 int available = 0; in pipe_test() local
82 status = ioctl(fds[0], FIONREAD, &available); in pipe_test()
84 EXPECT_EQ((uint32_t)available, sizeof(message), in pipe_test()
/system/fidl/fuchsia-ldsvc/
A Dldsvc.fidl51 // not ordinarily be available in production runs.
61 // not ordinarily be available in production runs.
/system/ulib/fdio/
A Dsocket.c234 size_t available = info.rx_buf_available; in zxsio_posix_ioctl_stream() local
235 if (available > INT_MAX) { in zxsio_posix_ioctl_stream()
236 available = INT_MAX; in zxsio_posix_ioctl_stream()
239 *actual = available; in zxsio_posix_ioctl_stream()
A Dzxio.c740 size_t available = info.rx_buf_available; in fdio_zxio_pipe_posix_ioctl() local
741 if (available > INT_MAX) { in fdio_zxio_pipe_posix_ioctl()
742 available = INT_MAX; in fdio_zxio_pipe_posix_ioctl()
745 *actual = available; in fdio_zxio_pipe_posix_ioctl()
/system/banjo/ddk-protocol-block/
A Dblock.banjo76 /// available at the end of the structure for the use of the driver.
92 /// available at the end of the structure for the use of the driver.
/system/banjo/ddk-protocol-ethernet/
A Dethernet.banjo49 /// Only used if ETHMAC_FEATURE_DMA is available.
77 /// Indicates that additional data is available to be sent after this call finishes. Allows a ethmac
/system/fidl/fuchsia-net-stack/
A Dstack.fidl60 /// The MAC address of the interface, if available.
144 /// List all the interfaces available in the network stack.
/system/banjo/ddk-protocol-nand/
A Dnand.banjo112 /// `nand_op_size - sizeof(NandOperation)` bytes available at the end of the
/system/banjo/ddk-protocol-usb/
A Dusb.banjo89 /// the language ID requested is not available, the first entry of the language
/system/fidl/fuchsia-hardware-ethernet/
A Dethernet.fidl107 // Packets are received by writing a FifoEntry referencing an available
/system/dev/misc/cpu-trace/
A Dintel-pt.md26 Filtering control (e.g., cr3, user/kernel) is not available in this mode.
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dskylake-pm-events.inc168 …D miss, FB full", "Number of times a request needed an FB entry but no entry was available")
293 …"SB full stalls", "Cycles stalled due to no store buffers available (not including drain…
/system/fidl/fuchsia-hardware-display/
A Ddisplay-controller.fidl186 // configuration is available, it is immediately given to the hardware. This
/system/public/zircon/
A Dsyscalls.abigen36 # attributes are available to describe handle behaviors. Which are

Completed in 22 milliseconds