/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_diskstorage_tbl.c | 327 disk_entry->r_tick = this_tick; in disk_OS_get_ATA_disks() 390 disk_entry->r_tick = this_tick; in disk_OS_get_MD_disks() 499 disk_entry->r_tick = this_tick; in disk_OS_get_disks() 513 this_tick - disk_storage_tick < disk_storage_tbl_refresh) { in refresh_disk_storage_tbl() 536 disk_storage_tick = this_tick; in refresh_disk_storage_tbl()
|
H A D | hostres_printer_tbl.c | 284 printer_tick = this_tick; in hrPrinter_get_OS_entries() 321 if (this_tick <= printer_tick) { in refresh_printer_tbl() 343 printer_tick = this_tick; in refresh_printer_tbl()
|
H A D | hostres_network_tbl.c | 190 network_tick = this_tick; in network_get_interfaces() 228 if (this_tick - network_tick < network_tbl_refresh) { in refresh_network_tbl()
|
H A D | hostres_swrun_tbl.c | 398 if (this_tick - swrun_tick < swrun_tbl_refresh) { in refresh_swrun_tbl() 417 swrun_tick = this_tick; in refresh_swrun_tbl() 608 if (entry->r_tick < this_tick) in op_hrSWRunTable()
|
H A D | hostres_fs_tbl.c | 302 fs_tick = this_tick; in fs_tbl_post_refresh() 312 if (fs_tick == 0 || this_tick - fs_tick >= fs_tbl_refresh) { in refresh_fs_tbl()
|
H A D | hostres_swinstalled_tbl.c | 399 if (this_tick - swins_tick < swins_tbl_refresh) { in refresh_swins_tbl() 416 swins_tick = this_tick; in refresh_swins_tbl()
|
H A D | hostres_device_tbl.c | 557 (device_tick != 0 && this_tick - device_tick < device_tbl_refresh))){ in refresh_device_tbl() 601 device_tick = this_tick; in refresh_device_tbl()
|
H A D | hostres_storage_tbl.c | 561 this_tick - storage_tick < storage_tbl_refresh) { in refresh_storage_tbl() 582 storage_tick = this_tick; in refresh_storage_tbl()
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 1121 if (this_tick > sysinfo_tick) { in op_ntpSystem() 1124 sysinfo_tick = this_tick; in op_ntpSystem() 1217 if (this_tick > peers_tick) { in op_ntpPeersVarTable() 1220 peers_tick = this_tick; in op_ntpPeersVarTable() 1353 if (this_tick > peers_tick) { in op_ntpFilterPeersVarTable() 1356 peers_tick = this_tick; in op_ntpFilterPeersVarTable() 1413 if (this_tick > peers_tick) { in op_ntpFilterRegisterTable() 1416 peers_tick = this_tick; in op_ntpFilterRegisterTable() 1501 if (this_tick > sysinfo_tick) { in op_begemot_ntp() 1504 sysinfo_tick = this_tick; in op_begemot_ntp() [all …]
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_ip.c | 177 if (ip_tick < this_tick) in op_ip() 235 if (ip_tick < this_tick) in op_ip() 275 if (ipstat_tick < this_tick) in op_ipstat() 380 if (ipstat_tick < this_tick) in op_icmpstat()
|
H A D | mibII_udp.c | 170 if (udp_tick < this_tick) in op_udp() 206 if (udp_tick < this_tick) in op_udptable()
|
H A D | mibII_tcp.c | 204 if (tcp_stats_tick < this_tick) in op_tcp() 278 if (tcp_tick < this_tick) in op_tcpconn()
|
H A D | mibII_interfaces.c | 246 if (ifp->mibtick < this_tick) in op_ifentry() 431 if (ifp->mibtick < this_tick) in op_ifxtable()
|
H A D | mibII_route.c | 234 if (route_tick != 0 && route_tick + ROUTE_UPDATE_INTERVAL > this_tick) in mib_fetch_route()
|
H A D | mibII.c | 810 mib_iftable_last_change = this_tick; in mibif_free() 876 mib_iftable_last_change = this_tick; in mibif_create()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 1153 if (started && this_tick <= pf_tick) in pfi_refresh() 1198 pf_tick = this_tick; in pfi_refresh() 1221 if (started && this_tick <= pf_tick) in pfq_refresh() 1268 pf_tick = this_tick; in pfq_refresh() 1284 if (started && this_tick <= pf_tick) in pfs_refresh() 1296 pf_tick = this_tick; in pfs_refresh() 1325 if (started && this_tick <= pf_tick) in pft_refresh() 1344 pf_tick = this_tick; in pft_refresh() 1430 if (started && this_tick <= pf_tick) in pfa_refresh() 1483 pf_tick = this_tick; in pfa_refresh() [all …]
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | Makefile | 91 MLINKS+= snmpmod.3 this_tick.3
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | main.c | 74 uint64_t this_tick; /* start of processing of current packet (absolute) */ variable 492 this_tick = get_ticks(); in snmp_input_start() 1653 this_tick = get_ticks(); in main() 1654 start_tick = this_tick; in main()
|
H A D | snmpmod.h | 269 extern uint64_t this_tick;
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 1135 if (this_tick <= ngtype_tick) in fetch_types() 1162 ngtype_tick = this_tick; in fetch_types()
|
/freebsd/sys/net/ |
H A D | iflib.c | 2407 uint64_t this_tick = ticks; in iflib_timer() local 2417 if (this_tick - txq->ift_last_timer_tick >= iflib_timer_default) { in iflib_timer() 2418 txq->ift_last_timer_tick = this_tick; in iflib_timer()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 676 OLD_FILES+=usr/share/man/man3/this_tick.3.gz
|