Searched refs:hrIndex (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| HD | hostres_fs_tbl.c | 92 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()
|
| HD | hostres_storage_tbl.c | 87 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()
|
| HD | hostres_device_tbl.c | 166 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()
|
| HD | hostres_snmp.h | 148 int32_t hrIndex; /* used for hrDeviceTblEntry::index */ member
|
| HD | hostres_processor_tbl.c | 188 entry->index = map->hrIndex; in proc_create_entry()
|
| HD | hostres_diskstorage_tbl.c | 358 entry = device_find_by_index(map->hrIndex); in disk_OS_get_MD_disks()
|