Searched refs:num_bytes_read (Results 1 – 3 of 3) sorted by relevance
39 void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status, in nfa_nv_ci_read() argument47 if ((status == NFA_STATUS_OK) && (num_bytes_read != 0)) in nfa_nv_ci_read()52 p_msg->nv_read.size = num_bytes_read; in nfa_nv_ci_read()
77 extern void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status,
928 let mut num_bytes_read = 0; in handle_tombstone() localVariable937 num_bytes_read += n; in handle_tombstone()940 info!("Received {} bytes from guest & wrote to tombstone file", num_bytes_read); in handle_tombstone()