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

  /src/usr.bin/make/unit-tests/
opt-no-action-touch.mk 6 # -t, so instead of being touched, the commands of the targets are printed.
18 # .PHONY targets are not touched since they do not represent actual files.
23 # .JOIN targets are not touched since they do not represent actual files.
28 # .USE targets are not touched since they do not represent actual files.
40 # touched either. Without the -n, it would be touched.
44 # Since none of the above targets are actually touched, the following command
opt-touch-jobs.mk 12 # .PHONY targets are not touched since they do not represent actual files.
17 # .JOIN targets are not touched since they do not represent actual files.
22 # .USE targets are not touched since they do not represent actual files.
  /src/sys/arch/hpcsh/dev/
psh3tp.c 280 uint8_t phdr, touched; local in function:psh3tp_intr
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 in function:j6x0tp_intr
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 in function:process
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/distrib/syspkg/mk/
bsd.syspkg.mk 489 # shouldn't be touched by anybody but the release engineers.

Completed in 14 milliseconds