Home
last modified time | relevance | path

Searched refs:FIND_OBJECT_FUNC (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c585 if ((entry = FIND_OBJECT_FUNC(&partition_tbl, in op_hrPartitionTable()
591 if ((entry = FIND_OBJECT_FUNC(&partition_tbl, in op_hrPartitionTable()
/freebsd-14.2/contrib/bsnmp/snmpd/
H A Dsnmpmod.h249 #define FIND_OBJECT_FUNC(LIST, OID, SUB, FUNC) \ macro