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

/sssd/src/sss_client/
H A Dpam_sss.c309 size_t total_len; local
378 total_len = sss_atomic_read_s(fd, msg_buf, stat_buf.st_size);
379 if (total_len == -1) {
392 if (total_len != stat_buf.st_size) {
393 D(("read fewer bytes [%d] than expected [%d].", total_len,

Completed in 27 milliseconds