Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c67 TAILQ_HEAD(processor_tbl, processor_entry);
70 static struct processor_tbl processor_tbl = variable
71 TAILQ_HEAD_INITIALIZER(processor_tbl);
193 INSERT_OBJECT_INT(entry, &processor_tbl); in proc_create_entry()
280 while ((n1 = TAILQ_FIRST(&processor_tbl)) != NULL) { in free_proc_table()
281 TAILQ_REMOVE(&processor_tbl, n1, link); in free_proc_table()
310 TAILQ_FOREACH(entry, &processor_tbl, link) { in refresh_processor_tbl()
391 if ((entry = NEXT_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()
399 if ((entry = FIND_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()
405 if ((entry = FIND_OBJECT_INT(&processor_tbl, in op_hrProcessorTable()