Searched refs:hrIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c92 int32_t hrIndex; /* used for fs_entry::index */ member in struct:fs_map_entry
191 map->hrIndex = next_fs_index++;
195 HRDBG("%s added into hrFSMap at index=%d", name, map->hrIndex);
197 HRDBG("%s exists in hrFSMap index=%d", name, map->hrIndex);
211 entry->index = map->hrIndex;
H A Dhostres_storage_tbl.c87 int32_t hrIndex; /* used for storage_entry::index */ member in struct:storage_map_entry
176 map->hrIndex = next_storage_index++;
181 name, map->hrIndex);
184 name, map->hrIndex);
193 entry->index = map->hrIndex;
H A Dhostres_device_tbl.c166 map->hrIndex = next_device_index++;
173 name, location, map->hrIndex);
176 name, location, map->hrIndex);
185 entry->index = map->hrIndex;
H A Dhostres_snmp.h148 int32_t hrIndex; /* used for hrDeviceTblEntry::index */ member in struct:device_map_entry
H A Dhostres_processor_tbl.c188 entry->index = map->hrIndex;
H A Dhostres_diskstorage_tbl.c358 entry = device_find_by_index(map->hrIndex);

Completed in 49 milliseconds