Searched defs:max_reps (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c60 snmp_create_pdu(int cmd, int max_reps, char *oidstrs, int n_oids, int row) argument
80 pdu->max_repetitions = max_reps ?
81 max_reps : SNMP_DEF_MAX_REPETITIONS;
H A Dsnmplib.c921 int max_reps; local
927 * venture to get multiple rows (passing max_reps=0 will make
930 max_reps = is_vol ? 1 : 0;
932 pdu = snmp_create_pdu(SNMP_MSG_GETBULK, max_reps, oidstrs, n_oids, row);

Completed in 47 milliseconds