Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c69 TAILQ_HEAD(processor_tbl, processor_entry);
72 static struct processor_tbl processor_tbl = variable
73 TAILQ_HEAD_INITIALIZER(processor_tbl);
195 INSERT_OBJECT_INT(entry, &processor_tbl); in proc_create_entry()
282 while ((n1 = TAILQ_FIRST(&processor_tbl)) != NULL) { in free_proc_table()
283 TAILQ_REMOVE(&processor_tbl, n1, link); in free_proc_table()
312 TAILQ_FOREACH(entry, &processor_tbl, link) { in refresh_processor_tbl()
393 if ((entry = NEXT_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()
401 if ((entry = FIND_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()
407 if ((entry = FIND_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()