Searched refs:completed (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/host/bootserver/
H A Dnetboot.c298 bool completed = false; local
364 completed = true;
370 } while (!completed);
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.h106 uint8_t completed : 1; member in struct:aml_info_format::ecc_sta
H A Daml-rawnand.c357 if (info->ecc.completed == 0)
1121 * device was added invisible, now that init has completed,
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.c66 uint32_t completed; // bitmask of completed commands member in struct:ahci_port
191 // a command slot is busy if a transaction is in flight or pending to be completed
194 (port->running & (1 << slot)) || (port->completed & (1 << slot));
228 port->completed |= done;
522 while (port->completed) {
523 unsigned slot = 32 - __builtin_clz(port->completed) - 1;
537 port->completed &= ~(1 << slot);
622 uint32_t pending = port->running & ~port->completed;
/fuchsia/zircon/third_party/ulib/lz4/
H A DMakefile.lz479 @echo Cleaning library completed
/fuchsia/zircon/system/dev/nand/ram-nand/test/
H A Dram-nand.cpp186 bool completed() const { return completed_; } function in class:__anon451::Operation
479 ASSERT_TRUE(operation->completed());

Completed in 195 milliseconds