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

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c175 if (repbuf != NULL) { \
176 munmap(repbuf, filesize); \
208 * 3 buffers - the original buffer (repbuf), a copy buffer (c_repbuf) and a
210 * The contents of the repository are mmap-ed into the repbuf and then
224 char *repbuf, *c_repbuf, *t_repbuf; local
231 repbuf = c_repbuf = t_repbuf = NULL;
319 if ((repbuf = (char *)mmap(0, filesize, PROT_READ,
344 memcpy(c_repbuf, repbuf, filesize);
349 munmap(repbuf, filesize);
350 repbuf
[all...]

Completed in 15 milliseconds