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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c182 if (t_repbuf != NULL) { \
183 munmap(t_repbuf, size); \
210 * temp buffer (t_repbuf).
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;
458 if ((t_repbuf = (char *)mmap(0, size, PROT_READ|PROT_WRITE,
464 memcpy(t_repbuf, c_repbuf, write_offset);
465 strncpy(t_repbuf
[all...]

Completed in 45 milliseconds