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

  /src/usr.sbin/lpr/lpc/
cmds.c 80 static int touch(struct queue *);
922 touch(struct queue *q) function
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
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:struct:__anon2527
    [all...]
  /src/sys/kern/
kern_event.c 440 * It may not be safe for us to touch the knote again after
492 * N.B. it is NOT safe for us to touch the knote again
528 * It is safe for us to touch the knote again after
624 * XXX where "touch" will be used in kqueue_scan(). We just
2282 int timeout, error, touch, rv, influx; local
2446 touch = (!(kn->kn_fop->f_flags & FILTEROP_ISFD) &&
2450 if (touch) {
2476 * 'touch'ed.
2478 if (touch == 0) {
  /src/usr.bin/make/
make.h 762 * -t: touch the targets if they are out-of-date, but don't actually
765 bool touch; member in struct:CmdOpts

Completed in 79 milliseconds