Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_diskstorage_tbl.c327 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 Dhostres_printer_tbl.c284 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 Dhostres_network_tbl.c190 network_tick = this_tick; in network_get_interfaces()
228 if (this_tick - network_tick < network_tbl_refresh) { in refresh_network_tbl()
H A Dhostres_swrun_tbl.c398 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 Dhostres_fs_tbl.c302 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 Dhostres_swinstalled_tbl.c399 if (this_tick - swins_tick < swins_tbl_refresh) { in refresh_swins_tbl()
416 swins_tick = this_tick; in refresh_swins_tbl()
H A Dhostres_device_tbl.c557 (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 Dhostres_storage_tbl.c561 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 Dsnmp_ntp.c1121 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 DmibII_ip.c177 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 DmibII_udp.c170 if (udp_tick < this_tick) in op_udp()
206 if (udp_tick < this_tick) in op_udptable()
H A DmibII_tcp.c204 if (tcp_stats_tick < this_tick) in op_tcp()
278 if (tcp_tick < this_tick) in op_tcpconn()
H A DmibII_interfaces.c246 if (ifp->mibtick < this_tick) in op_ifentry()
431 if (ifp->mibtick < this_tick) in op_ifxtable()
H A DmibII_route.c234 if (route_tick != 0 && route_tick + ROUTE_UPDATE_INTERVAL > this_tick) in mib_fetch_route()
H A DmibII.c810 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 Dpf_snmp.c1153 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 DMakefile91 MLINKS+= snmpmod.3 this_tick.3
/freebsd/contrib/bsnmp/snmpd/
H A Dmain.c74 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 Dsnmpmod.h269 extern uint64_t this_tick;
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1135 if (this_tick <= ngtype_tick) in fetch_types()
1162 ngtype_tick = this_tick; in fetch_types()
/freebsd/sys/net/
H A Diflib.c2407 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 DOptionalObsoleteFiles.inc676 OLD_FILES+=usr/share/man/man3/this_tick.3.gz