Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c58 snmp_create_pdu(int cmd, int max_reps, char *oidstrs, int n_oids, int row) in snmp_create_pdu() argument
78 pdu->max_repetitions = max_reps ? in snmp_create_pdu()
79 max_reps : SNMP_DEF_MAX_REPETITIONS; in snmp_create_pdu()
H A Dsnmplib.c902 int max_reps; in fetch_bulk() local
909 max_reps = is_vol ? 1 : 0; in fetch_bulk()
911 pdu = snmp_create_pdu(SNMP_MSG_GETBULK, max_reps, oidstrs, n_oids, row); in fetch_bulk()