Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c123 char *oidstrs; member
268 snmp_register_group(picl_snmphdl_t hdl, char *oidstrs, int n_oids, int is_vol) in snmp_register_group() argument
287 p = oidstrs; in snmp_register_group()
290 p = oidstrs + sz; in snmp_register_group()
301 (void) memcpy(p, oidstrs, sz); in snmp_register_group()
304 oidg->oidstrs = p; in snmp_register_group()
359 fetch_bulk(smd, grp->oidstrs, grp->n_oids, row, grp->is_volatile, &err); in snmp_get_int()
419 fetch_bulk(smd, grp->oidstrs, grp->n_oids, row, grp->is_volatile, &err); in snmp_get_str()
484 fetch_bulk(smd, grp->oidstrs, grp->n_oids, row, grp->is_volatile, &err); in snmp_get_bitstr()
750 search_oid_in_group(char *prefix, char *oidstrs, int n_oids) in search_oid_in_group() argument
[all …]
H A Ddebug.h73 #define LOGBULK(tag, n_oids, oidstrs, row) \ argument
74 snmp_log_cmd(tag, SNMP_MSG_GETBULK, n_oids, oidstrs, row)
125 #define LOGBULK(tag, n_oids, oidstrs, row)
H A Dsnmplib.h47 char *oidstrs; member
H A Dpdu.c60 snmp_create_pdu(int cmd, int max_reps, char *oidstrs, int n_oids, int row) in snmp_create_pdu() argument
89 if (snmp_add_null_vars(pdu, oidstrs, n_oids, row) < 0) { in snmp_create_pdu()
249 snmp_add_null_vars(snmp_pdu_t *pdu, char *oidstrs, int n_oids, int row) in snmp_add_null_vars() argument
257 p = oidstrs; in snmp_add_null_vars()
/titanic_50/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c301 char *p, *oidstrs; in register_group() local
307 if ((oidstrs = (char *)calloc(1, len)) == NULL) in register_group()
310 for (p = oidstrs, i = 0; g[i]; i++) { in register_group()
315 snmp_register_group(hdl, oidstrs, n_oids, is_volatile); in register_group()
316 free(oidstrs); in register_group()