Searched refs:entry_tmp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_printer_tbl.c | 321 struct printer_entry *entry_tmp; in refresh_printer_tbl() local 339 entry_tmp = TAILQ_NEXT(entry, link); in refresh_printer_tbl() 342 entry = entry_tmp; in refresh_printer_tbl()
|
| H A D | hostres_network_tbl.c | 228 struct network_entry *entry, *entry_tmp; in refresh_network_tbl() local 244 TAILQ_FOREACH_SAFE(entry, &network_tbl, link, entry_tmp) { in refresh_network_tbl()
|
| H A D | hostres_fs_tbl.c | 295 struct fs_entry *entry, *entry_tmp; in fs_tbl_post_refresh() local 300 TAILQ_FOREACH_SAFE(entry, &fs_tbl, link, entry_tmp) in fs_tbl_post_refresh()
|
| H A D | hostres_swinstalled_tbl.c | 399 struct swins_entry *entry, *entry_tmp; in refresh_swins_tbl() local 412 TAILQ_FOREACH_SAFE(entry, &swins_tbl, link, entry_tmp) in refresh_swins_tbl()
|
| H A D | hostres_diskstorage_tbl.c | 512 struct disk_entry *entry, *entry_tmp; in refresh_disk_storage_tbl() local 533 TAILQ_FOREACH_SAFE(entry, &disk_tbl, link, entry_tmp) in refresh_disk_storage_tbl()
|
| H A D | hostres_storage_tbl.c | 560 struct storage_entry *entry, *entry_tmp; in refresh_storage_tbl() local 580 TAILQ_FOREACH_SAFE(entry, &storage_tbl, link, entry_tmp) in refresh_storage_tbl()
|
| H A D | hostres_device_tbl.c | 555 struct device_entry *entry, *entry_tmp; in refresh_device_tbl() local 592 TAILQ_FOREACH_SAFE(entry, &device_tbl, link, entry_tmp) { in refresh_device_tbl()
|
| H A D | hostres_swrun_tbl.c | 398 struct swrun_entry *entry, *entry_tmp; in refresh_swrun_tbl() local 415 TAILQ_FOREACH_SAFE(entry, &swrun_tbl, link, entry_tmp) in refresh_swrun_tbl()
|
| /freebsd-12.1/sys/dev/tcp_log/ |
| H A D | tcp_log_dev.c | 159 struct tcp_log_dev_queue *entry, *entry_tmp; in tcp_log_dev_clear_cdevpriv() local 177 tldq_queue, entry_tmp) { in tcp_log_dev_clear_cdevpriv()
|