HomeSort by: relevance | last modified time | path
    Searched defs:touched (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcsh/dev/
psh3tp.c 280 uint8_t phdr, touched; local in function:psh3tp_intr
298 * Number of times the "touched" bit should be read
304 touched = true; /* we start with "touched" state */
312 if (state == touched)
316 touched = state;
326 if (touched) {
j6x0tp.c 371 uint8_t phdr, touched; local in function:j6x0tp_intr
391 * Number of times the "touched" bit should be read
398 touched = PHDR_TP_PEN_DOWN; /* we start with "touched" state */
403 if ((phdr & PHDR_TP_PEN_DOWN) == touched)
407 touched = phdr & PHDR_TP_PEN_DOWN;
417 if (touched) {
  /src/usr.bin/w/
w.c 544 time_t touched; local in function:process
590 touched = st.st_atime;
591 if (touched < ep->tv.tv_sec) {
593 touched = ep->tv.tv_sec;
595 if ((ep->idle = now - touched) < 0)

Completed in 14 milliseconds