Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c563 ret = snmp_get_int(hdl, OID_entLastChangeTime, 0, in build_physplat()
628 ret = snmp_get_int(hdl, OID_entLastChangeTime, 0, in build_physplat()
716 ret = snmp_get_int(hdl, OID_entPhysicalContainedIn, row, in make_node()
743 ret = snmp_get_int(hdl, OID_entPhysicalClass, row, in make_node()
756 ret = snmp_get_int(hdl, OID_sunPlatPhysicalClass, row, in make_node()
768 ret = snmp_get_int(hdl, OID_sunPlatAlarmType, in make_node()
829 ret = snmp_get_int(hdl, OID_sunPlatPowerSupplyClass, in make_node()
861 ret = snmp_get_int(hdl, OID_sunPlatSensorClass, in make_node()
872 ret = snmp_get_int(hdl, OID_sunPlatSensorType, in make_node()
1140 ret = snmp_get_int(hdl, OID_entLastChangeTime, 0, in check_for_stale_data()
[all …]
/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/lib/snmp/
H A Dsnmplib.c317 snmp_get_int(picl_snmphdl_t hdl, char *prefix, int row, int *val, in snmp_get_int() function