Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c124 int n_oids; member
268 snmp_register_group(picl_snmphdl_t hdl, char *oidstrs, int n_oids, int is_vol) in snmp_register_group() argument
288 for (i = 0; i < n_oids; i++) { in snmp_register_group()
305 oidg->n_oids = n_oids; 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
756 for (i = 0; i < n_oids; i++) { in search_oid_in_group()
779 grp->n_oids) == 0) { in locate_oid_group()
[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)
113 extern void snmp_log_cmd(uint_t tag, int cmd, int n_oids,
125 #define LOGBULK(tag, n_oids, oidstrs, row)
H A Dsnmplib.h48 int n_oids; 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
258 for (i = 0; i < n_oids; i++) { in snmp_add_null_vars()
H A Ddebug.c172 snmp_log_cmd(uint_t tag, int cmd, int n_oids, char *oidstr, int row) in snmp_log_cmd() argument
205 for (i = 0; i < n_oids; i++) { in snmp_log_cmd()
/titanic_44/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c300 int n_oids; in register_group() local
305 n_oids = i; in register_group()
315 snmp_register_group(hdl, oidstrs, n_oids, is_volatile); in register_group()