Searched refs:available (Results 1 – 16 of 16) sorted by relevance
| /system/core/svchost/ |
| A D | crashsvc.cpp | 26 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 D | zbi.c | 197 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 D | fdio_handle_fd.c | 81 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 D | ldsvc.fidl | 51 // not ordinarily be available in production runs. 61 // not ordinarily be available in production runs.
|
| /system/ulib/fdio/ |
| A D | socket.c | 234 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 D | zxio.c | 740 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 D | block.banjo | 76 /// 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 D | ethernet.banjo | 49 /// 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 D | stack.fidl | 60 /// The MAC address of the interface, if available. 144 /// List all the interfaces available in the network stack.
|
| /system/banjo/ddk-protocol-nand/ |
| A D | nand.banjo | 112 /// `nand_op_size - sizeof(NandOperation)` bytes available at the end of the
|
| /system/banjo/ddk-protocol-usb/ |
| A D | usb.banjo | 89 /// the language ID requested is not available, the first entry of the language
|
| /system/fidl/fuchsia-hardware-ethernet/ |
| A D | ethernet.fidl | 107 // Packets are received by writing a FifoEntry referencing an available
|
| /system/dev/misc/cpu-trace/ |
| A D | intel-pt.md | 26 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 D | skylake-pm-events.inc | 168 …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 D | display-controller.fidl | 186 // configuration is available, it is immediately given to the hardware. This
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 36 # attributes are available to describe handle behaviors. Which are
|
Completed in 22 milliseconds