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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c179 if (c_repbuf != NULL) { \
180 munmap(c_repbuf, filesize); \
209 * 3 buffers - the original buffer (repbuf), a copy buffer (c_repbuf) and a
212 * copied into the c_repbuf. All further operations are done using the copy.
213 * t_repbuf is created to be the size of c_repbuf +/- 'slen' (based on
215 * 'update_str', the c_repbuf is copied to a OLD_FAB_REPOSITORY and t_repbuf
225 char *repbuf, *c_repbuf, *t_repbuf; local
232 repbuf = c_repbuf = t_repbuf = NULL;
338 if ((c_repbuf = (char *)mmap(0, filesize,
345 memcpy(c_repbuf, repbu
[all...]

Completed in 43 milliseconds