Searched refs:ack (Results 1 – 7 of 7) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | bl.c | 454 static bool blLoaderSendAck(bool ack) in blLoaderSendAck() argument 457 blLoaderTxByte(ack ? BL_ACK : BL_NAK); in blLoaderSendAck() 485 bool ack = true; //we ack the sync in blLoader() local 487 ack = blLoaderSendSyncOut(); in blLoader() 495 if (!blLoaderSendAck(ack)) in blLoader() 501 ack = false; in blLoader() 510 ack = true; in blLoader() 552 ack = true; in blLoader() 621 … ack = blExtApiProgramSharedArea(__shared_start + addr, data, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in blLoader() 643 ack = blExtApiEraseSharedArea(BL_FLASH_KEY1, BL_FLASH_KEY2); in blLoader() [all …]
|
/device/linaro/dragonboard/shared/utils/tqftpserv/ |
D | tqftpserv.c | 115 } ack = { htons(OP_ACK), htons(block) }; in tftp_send_ack() local 117 return send(sock, &ack, sizeof(ack), 0); in tftp_send_ack()
|
/device/generic/goldfish/dhcp/common/include/ |
D | message.h | 40 static Message ack(const Message& sourceMessage,
|
/device/generic/goldfish/dhcp/common/ |
D | message.cpp | 111 Message Message::ack(const Message& sourceMessage, in ack() function in Message
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 4198 lsi_execute_script_io_set(const char *atn, const char *ack, const char *tm, const char *cc) "Set%s%… 4199 lsi_execute_script_io_clear(const char *atn, const char *ack, const char *tm, const char *cc) "Clea… 5496 loadvm_state_switchover_ack_needed(unsigned int switchover_ack_pending_num) "Switchover ack pending… 5512 loadvm_approve_switchover(unsigned int switchover_ack_pending_num) "Switchover ack pending num=%u" 5886 …info(const char *pkt, uint32_t seq, uint32_t ack, int hdlen, int pdlen, int offset, int flags) "%s… 5889 …char *src, const char *dst, uint32_t seq, uint32_t ack, uint32_t flag) "%s: src/dst: %s/%s p: seq/…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 4198 lsi_execute_script_io_set(const char *atn, const char *ack, const char *tm, const char *cc) "Set%s%… 4199 lsi_execute_script_io_clear(const char *atn, const char *ack, const char *tm, const char *cc) "Clea… 5496 loadvm_state_switchover_ack_needed(unsigned int switchover_ack_pending_num) "Switchover ack pending… 5512 loadvm_approve_switchover(unsigned int switchover_ack_pending_num) "Switchover ack pending num=%u" 5886 …info(const char *pkt, uint32_t seq, uint32_t ack, int hdlen, int pdlen, int offset, int flags) "%s… 5889 …char *src, const char *dst, uint32_t seq, uint32_t ack, uint32_t flag) "%s: src/dst: %s/%s p: seq/…
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 161 // When true the data source is expected to ack the stop request through the 166 // When true the data source is expected to ack the start request through the
|