Home
last modified time | relevance | path

Searched refs:snmpplugin_dbuf (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c278 static char *snmpplugin_dbuf = NULL; variable
2048 (snmpplugin_dbuf + snmpplugin_dbuf_sz)) { in snmpplugin_log_append()
2050 if (snmpplugin_dbuf == NULL) { in snmpplugin_log_append()
2069 snmpplugin_dbuf_curp = snmpplugin_dbuf; in snmpplugin_dbuf_realloc()
2073 if (snmpplugin_dbuf) { in snmpplugin_dbuf_realloc()
2074 offset = snmpplugin_dbuf_curp - snmpplugin_dbuf; in snmpplugin_dbuf_realloc()
2075 (void) memcpy(p, snmpplugin_dbuf, snmpplugin_dbuf_sz); in snmpplugin_dbuf_realloc()
2076 free(snmpplugin_dbuf); in snmpplugin_dbuf_realloc()
2079 snmpplugin_dbuf = p; in snmpplugin_dbuf_realloc()
2082 snmpplugin_dbuf_curp = snmpplugin_dbuf + offset; in snmpplugin_dbuf_realloc()