Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_device_tbl.c70 TAILQ_HEAD(device_tbl, device_entry);
73 static struct device_tbl device_tbl = TAILQ_HEAD_INITIALIZER(device_tbl); variable
237 INSERT_OBJECT_INT(entry, &device_tbl); in device_entry_create()
266 TAILQ_REMOVE(&device_tbl, entry, link); in device_entry_delete()
302 TAILQ_FOREACH(entry, &device_tbl, link) in device_find_by_index()
536 TAILQ_REMOVE(&device_tbl, n1->entry_p, link); in fini_device_tbl()
543 assert(TAILQ_EMPTY(&device_tbl)); in fini_device_tbl()
582 TAILQ_FOREACH(entry, &device_tbl, link) in refresh_device_tbl()
592 TAILQ_FOREACH_SAFE(entry, &device_tbl, link, entry_tmp) { in refresh_device_tbl()
633 if ((entry = NEXT_OBJECT_INT(&device_tbl, in op_hrDeviceTable()
[all …]