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

  /src/external/bsd/libfido2/dist/src/
touch.c 84 fido_dev_get_touch_status(fido_dev_t *dev, int *touched, int ms)
88 *touched = 0;
91 return (u2f_get_touch_status(dev, touched, &ms));
98 *touched = 1;
u2f.c 919 u2f_get_touch_status(fido_dev_t *dev, int *touched, int *ms)
944 *touched = 0;
947 *touched = 1;
  /src/external/gpl2/texinfo/dist/makeinfo/
node.h 41 int touched; /* Nonzero means this node has been referenced. */ member in struct:tentry
node.c 309 new->touched = 0;
1358 result->touched++;
1623 if (tags->touched > reference_warning_limit)
1628 tags->node, tags->touched);
1631 if (tags->touched == 0)
  /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/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/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/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/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/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/gpl3/gcc/dist/libgfortran/io/
list_read.c 2758 t->touched = 1;
2763 t->touched = 1;
2773 touched is set and the loop specification initialised
2788 nl->touched = 1;
2804 /* Resets touched for the entire list of nml_nodes, ready for a
2812 t->touched = 0;
2931 all its own components but only reads data for those that were touched
2954 touched in name parsing, just return. */
2955 if (dtp->u.p.nml_read_error || !nl->touched)
3289 touched. nml_read_obj is called at the end and this reads the data i
    [all...]
io.h 189 int touched; member in struct:namelist_type
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c 2688 t->touched = 1;
2693 t->touched = 1;
2703 touched is set and the loop specification initialised
2718 nl->touched = 1;
2734 /* Resets touched for the entire list of nml_nodes, ready for a
2742 t->touched = 0;
2861 all its own components but only reads data for those that were touched
2884 touched in name parsing, just return. */
2885 if (dtp->u.p.nml_read_error || !nl->touched)
3205 touched. nml_read_obj is called at the end and this reads the data i
    [all...]
io.h 190 int touched; member in struct:namelist_type
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
update-web-ari.sh 840 use deprecated mechanisms. Existing code, when touched, should be
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
update-web-ari.sh 840 use deprecated mechanisms. Existing code, when touched, should be
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 489 # shouldn't be touched by anybody but the release engineers.
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
keccak1600p8-ppc.pl 692 mflr r9 ; r9 is not touched by KeccakF1600
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
keccak1600p8-ppc.pl 692 mflr r9 ; r9 is not touched by KeccakF1600
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
keccak1600p8-ppc.pl 688 mflr r9 ; r9 is not touched by KeccakF1600
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 2604 // We shouldn't have touched other maps yet.

Completed in 45 milliseconds