Searched refs:pending (Results 1 – 5 of 5) sorted by relevance
82 static off_t pending = 0; /* pending seek if sparse */ variable455 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 …]
81 bool pending; member477 charger->keys[code].pending = true; in set_key_callback()546 if (key->pending) { in process_key()552 key->pending = false; in process_key()
663 BOOLEAN pending = FALSE; in l2c_ucd_check_pending_info_req() local695 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()
73 #define FILL_PDU_QUEUE(index, ctype, label, pending) \ argument77 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = pending; \
164 recipient should cancel pending WRITEs or CLOSEs, but this is not a