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

/freebsd-9.3-release/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-9.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c60 int lastseen; member in struct:command
223 ((cmd->debounce == 1) && ((cmd->lastseen == -1) ||
224 (cmd->lastseen != val)))) {
236 cmd->lastseen = val;
445 cmd->lastseen = -1;

Completed in 175 milliseconds