Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/scripts/monitoring/
H A Dntp.pl418 *lastseen = "$id lastseen";
422 $lastseen = 1 if !&pkt_M($r_e_m_op);
458 if ($lastseen && defined($FRAGS{0}) &&
468 undef($lastseen);
485 local($r_e_m_op,*FRAGS,*lastseen,@x) = (@FRAGS[$[+5]);
488 *lastseen = "$id lastseen";
495 undef($lastseen);
/freebsd/usr.bin/usbhidaction/
H A Dusbhidaction.c61 int lastseen; member
222 ((cmd->debounce == 1) && ((cmd->lastseen == -1) || in main()
223 (cmd->lastseen != val)))) { in main()
235 cmd->lastseen = val; in main()
444 cmd->lastseen = -1; in parse_conf()