Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 11 of 11) sorted by relevance

/system/uapp/iochk/
A Diochk.cpp51 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 Drules.mk14 $(LOCAL_DIR)/skip-block.cpp \
46 MODULE_NAME := skip-block-test
/system/fidl/fuchsia-hardware-skipblock/
A Drules.mk16 $(LOCAL_DIR)/skip-block.fidl \
A Dskip-block.fidl34 /// Returns information about the skip-block partition.
/system/uapp/nand-util/
A Dmain.cpp228 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 Dnand.fidl14 BBS = 3; // NAND device is a bad block skip partition.
/system/ulib/inet6/include/inet6/
A Dinet6.h139 zx_status_t eth_send(eth_buffer_t* ethbuf, size_t skip, size_t len);
/system/ulib/fs-test-utils/
A Dperftest.cpp158 void RunTest(const TestInfo& test, uint32_t sample_count, bool skip, in RunTest() argument
165 if (skip) { in RunTest()
/system/ulib/inet6/
A Dnetifc.c189 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 Darm64.S35 .skip (\base + \offset) - (2b - 1b)
/system/fidl/fuchsia-hardware-ethernet/
A Dethernet.fidl14 /// When writing payload to a tx buffer, clients of a Device must skip this many bytes

Completed in 17 milliseconds