Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 5 of 5) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.c82 static off_t pending = 0; /* pending seek if sparse */ variable
455 if ((out.dbcnt == 0) && pending) { in dd_close()
459 pending -= out.dbsz; in dd_close()
518 pending += cnt; in dd_out()
524 if (pending != 0) { in dd_out()
526 out.fd, pending, SEEK_CUR) == -1) in dd_out()
541 if (pending) { in dd_out()
542 st.bytes += pending; in dd_out()
543 st.sparse += pending/out.dbsz; in dd_out()
544 st.out_full += pending/out.dbsz; in dd_out()
[all …]
/system/core/healthd/
Dhealthd_mode_charger.cpp81 bool pending; member
477 charger->keys[code].pending = true; in set_key_callback()
546 if (key->pending) { in process_key()
552 key->pending = false; in process_key()
/system/bt/stack/l2cap/
Dl2c_ucd.c663 BOOLEAN pending = FALSE; in l2c_ucd_check_pending_info_req() local
695 pending = TRUE; in l2c_ucd_check_pending_info_req()
715 pending = TRUE; in l2c_ucd_check_pending_info_req()
724 return (pending); in l2c_ucd_check_pending_info_req()
/system/bt/btif/src/
Dbtif_rc.c73 #define FILL_PDU_QUEUE(index, ctype, label, pending) \ argument
77 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = pending; \
/system/core/adb/
Dprotocol.txt164 recipient should cancel pending WRITEs or CLOSEs, but this is not a