Searched refs:SNMP_ERR_NOERROR (Results 1 – 6 of 6) sorted by relevance
265 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()
270 return (SNMP_ERR_NOERROR); in modinfo_update()682 return (SNMP_ERR_NOERROR); in sunFmModuleTable_handler()
274 return (SNMP_ERR_NOERROR); in problem_update()856 return (SNMP_ERR_NOERROR); in sunFmProblemTable_handler()1083 return (SNMP_ERR_NOERROR); in sunFmFaultEventTable_handler()
111 #define SNMP_ERR_NOERROR (0) macro
977 if (reply_pdu->errstat == SNMP_ERR_NOERROR) { in fetch_bulk()
95 if ((response != NULL) && (response->errstat == SNMP_ERR_NOERROR)) { in snmp_get_string()