Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c90 int32_t hrIndex; /* used for fs_entry::index */ member
189 map->hrIndex = next_fs_index++; in fs_entry_create()
193 HRDBG("%s added into hrFSMap at index=%d", name, map->hrIndex); in fs_entry_create()
195 HRDBG("%s exists in hrFSMap index=%d", name, map->hrIndex); in fs_entry_create()
209 entry->index = map->hrIndex; in fs_entry_create()
H A Dhostres_storage_tbl.c85 int32_t hrIndex; /* used for storage_entry::index */ member
174 map->hrIndex = next_storage_index++; in storage_entry_create()
179 name, map->hrIndex); in storage_entry_create()
182 name, map->hrIndex); in storage_entry_create()
191 entry->index = map->hrIndex; in storage_entry_create()
H A Dhostres_device_tbl.c164 map->hrIndex = next_device_index++; in device_entry_create()
171 name, location, map->hrIndex); in device_entry_create()
174 name, location, map->hrIndex); in device_entry_create()
183 entry->index = map->hrIndex; in device_entry_create()
H A Dhostres_snmp.h146 int32_t hrIndex; /* used for hrDeviceTblEntry::index */ member
H A Dhostres_processor_tbl.c186 entry->index = map->hrIndex; in proc_create_entry()
H A Dhostres_diskstorage_tbl.c356 entry = device_find_by_index(map->hrIndex); in disk_OS_get_MD_disks()