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

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c178 if (c_repbuf != NULL) { \
179 munmap(c_repbuf, filesize); \
208 * 3 buffers - the original buffer (repbuf), a copy buffer (c_repbuf) and a
211 * copied into the c_repbuf. All further operations are done using the copy.
212 * t_repbuf is created to be the size of c_repbuf +/- 'slen' (based on
214 * 'update_str', the c_repbuf is copied to a OLD_FAB_REPOSITORY and t_repbuf
224 char *repbuf, *c_repbuf, *t_repbuf; local
231 repbuf = c_repbuf = t_repbuf = NULL;
337 if ((c_repbuf = (char *)mmap(0, filesize,
344 memcpy(c_repbuf, repbu
[all...]

Completed in 15 milliseconds