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

  /src/external/bsd/libfido2/dist/examples/
select.c 69 int touched; local
133 if ((r = fido_dev_get_touch_status(devtab[i], &touched,
142 if (touched) {
  /src/external/gpl2/texinfo/dist/makeinfo/
node.h 41 int touched; /* Nonzero means this node has been referenced. */ member in struct:tentry
  /src/sys/arch/hpcsh/dev/
psh3tp.c 280 uint8_t phdr, touched; local
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
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/external/bsd/libfido2/dist/fuzz/
fuzz_cred.c 410 int touched; local
421 r = fido_dev_get_touch_status(dev, &touched, -1);
423 consume(&touched, sizeof(touched));
  /src/usr.bin/w/
w.c 544 time_t touched; local
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)
  /src/external/gpl2/gmake/dist/
remake.c 804 int touched = 0;
846 touched = 1;
854 if ((ran && !file->phony) || touched)
800 int touched = 0; local
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
functions.c 69 int touched; member in struct:log_c
128 lc->touched = 1;
134 lc->touched = 1;
664 if (lc->touched)
665 LOG_DBG("WARNING: log still marked as 'touched' during suspend");
818 lc->touched = 0;
999 if (!lc->touched)
1015 lc->touched = 0;
  /src/external/gpl3/gcc/dist/libgfortran/io/
io.h 189 int touched; member in struct:namelist_type
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
io.h 190 int touched; member in struct:namelist_type

Completed in 27 milliseconds