Searched defs:last_report (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c305 static time_t last_report; local
309 if (last_report + 60 < now) {
310 last_report = now;
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dusb_keyboard.c82 grub_uint8_t last_report[8];
309 termdata->last_report,
316 if (keycode == termdata->last_report[i])
390 grub_memcpy (termdata->last_report,
81 grub_uint8_t last_report[8]; member in struct:grub_usb_keyboard_data

Completed in 1019 milliseconds