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

/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntp.pl358 ;# local(*FRAGS,*lastseen);
418 *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);
[all...]
/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c61 int lastseen; member in struct:command
222 ((cmd->debounce == 1) && ((cmd->lastseen == -1) ||
223 (cmd->lastseen != val)))) {
235 cmd->lastseen = val;
444 cmd->lastseen = -1;

Completed in 70 milliseconds