Searched refs:entry_tmp (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_printer_tbl.c | 319 struct printer_entry *entry_tmp; in refresh_printer_tbl() local 337 entry_tmp = TAILQ_NEXT(entry, link); in refresh_printer_tbl() 340 entry = entry_tmp; in refresh_printer_tbl()
|
H A D | hostres_network_tbl.c | 226 struct network_entry *entry, *entry_tmp; in refresh_network_tbl() local 242 TAILQ_FOREACH_SAFE(entry, &network_tbl, link, entry_tmp) { in refresh_network_tbl()
|
H A D | hostres_fs_tbl.c | 293 struct fs_entry *entry, *entry_tmp; in fs_tbl_post_refresh() local 298 TAILQ_FOREACH_SAFE(entry, &fs_tbl, link, entry_tmp) in fs_tbl_post_refresh()
|
H A D | hostres_swinstalled_tbl.c | 397 struct swins_entry *entry, *entry_tmp; in refresh_swins_tbl() local 410 TAILQ_FOREACH_SAFE(entry, &swins_tbl, link, entry_tmp) in refresh_swins_tbl()
|
H A D | hostres_diskstorage_tbl.c | 510 struct disk_entry *entry, *entry_tmp; in refresh_disk_storage_tbl() local 531 TAILQ_FOREACH_SAFE(entry, &disk_tbl, link, entry_tmp) in refresh_disk_storage_tbl()
|
H A D | hostres_device_tbl.c | 552 struct device_entry *entry, *entry_tmp; in refresh_device_tbl() local 589 TAILQ_FOREACH_SAFE(entry, &device_tbl, link, entry_tmp) { in refresh_device_tbl()
|
H A D | hostres_storage_tbl.c | 558 struct storage_entry *entry, *entry_tmp; in refresh_storage_tbl() local 578 TAILQ_FOREACH_SAFE(entry, &storage_tbl, link, entry_tmp) in refresh_storage_tbl()
|
H A D | hostres_swrun_tbl.c | 396 struct swrun_entry *entry, *entry_tmp; in refresh_swrun_tbl() local 413 TAILQ_FOREACH_SAFE(entry, &swrun_tbl, link, entry_tmp) in refresh_swrun_tbl()
|
/freebsd/sys/dev/tcp_log/ |
H A D | tcp_log_dev.c | 155 struct tcp_log_dev_queue *entry, *entry_tmp; in tcp_log_dev_clear_cdevpriv() local 173 tldq_queue, entry_tmp) { in tcp_log_dev_clear_cdevpriv()
|