Searched refs:skip (Results 1 – 11 of 11) sorted by relevance
| /system/uapp/iochk/ |
| A D | iochk.cpp | 51 bool skip = false; variable 114 } skip; member in __anonf806e0400111::WorkContext 399 return skip ? SkipBlockChecker::Initialize(ctx.skip.caller, ctx.skip.info, checker) in InitializeChecker() 538 skip = true; in iochk() 577 if (skip) { in iochk() 578 ctx.skip.caller.reset(std::move(fd)); in iochk() 582 fuchsia_hardware_skipblock_SkipBlockGetPartitionInfo(ctx.skip.caller.borrow_channel(), in iochk() 586 printf("fd: %d\n", ctx.skip.caller.release().get()); in iochk() 592 ctx.skip.info = info; in iochk() 681 if (!skip) { in iochk() [all …]
|
| /system/dev/nand/skip-block/ |
| A D | rules.mk | 14 $(LOCAL_DIR)/skip-block.cpp \ 46 MODULE_NAME := skip-block-test
|
| /system/fidl/fuchsia-hardware-skipblock/ |
| A D | rules.mk | 16 $(LOCAL_DIR)/skip-block.fidl \
|
| A D | skip-block.fidl | 34 /// Returns information about the skip-block partition.
|
| /system/uapp/nand-util/ |
| A D | main.cpp | 228 int skip = 0; in DumpPage() local 232 skip++; in DumpPage() 233 if (skip < 50) { in DumpPage() 238 if (skip) { in DumpPage() 240 skip = 0; in DumpPage() 245 if (skip) { in DumpPage()
|
| /system/fidl/fuchsia-hardware-nand/ |
| A D | nand.fidl | 14 BBS = 3; // NAND device is a bad block skip partition.
|
| /system/ulib/inet6/include/inet6/ |
| A D | inet6.h | 139 zx_status_t eth_send(eth_buffer_t* ethbuf, size_t skip, size_t len);
|
| /system/ulib/fs-test-utils/ |
| A D | perftest.cpp | 158 void RunTest(const TestInfo& test, uint32_t sample_count, bool skip, in RunTest() argument 165 if (skip) { in RunTest()
|
| /system/ulib/inet6/ |
| A D | netifc.c | 189 zx_status_t eth_send(eth_buffer_t* ethbuf, size_t skip, size_t len) { in eth_send() argument 213 status = eth_queue_tx(eth, ethbuf, ethbuf->data + skip, len, 0); in eth_send()
|
| /system/utest/hypervisor/ |
| A D | arm64.S | 35 .skip (\base + \offset) - (2b - 1b)
|
| /system/fidl/fuchsia-hardware-ethernet/ |
| A D | ethernet.fidl | 14 /// When writing payload to a tx buffer, clients of a Device must skip this many bytes
|
Completed in 17 milliseconds