Searched refs:SNMP_ERR_NOERROR (Results 1 – 6 of 6) sorted by relevance
265 return (SNMP_ERR_NOERROR); in rsrcinfo_update()701 return (SNMP_ERR_NOERROR); in sunFmResourceTable_handler()781 return (SNMP_ERR_NOERROR); in sunFmResourceCount_handler()788 return (SNMP_ERR_NOERROR); in sunFmResourceCount_handler()
270 return (SNMP_ERR_NOERROR); in modinfo_update()680 return (SNMP_ERR_NOERROR); in sunFmModuleTable_handler()
274 return (SNMP_ERR_NOERROR); in problem_update()854 return (SNMP_ERR_NOERROR); in sunFmProblemTable_handler()1081 return (SNMP_ERR_NOERROR); in sunFmFaultEventTable_handler()
109 #define SNMP_ERR_NOERROR (0) macro
948 if (reply_pdu->errstat == SNMP_ERR_NOERROR) { in fetch_bulk()
92 if ((response != NULL) && (response->errstat == SNMP_ERR_NOERROR)) { in snmp_get_string()