Searched refs:fast (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/
H A Decpp.conf28 # When fast-centronics is set to "true", handshaking between the
30 # Centronics devices the hardware handshaking is too fast for the
31 # peripheral. To slow down the handshaking, fast-centronics must
32 # be set to "false". By default fast-centronics is set to "false".
34 fast-centronics="false";
37 # When fast-1284-compatible is set to "true", IEEE 1284 compliant
41 # fast-1284-compatible is set "true".
43 fast-1284-compatible="true";
71 # Devices that are not using fast handshaking may adjust the data setup
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.h54 char * fast; member in struct:candidate
H A Dvalidate.c551 if (!pc->fast && !pc->slow)
726 (best_pc->fast || best_pc->slow)
779 load_str (&(prs->fast), best_pc->fast);
782 if (prs->fast) {
783 prs->fast = makestr(
786 prs->fast,
791 prs->fast = prs->slow;
981 if (pc->fast)
982 unload_str (&(pc->fast));
[all...]
H A Dpickfilter.c279 pc->fast = 0;
475 pc->fast = pipes[1];
H A Dnodes.h164 char *fast; member in struct:rstat_node
H A Drequeue.c252 && (prs->slow || prs->fast)
H A Dfiles.c161 if (rp->fast)
162 fdprintf(fd, "y %s\n", rp->fast);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dppage.c263 boolean_t fast; local
281 fast = B_FALSE;
283 fast = B_TRUE;
294 if (fast) {
317 boolean_t fast; local
336 fast = B_TRUE;
342 fast = B_FALSE;
364 if (fast) {
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c145 bool fast = 0; local
262 fast++;
378 fast++;
403 fast++;
505 if (fast)
531 if (setexit() == 0 && !fast) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.conf61 fast-poll: 2
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c447 /* Try the fast path first */
504 int fast = 1; local
516 * Since the fast path doesn't do anything about
519 fast = 0;
526 if (fast) {
537 fast = 0;
546 ASSERT(fast == 0);
558 if (fast) {
/illumos-gate/usr/src/tools/cscope-fast/
H A DMakefile28 PROG= cscope-fast
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c111 int fast = 0; variable
235 fast = 1;
262 if (fast && (nosync == nosyncflag)) {
418 if (fast)
443 if (fast)
452 if (fast)
/illumos-gate/usr/src/tools/
H A DMakefile39 cscope-fast \
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c46 bool fast; variable
197 fast++; /* No home -> can't read scripts */
201 fast++;
295 fast++;
488 if (!fast && reenter == 0) {
504 /* Will have value("home") here because set fast if don't */
509 if (!fast && !arginp && !onelflg && !havhash)
531 if (!fast && !arginp && !onelflg && !havhash2)
765 if (!fast) {
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_xc.s97 ! Load the arguments for the fast trap handler.
100 jmp %o3 ! call the fast trap handler
H A Dmach_interrupt.s64 ! It could be a fast trap handler address (pc > KERNELBASE) at TL>0
116 ! the arguments for the fast trap handler.
155 1: jmp %g5 ! call the fast trap handler
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_xc.s99 ! Load the arguments for the fast trap handler.
102 jmp %o3 ! call the fast trap handler
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c45 #define fast sfast macro
56 #define fast lfast macro
67 #define fast mfast macro
106 static const char *fast(struct match *, const char *, const char *, sopno,
258 endp = fast(m, start, stop, gf, gl);
753 * fast - step through the string at top speed
756 fast(struct match *m, const char *start, const char *stop, sopno startst, function
772 SP("fast", st, *p);
1132 #undef fast macro
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s55 be,a 1f ! fast case: two loads;
70 lduh [%o0],%o0 ! 2nd half of fast case
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s74 jbe .OneByteCopy / goto fast short copy loop
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile234 $(DOCHTMLDESTDIR)/fast.html \
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-388-gp.dts76 m25p,fast-read;
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s1579 * XXX - may want a fast path that avoids sys_rtt_common in the
1680 * XXX - may want a fast path that avoids sys_rtt_common in the
1778 / measuring the clock rate of very fast processors.
1783 / counter may even wrap. If this value is too small, then on fast machines
1981 / measuring the clock rate of very fast processors.
1986 / counter may even wrap. If this value is too small, then on fast machines
/illumos-gate/usr/src/head/
H A Dmeta.h805 mdhspname_t *hspnp, int fast, md_error_t *ep);
1234 int fast, md_error_t *ep);
1263 mdkey_t key, int fast, md_error_t *ep);
1381 int fast, md_error_t *ep);
1604 int fast, md_error_t *ep);
1662 mdname_t *stripenp, int fast, md_error_t *ep);
1733 mdname_t *transnp, int fast, md_error_t *ep);

Completed in 127 milliseconds

12