Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/libfido2/src/
H A Dtouch.c84 fido_dev_get_touch_status(fido_dev_t *dev, int *touched, int ms) in fido_dev_get_touch_status() argument
88 *touched = 0; in fido_dev_get_touch_status()
91 return (u2f_get_touch_status(dev, touched, &ms)); in fido_dev_get_touch_status()
98 *touched = 1; in fido_dev_get_touch_status()
H A Du2f.c919 u2f_get_touch_status(fido_dev_t *dev, int *touched, int *ms) in u2f_get_touch_status() argument
944 *touched = 0; in u2f_get_touch_status()
947 *touched = 1; in u2f_get_touch_status()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c177 bool touched; in copywin() local
182 touched = FALSE; in copywin()
200 touched = TRUE; in copywin()
207 touched = TRUE; in copywin()
211 if (touched) { in copywin()
/freebsd/usr.bin/finger/
H A Dutil.c285 time_t touched; in find_idle_and_ttywrite() local
305 touched = sb.st_atime; in find_idle_and_ttywrite()
306 if (touched < w->loginat) { in find_idle_and_ttywrite()
308 touched = w->loginat; in find_idle_and_ttywrite()
310 w->idletime = now < touched ? 0 : now - touched; in find_idle_and_ttywrite()
/freebsd/contrib/libfido2/examples/
H A Dselect.c69 int touched; in select_dev() local
133 if ((r = fido_dev_get_touch_status(devtab[i], &touched, in select_dev()
142 if (touched) { in select_dev()
H A DREADME.adoc95 about the device touched.
/freebsd/usr.bin/w/
H A Dw.c129 time_t touched; in main() local
246 touched = stp->st_atime; in main()
247 if (touched < ep->utmp.ut_tv.tv_sec) { in main()
249 touched = ep->utmp.ut_tv.tv_sec; in main()
251 if ((ep->idle = now - touched) < 0) in main()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_cred.c410 int touched; in test_touch() local
421 r = fido_dev_get_touch_status(dev, &touched, -1); in test_touch()
423 consume(&touched, sizeof(touched)); in test_touch()
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-mpc.txt19 from the bootloader are preserved (not touched).
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td20 /// [ ] - was not touched at all
H A DM68kInstrBits.td19 /// [ ] - was not touched at all
H A DM68kInstrControl.td28 /// [ ] - was not touched at all
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-thread-assist.md89 thread and may not be touched further. We would need to block all API calls
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6795-sony-xperia-m5.dts58 /* preloader and bootloader regions cannot be touched */
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Drockchip-io-domain.txt54 supplies will be not be touched.
/freebsd/crypto/openssl/doc/designs/ddd/
H A DREADME.md47 not to demonstrate all of these, because most of them will not be touched by
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt29 property the PORTSC register won't be touched.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_rcu_lock_new.pod106 transfers to the lock and the item must not be touched again by the caller.
/freebsd/sys/contrib/openzfs/config/
H A Dax_code_coverage.m447 # was touched, then print the URI for the report.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkey.pod.in112 When password input is interrupted, the output file is not touched.
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in293 * the address region is later touched;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt116 configuration of the watchdog is not touched. This is useful in two cases:
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt139 touched. By default, the MSI does not contain these properties
146 touched by the installer.
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc377 // I think the kernel might pull in a few pages when one it touched,

12