/src/usr.bin/make/unit-tests/ |
opt-no-action-touch.mk | 1 # $NetBSD: opt-no-action-touch.mk,v 1.1 2021/01/30 12:46:38 rillig Exp $ 3 # Tests for combining the command line options -n (no action) and -t (touch). 9 # opt-touch-jobs.mk contains the same test without the option -n. 12 .MAKEFLAGS: opt-touch-phony 13 .MAKEFLAGS: opt-touch-join 14 .MAKEFLAGS: opt-touch-use 15 .MAKEFLAGS: opt-touch-make 16 .MAKEFLAGS: opt-touch-regular 20 opt-touch-phony: .PHONY 25 opt-touch-join: .JOI [all...] |
opt-touch.mk | 1 # $NetBSD: opt-touch.mk,v 1.4 2020/11/14 14:13:09 rillig Exp $ 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make 7 opt-touch-phony: .PHONY 10 opt-touch-join: .JOIN 13 opt-touch-use: .USE 16 opt-touch-make: .MAKE 20 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); [all...] |
opt-touch-jobs.mk | 1 # $NetBSD: opt-touch-jobs.mk,v 1.3 2025/05/18 06:24:27 rillig Exp $ 7 .MAKEFLAGS: opt-touch-phony 8 .MAKEFLAGS: opt-touch-join 9 .MAKEFLAGS: opt-touch-use 10 .MAKEFLAGS: opt-touch-make 14 opt-touch-phony: .PHONY 19 opt-touch-join: .JOIN 24 opt-touch-use: .USE 31 opt-touch-make: .MAKE 35 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*'); [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx6dl-aristainetos2_7.dts | 70 touch: touch@4d { label
|
imx6dl-aristainetos2_4.dts | 113 touch: touch@4b { label
|
imx23-sansa.dts | 195 touch: touch@20 { label
|
iwg20d-q7-common.dtsi | 182 touch-interrupt { 217 touch: touchpanel@38 { label
|
r8a7742-iwg21d-q7.dts | 200 touch: touchpanel@38 { label 227 touch-interrupt {
|
imx6q-novena.dts | 279 touch: stmpe811@44 { label 298 st,touch-det-delay = <2>;
|
/src/usr.sbin/lpr/lpc/ |
cmds.c | 80 static int touch(struct queue *); 922 touch(struct queue *q) function in typeref:typename:int 978 if (touch(*qq) == 0) { 1000 if (touch(*qq) == 0) {
|
/src/usr.bin/mail/ |
support.c | 135 * Touch the named message by setting its MTOUCH flag. 140 touch(struct message *mp) function in typeref:typename:PUBLIC void 390 * Touch the indicated file.
|
/src/sys/dev/bluetooth/ |
btmagic.c | 73 * touch reports. We match against the vendor-id and product-id and provide 77 * This driver interprets the touch reports only as far as emulating a 82 * Credit for decoding the proprietary touch reports goes to Michael Poole 154 int sc_firm; /* firm touch threshold */ 183 #define BTMAGIC_ENABLED __BIT(1) /* touch reports enabled */ 790 * Enable touch reports by sending the following report 802 printf("%s: cannot enable touch reports\n", 1118 case MOUSE_REPORT_ID: /* Magic touch (input) */ 1184 * Even when the magic touch reports are enabled, the basic report is 1232 * the Magic touch report (0x29), according to the Linux drive 1285 } touch = { variable in typeref:typename:const struct __anonb07df8960308 [all...] |
/src/sys/kern/ |
kern_event.c | 437 * It may not be safe for us to touch the knote again after 489 * N.B. it is NOT safe for us to touch the knote again 525 * It is safe for us to touch the knote again after 621 * XXX where "touch" will be used in kqueue_scan(). We just 2279 int timeout, error, touch, rv, influx; local in function:kqueue_scan 2443 touch = (!(kn->kn_fop->f_flags & FILTEROP_ISFD) && 2447 if (touch) { 2473 * 'touch'ed. 2475 if (touch == 0) {
|
/src/usr.bin/make/ |
make.h | 760 * -t: touch the targets if they are out-of-date, but don't actually 763 bool touch; member in struct:CmdOpts
|