Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 81) sorted by relevance

1234

/illumos-gate/usr/src/uts/sun4v/os/
H A Dppage.c263 boolean_t fast; in ppcopy() local
281 fast = B_FALSE; in ppcopy()
283 fast = B_TRUE; in ppcopy()
294 if (fast) { in ppcopy()
317 boolean_t fast; in pagezero() local
336 fast = B_TRUE; in pagezero()
342 fast = B_FALSE; in pagezero()
364 if (fast) { in pagezero()
/illumos-gate/usr/src/test/util-tests/tests/demangle/
H A DMakefile23 PROG = gcc-libstdc++ llvm-stdcxxabi afl-fast rust
49 afl-fast: afl-fast.o
50 $(LINK.c) -o $@ afl-fast.o $(LDLIBS)
/illumos-gate/usr/src/uts/common/io/
H A Decpp.conf33 fast-centronics="false";
42 fast-1284-compatible="true";
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c504 int fast = 1; in pagezero() local
519 fast = 0; in pagezero()
526 if (fast) { in pagezero()
537 fast = 0; in pagezero()
546 ASSERT(fast == 0); in pagezero()
558 if (fast) { in pagezero()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c145 bool fast = 0; in main() local
262 fast++; in main()
379 fast++; in main()
404 fast++; in main()
506 if (fast) in main()
532 if (setexit() == 0 && !fast) { in main()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c552 if (!pc->fast && !pc->slow) in _validate()
727 (best_pc->fast || best_pc->slow) in _validate()
780 load_str (&(prs->fast), best_pc->fast); in _validate()
783 if (prs->fast) { in _validate()
784 prs->fast = makestr( in _validate()
787 prs->fast, in _validate()
792 prs->fast = prs->slow; in _validate()
982 if (pc->fast) in free_candidate()
983 unload_str (&(pc->fast)); in free_candidate()
H A Dvalidate.h51 char * fast; member
H A Dpickfilter.c278 pc->fast = 0; in pickfilter()
474 pc->fast = pipes[1]; in pickfilter()
H A Dfiles.c159 if (rp->fast) in rmfiles()
160 fdprintf(fd, "y %s\n", rp->fast); in rmfiles()
H A Dnodes.h164 char *fast; member
H A Drequeue.c252 && (prs->slow || prs->fast) in qchk_filter()
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c109 int fast = 0; variable
233 fast = 1; in main()
260 if (fast && (nosync == nosyncflag)) { in main()
416 if (fast) in main()
441 if (fast) in main()
450 if (fast) in main()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c47 bool fast; variable
201 fast++; /* No home -> can't read scripts */ in main()
205 fast++; in main()
299 fast++; in main()
492 if (!fast && reenter == 0) { in main()
513 if (!fast && !arginp && !onelflg && !havhash) in main()
535 if (!fast && !arginp && !onelflg && !havhash2) in main()
769 if (!fast) { in rechist()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S51 ! It could be a fast trap handler address (pc > KERNELBASE) at TL>0
103 ! the arguments for the fast trap handler.
142 1: jmp %g5 ! call the fast trap handler
H A Dmach_xc.S83 ! Load the arguments for the fast trap handler.
86 jmp %o3 ! call the fast trap handler
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c111 sopno startst, sopno stopst, bool fast);
790 sopno stopst, bool fast) in walk() argument
809 if (fast) in walk()
831 if (fast && EQ(st, fresh)) in walk()
870 if (fast) in walk()
880 if (fast) in walk()
891 if (fast) { in walk()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.conf59 fast-poll: 2
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_xc.S85 ! Load the arguments for the fast trap handler.
88 jmp %o3 ! call the fast trap handler
/illumos-gate/usr/src/tools/cscope-fast/
H A DMakefile29 PROG= cscope-fast
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dpostio.fd28 Filter type: fast
H A Ddownload.fd28 Filter type: fast
H A Dpostior.fd28 Filter type: fast
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile34 SHOPT_FILESCAN == 1 /* fast file scan */
/illumos-gate/usr/src/tools/
H A DMakefile57 cscope-fast \
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk61 CSCOPE = $(BUILD_TOOLS)/onbld/bin/$(MACH)/cscope-fast

1234