Searched refs:buf_n_tot (Results 1 – 1 of 1) sorted by relevance
3051 static Int buf_n_tot; variable3126 buf_n_tot = 0; in read_procselfmaps_into_buf()3128 n_chunk = ML_(am_read)( sr_Res(fd), &procmap_buf[buf_n_tot], in read_procselfmaps_into_buf()3129 M_PROCMAP_BUF - buf_n_tot ); in read_procselfmaps_into_buf()3131 buf_n_tot += n_chunk; in read_procselfmaps_into_buf()3132 } while ( n_chunk > 0 && buf_n_tot < M_PROCMAP_BUF ); in read_procselfmaps_into_buf()3136 if (buf_n_tot >= M_PROCMAP_BUF-5) in read_procselfmaps_into_buf()3138 if (buf_n_tot == 0) in read_procselfmaps_into_buf()3141 procmap_buf[buf_n_tot] = 0; in read_procselfmaps_into_buf()3185 aspacem_assert('\0' != procmap_buf[0] && 0 != buf_n_tot); in parse_procselfmaps()[all …]