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

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c70 TAILQ_HEAD(device_tbl, device_entry);
73 static struct device_tbl device_tbl = TAILQ_HEAD_INITIALIZER(device_tbl); variable in typeref:struct:device_tbl
237 INSERT_OBJECT_INT(entry, &device_tbl);
266 TAILQ_REMOVE(&device_tbl, entry, link);
302 TAILQ_FOREACH(entry, &device_tbl, link)
536 TAILQ_REMOVE(&device_tbl, n1->entry_p, link);
543 assert(TAILQ_EMPTY(&device_tbl));
582 TAILQ_FOREACH(entry, &device_tbl, lin
[all...]

Completed in 116 milliseconds