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

1234

/freebsd-10-stable/usr.sbin/ctm/mkCTM/
H A Dctm_conf.cvs-cur7 set CTMmail ctm-cvs-cur-fast@freebsd.org
H A Dctm_conf.src-cur7 set CTMmail ctm-src-cur-fast@freebsd.org
/freebsd-10-stable/contrib/nvi/cl/
H A Dcl_screen.c198 goto fast;
375 fast: /* Set the terminal modes. */
378 goto fast;
442 goto fast;
494 fast: if (tcsetattr(STDIN_FILENO, TCSADRAIN | TCSASOFT, &clp->ex_enter)) {
496 goto fast;
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dspear600-evb.dts64 st,smi-fast-mode;
H A Dr8a7778-bockw-reference.dts125 m25p,fast-read;
H A Dk2e-evm.dts127 m25p,fast-read;
H A Dk2hk-evm.dts155 m25p,fast-read;
H A Dk2l-evm.dts104 m25p,fast-read;
H A Dspear300-evb.dts95 st,smi-fast-mode;
H A Dspear310-evb.dts109 st,smi-fast-mode;
H A Dspear320-evb.dts110 st,smi-fast-mode;
H A Dr8a7791-henninger.dts229 m25p,fast-read;
H A Dspear320-hmi.dts182 st,smi-fast-mode;
H A Darmada-388-gp.dts76 m25p,fast-read;
H A Dspear1310-evb.dts185 st,smi-fast-mode;
/freebsd-10-stable/usr.sbin/bsdconfig/console/
H A Drepeat74 fast) defaultitem="$msg_fast" ;;
128 "$msg_fast") repeat_rate_to_set="fast" ;; # Fast keyboard repeat rate
/freebsd-10-stable/sys/geom/stripe/
H A Dg_stripe.c78 TUNABLE_INT("kern.geom.stripe.fast", &g_stripe_fast);
82 int error, fast; local
84 fast = g_stripe_fast;
85 error = sysctl_handle_int(oidp, &fast, 0, req);
87 g_stripe_fast = fast;
90 SYSCTL_PROC(_kern_geom_stripe, OID_AUTO, fast, CTLTYPE_INT | CTLFLAG_RW,
95 0, "Maximum memory that can be allocated in \"fast\" mode (in bytes)");
98 &g_stripe_fast_failed, 0, "How many times \"fast\" mode failed");
578 int error, fast = 0; local
609 * Calculations are quite messy, but fast
[all...]
/freebsd-10-stable/sys/sys/
H A Dtaskqueue.h193 * Queue for swi handlers dispatched from fast interrupt handlers.
196 * from a fast interrupt handler context.
198 TASKQUEUE_DECLARE(fast); variable
H A Dtimeffc.h148 void sysclock_getsnapshot(struct sysclock_snap *clock_snap, int fast);
159 * measure time interval in counter units. If a fast timecounter is used by the
160 * system, may also allow fast but accurate timestamping.
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c680 int pcheck, int fast, int large);
1098 int fast, int large)
1128 if (fast)
1161 int fast; local
1166 fast = FALSE;
1176 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1194 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1204 /* Now see if we can do fast timing */
1205 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1210 fast
1097 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/freebsd-10-stable/lib/libc/regex/
H A Dengine.c48 #define fast sfast macro
59 #define fast lfast macro
70 #define fast mfast macro
107 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
254 endp = fast(m, start, stop, gf, gl);
760 - fast - step through the string at top speed
761 == static const char *fast(struct match *m, const char *start, \
765 fast( struct match *m, function
784 SP("fast", st, *p);
1176 #undef fast macro
[all...]
/freebsd-10-stable/contrib/nvi/regex/
H A Dengine.c51 #define fast sfast macro
62 #define fast lfast macro
98 static const RCHAR_T *fast __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst));
195 endp = fast(m, start, stop, gf, gl);
700 - fast - step through the string at top speed
701 == static const RCHAR_T *fast(register struct match *m, const RCHAR_T *start, \
705 fast(m, start, stop, startst, stopst) function
1095 #undef fast macro
/freebsd-10-stable/contrib/top/
H A DConfigure24 # fast track configuration
119 goto fast
460 fast:
/freebsd-10-stable/contrib/gdb/
H A Dlibtool.m4122 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
314 # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
320 AC_ARG_ENABLE(fast-install,
322 << --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
343 # AC_DISABLE_FAST_INSTALL - set the default to --disable-fast-install
/freebsd-10-stable/contrib/nvi/vi/
H A Dvs_refresh.c454 goto fast;
570 fast: (void)gp->scr_cursor(sp, &y, &notused);

Completed in 219 milliseconds

1234