Home
last modified time | relevance | path

Searched refs:FIND_OBJECT_INT (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_swrun_tbl.c600 if ((entry = FIND_OBJECT_INT(&swrun_tbl, in op_hrSWRunTable()
606 if ((entry = FIND_OBJECT_INT(&swrun_tbl, in op_hrSWRunTable()
638 if ((entry = FIND_OBJECT_INT(&swrun_tbl, in op_hrSWRunTable()
763 if ((entry = FIND_OBJECT_INT(&swrun_tbl, in op_hrSWRunPerfTable()
769 if ((entry = FIND_OBJECT_INT(&swrun_tbl, in op_hrSWRunPerfTable()
Dhostres_network_tbl.c276 if ((entry = FIND_OBJECT_INT(&network_tbl, in op_hrNetworkTable()
282 if ((entry = FIND_OBJECT_INT(&network_tbl, in op_hrNetworkTable()
Dhostres_processor_tbl.c401 if ((entry = FIND_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()
407 if ((entry = FIND_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()
Dhostres_printer_tbl.c369 if ((entry = FIND_OBJECT_INT(&printer_tbl, &value->var, in op_hrPrinterTable()
375 if ((entry = FIND_OBJECT_INT(&printer_tbl, &value->var, in op_hrPrinterTable()
Dhostres_fs_tbl.c416 if ((entry = FIND_OBJECT_INT(&fs_tbl, in op_hrFSTable()
422 if ((entry = FIND_OBJECT_INT(&fs_tbl, in op_hrFSTable()
Dhostres_swinstalled_tbl.c462 if ((entry = FIND_OBJECT_INT(&swins_tbl, in op_hrSWInstalledTable()
468 if ((entry = FIND_OBJECT_INT(&swins_tbl, in op_hrSWInstalledTable()
Dhostres_diskstorage_tbl.c615 if ((entry = FIND_OBJECT_INT(&disk_tbl, in op_hrDiskStorageTable()
621 if ((entry = FIND_OBJECT_INT(&disk_tbl, in op_hrDiskStorageTable()
Dhostres_storage_tbl.c611 if ((entry = FIND_OBJECT_INT(&storage_tbl, in op_hrStorageTable()
617 if ((entry = FIND_OBJECT_INT(&storage_tbl, in op_hrStorageTable()
Dhostres_device_tbl.c639 if ((entry = FIND_OBJECT_INT(&device_tbl, in op_hrDeviceTable()
645 if ((entry = FIND_OBJECT_INT(&device_tbl, in op_hrDeviceTable()
/freebsd-9-stable/contrib/ngatm/snmp_atm/
Dsnmp_atm.c411 if ((*aifp = FIND_OBJECT_INT(&atmif_list, in atmif_get_aif()
417 if ((*aifp = FIND_OBJECT_INT(&atmif_list, in atmif_get_aif()
424 if ((*aifp = FIND_OBJECT_INT(&atmif_list, in atmif_get_aif()
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hast/
Dhast_snmp.c426 res = FIND_OBJECT_INT(&resources, &value->var, sub); in op_hastResourceTable()
431 res = FIND_OBJECT_INT(&resources, &value->var, sub); in op_hastResourceTable()
/freebsd-9-stable/contrib/bsnmp/snmp_ntp/
Dsnmp_ntp.c1232 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpPeersVarTable()
1240 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpPeersVarTable()
1368 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpFilterPeersVarTable()
1376 t = FIND_OBJECT_INT(&peers, &value->var, sub); in op_ntpFilterPeersVarTable()
/freebsd-9-stable/contrib/bsnmp/snmpd/
Daction.c448 if ((objres = FIND_OBJECT_INT(&objres_list, &value->var, sub)) in op_or_table()
454 if ((objres = FIND_OBJECT_INT(&objres_list, &value->var, sub)) in op_or_table()
Dsnmpmod.h204 #define FIND_OBJECT_INT(LIST, OID, SUB) \ macro