Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c68 TAILQ_HEAD(device_tbl, device_entry);
71 static struct device_tbl device_tbl = TAILQ_HEAD_INITIALIZER(device_tbl); variable
235 INSERT_OBJECT_INT(entry, &device_tbl); in device_entry_create()
264 TAILQ_REMOVE(&device_tbl, entry, link); in device_entry_delete()
300 TAILQ_FOREACH(entry, &device_tbl, link) in device_find_by_index()
533 TAILQ_REMOVE(&device_tbl, n1->entry_p, link); in fini_device_tbl()
540 assert(TAILQ_EMPTY(&device_tbl)); in fini_device_tbl()
579 TAILQ_FOREACH(entry, &device_tbl, link) in refresh_device_tbl()
589 TAILQ_FOREACH_SAFE(entry, &device_tbl, link, entry_tmp) { in refresh_device_tbl()
630 if ((entry = NEXT_OBJECT_INT(&device_tbl, in op_hrDeviceTable()
[all …]