Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c265 return (SNMP_ERR_NOERROR); in rsrcinfo_update()
703 return (SNMP_ERR_NOERROR); in sunFmResourceTable_handler()
783 return (SNMP_ERR_NOERROR); in sunFmResourceCount_handler()
790 return (SNMP_ERR_NOERROR); in sunFmResourceCount_handler()
H A Dmodule.c270 return (SNMP_ERR_NOERROR); in modinfo_update()
682 return (SNMP_ERR_NOERROR); in sunFmModuleTable_handler()
H A Dproblem.c274 return (SNMP_ERR_NOERROR); in problem_update()
856 return (SNMP_ERR_NOERROR); in sunFmProblemTable_handler()
1083 return (SNMP_ERR_NOERROR); in sunFmFaultEventTable_handler()
/titanic_44/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.h111 #define SNMP_ERR_NOERROR (0) macro
H A Dsnmplib.c977 if (reply_pdu->errstat == SNMP_ERR_NOERROR) { in fetch_bulk()
/titanic_44/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c95 if ((response != NULL) && (response->errstat == SNMP_ERR_NOERROR)) { in snmp_get_string()