Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_fs_tbl.c92 int32_t hrIndex; /* used for fs_entry::index */ member
191 map->hrIndex = next_fs_index++; in fs_entry_create()
195 HRDBG("%s added into hrFSMap at index=%d", name, map->hrIndex); in fs_entry_create()
197 HRDBG("%s exists in hrFSMap index=%d", name, map->hrIndex); in fs_entry_create()
211 entry->index = map->hrIndex; in fs_entry_create()
HDhostres_storage_tbl.c87 int32_t hrIndex; /* used for storage_entry::index */ member
176 map->hrIndex = next_storage_index++; in storage_entry_create()
181 name, map->hrIndex); in storage_entry_create()
184 name, map->hrIndex); in storage_entry_create()
193 entry->index = map->hrIndex; in storage_entry_create()
HDhostres_device_tbl.c166 map->hrIndex = next_device_index++; in device_entry_create()
173 name, location, map->hrIndex); in device_entry_create()
176 name, location, map->hrIndex); in device_entry_create()
185 entry->index = map->hrIndex; in device_entry_create()
HDhostres_snmp.h148 int32_t hrIndex; /* used for hrDeviceTblEntry::index */ member
HDhostres_processor_tbl.c188 entry->index = map->hrIndex; in proc_create_entry()
HDhostres_diskstorage_tbl.c358 entry = device_find_by_index(map->hrIndex); in disk_OS_get_MD_disks()