| /src/usr.bin/tip/aculib/ |
| v3451.c | 59 int slow = number(value(BAUDRATE)) < 1200; local 66 vawrite("I\r", 1 + slow); 67 vawrite("I\r", 1 + slow); 68 vawrite("I\r", 1 + slow); 69 vawrite("\005\r", 2 + slow); 78 vawrite("D\r", 2 + slow); 84 vawrite(phone, 1 + slow); 95 vawrite("\r", 1 + slow); 96 vawrite("\r", 1 + slow);
|
| /src/sys/arch/arm/at91/ |
| at91busvar.h | 43 uint32_t slow; /* slow clock in Hz */ member in struct:at91bus_clocks 53 #define AT91_SCLK at91bus_clocks.slow
|
| at91pmc.c | 109 clocks->slow = SLOW_CLOCK;
|
| /src/sys/arch/arm/marvell/ |
| dove.c | 482 dove_dfs_slow(struct dove_pmu_softc *sc, bool slow) 490 if ((slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_SLOW) || 491 (!slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_TURBO)) 505 if (slow) { 547 if ((slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_SLOW) || 548 (!slow && status == DOVE_PMU_CPUSDFSSR_CPUSLOWMODESTTS_TURBO)) { 550 printf("DFS changed to %s\n", slow ? "slow" : "turbo"); 553 printf("DFS failed to %s\n", slow ? "slow" : "turbo") [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_trampoline_powerpc64_asm.S | 9 # If this appears to be slow, the caller needs to pass in number of generic, 150 # If this appears to be slow, the caller needs to pass in number of generic,
|
| /src/usr.bin/make/unit-tests/ |
| cmdline-redirect-stdin.mk | 25 # reads its input byte by byte, which makes it terribly slow for practical
|
| /src/games/worm/ |
| worm.c | 77 static int slow = 0; variable 127 slow = (baudrate() <= 1200); 344 if (!(slow && running))
|
| /src/lib/libc/db/recno/ |
| rec_open.c | 135 slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL) 177 goto slow; 184 goto slow;
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_modeset_lock.c | 247 bool interruptible, bool slow) 260 } else if (interruptible && slow) { 264 } else if (slow) {
|
| /src/sys/kern/ |
| subr_cpu.c | 193 cpu_topology_setspeed(struct cpu_info *ci, bool slow) 196 cpu_topology_haveslow |= slow; 197 ci->ci_is_slow = slow; 239 aprint_debug("%s ", ci->ci_is_slow ? "slow" : "fast");
|
| /src/sys/dev/pckbport/ |
| pckbport.c | 311 int len, int responselen, u_char *respbuf, int slow) 322 nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
|
| /src/sys/arch/hp300/hp300/ |
| locore.s | 831 tstb _ASM_LABEL(beatstatus) | time to slow down? 832 jeq Lslowthrob | yes, slow down 835 lsrl #1,%d1 | slow throb 1157 .long 0 | for determining a fast or slow throb
|
| /src/sys/arch/ia64/stand/common/ |
| help.common | 84 file sizes on some media may be very slow.
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_t3_hw.c | 1657 * The designation 'slow' is because it involves register reads, while 3268 unsigned int width, density, slow, attempts; local 3276 slow = val & F_SLOW; 3284 if (!slow) { 3306 if (!slow) 3311 val = slow ? 3 : 6; 3318 if (!slow) {
|
| /src/sys/dev/usb/ |
| ohci.c | 3408 u_int npoll, slow, shigh, nslots; local 3436 slow = npoll-1; 3437 shigh = slow + npoll; 3439 for (best = i = slow, bestbw = ~0; i < shigh; i++) { 3448 DPRINTFN(2, "best=%jd(%jd..%jd) bestbw=%jd", best, slow, shigh, bestbw);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_execbuffer.c | 1774 * Leave the user relocations as are, this is the painfully slow path, 1808 goto slow; 1816 goto slow; 1822 slow:
|
| /src/sys/arch/x68k/stand/boot_ufs/ |
| boot.S | 506 | small and slow memcpy...
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display.c | 494 .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */ 9720 * < 0 slow down the clock, > 0 speed up the clock, 0 == no bend (135MHz) 16021 goto slow; 16030 goto slow; 16043 goto slow; 16112 slow:
|
| /src/sys/external/isc/libsodium/dist/ |
| configure | 1487 do not reject slow dependency extractors 2572 # As a last resort, use the slow shell script. Don't cache a 2828 # As a last resort, use the slow shell script. Don't cache a 13613 # default) and relocated if they conflict, which is a slow very memory
|