Searched refs:snmp_get_int (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/include/
H A Dlibpiclsnmp.h48 extern int snmp_get_int(picl_snmphdl_t, char *, int, int *, int *);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c563 ret = snmp_get_int(hdl, OID_entLastChangeTime, 0,
628 ret = snmp_get_int(hdl, OID_entLastChangeTime, 0,
716 ret = snmp_get_int(hdl, OID_entPhysicalContainedIn, row,
743 ret = snmp_get_int(hdl, OID_entPhysicalClass, row,
756 ret = snmp_get_int(hdl, OID_sunPlatPhysicalClass, row,
768 ret = snmp_get_int(hdl, OID_sunPlatAlarmType,
829 ret = snmp_get_int(hdl, OID_sunPlatPowerSupplyClass,
861 ret = snmp_get_int(hdl, OID_sunPlatSensorClass,
872 ret = snmp_get_int(hdl, OID_sunPlatSensorType,
1140 ret = snmp_get_int(hd
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c321 * snmp_get_int() takes in an OID and returns the integer value
326 snmp_get_int(picl_snmphdl_t hdl, char *prefix, int row, int *val, function
800 * only snmp_get_int() at the higher level. While it is possible

Completed in 72 milliseconds