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

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

Completed in 57 milliseconds