HomeSort by: relevance | last modified time | path
    Searched defs:stop (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/linux/
linux_stop_machine.c 83 struct stop_machine stop, *S = &stop; local
  /src/usr.bin/colrm/
colrm.c 63 u_long column, start, stop; local
76 start = stop = 0;
79 stop = strtol(argv[1], &p, 10);
80 if (stop <= 0 || *p)
94 if (stop && start > stop)
95 err(1, "illegal start and stop columns");
117 if ((!start || column < start || (stop && column > stop)) &&
135 (void)fprintf(stderr, "usage: colrm [start [stop]]\n")
    [all...]
  /src/distrib/utils/more/
signal.c 74 static void stop __P((int));
76 * "Stop" (^Z) signal handler.
79 stop(n) function
82 (void)signal(SIGTSTP, stop);
140 (void)signal(SIGTSTP, stop);
222 (void)signal(SIGTSTP, stop);
  /src/regress/sys/arch/m68k/emuspeed/
emuspeed.c 73 clock_t start, stop; local
97 stop = clock();
98 } while ((stop - start) < PRECISION);
100 CLOCKS_PER_SEC*(count /(stop - start)),
  /src/sys/arch/x86/include/
cpuvar.h 76 int (*stop)(struct cpu_info *); member in struct:cpu_functions
  /src/tests/lib/libc/hash/
t_hmac.c 49 int stop; local
90 stop = 0;
110 stop = 1;
113 ATF_REQUIRE_MSG(!stop, "hash %s failed for "
  /src/tests/libexec/ld.elf_so/
t_dlclose_thread.c 41 atomic_bool stop = false; variable
61 while (!atomic_load_explicit(&stop, memory_order_relaxed)) {
89 atomic_store_explicit(&stop, true, memory_order_relaxed);
  /src/tests/usr.bin/indent/
edge_cases.c 60 then stop; variable
  /src/games/primes/
primes.c 55 * primes [-dh] [start [stop]]
57 * Print primes >= start and < stop. If stop is omitted,
101 uint64_t stop; /* don't generate at or above this value */ local
121 stop = (uint64_t)(-1);
131 /* Start and stop supplied on the command line. */
143 stop = strtoumax(argv[1], &p, 0);
168 if (start > stop)
169 errx(1, "start value must be less than stop value.");
170 primes(start, stop);
    [all...]
  /src/sys/arch/aarch64/aarch64/
vm_machdep.c 188 u_char *stop, *sbottom, *ptr; local
191 stop = PCB_END(l);
193 for (cnt = 0, ptr = stop; *ptr == 0xdd && ptr <= sbottom; cnt++, ptr++)
196 l, cnt, sbottom - stop);
  /src/sys/dev/raidframe/
rf_stripelocks.h 55 RF_int64 start, stop; /* start and end of range to be locked */ member in struct:RF_LockReqDesc_s
93 (_lrd).stop = (_asm)->parityInfo->startSector + (_asm)->parityInfo->numSector-1; \
100 (_lrd).stop = (_defSize); \
  /src/bin/pax/
gen_subs.c 217 char *stop; local
220 stop = str + len;
225 while ((str < stop) && ((*str == ' ') || (*str == '0')))
233 while (str < stop) {
244 while ((str < stop) && (*str >= '0') && (*str <= '7'))
318 char *stop; local
321 stop = str + len;
327 if (str < stop && (*str & 0x80)) {
335 while (str < stop) {
350 while ((str < stop) && ((*str == ' ') || (*str == '0'))
    [all...]
  /src/regress/sys/kern/nameibench/
nameibench.c 60 volatile sig_atomic_t stop; variable
108 for (c = 0, p = 0; !stop; c++) {
159 stop = (sig_atomic_t)1;
176 stop = 0;
  /src/sys/dev/nvmm/
nvmm.h 54 * Version 2 - Added nvmm_vcpu::stop.
90 volatile int stop; member in struct:nvmm_comm_page
  /src/tests/lib/libpthread/
t_thrd.c 175 struct timespec start, stop, diff; local
192 ATF_REQUIRE_EQ(clock_gettime(CLOCK_MONOTONIC, &stop), 0);
193 timespecsub(&stop, &start, &diff);
208 ATF_REQUIRE_EQ(clock_gettime(CLOCK_MONOTONIC, &stop), 0);
209 timespecsub(&stop, &start, &diff);
  /src/usr.bin/audio/record/
record.c 79 static void stop (int);
81 static void stop (int sig) function
295 signal(SIGINT, stop);
  /src/lib/libnvmm/
nvmm.h 44 * Version 2 - Added nvmm_vcpu::stop.
67 volatile int *stop; member in struct:nvmm_vcpu
  /src/games/dm/
dm.c 169 int start, stop; local
179 stop = atoi(s_stop);
180 if (ct->tm_hour >= start && ct->tm_hour < stop) {
181 if (start == 0 && stop == 24)
185 hour(start), hour(stop));
  /src/games/tetris/
screen.c 124 stop("cannot clear screen");
126 stop("cannot do random cursor positioning");
180 * we stop while at it, stopset() above will longjmp back
198 stop(""); /* stop() supplies \n */
202 stop("tcgetattr() fails");
207 stop("tcsetattr() fails");
262 stop(const char *why) function
394 #define STOP (B_COLS - 3)
395 if (i > STOP || sp[1] != bp[1] || so != bp[1]
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 66 volatile flag stop = FALSE; variable
151 if ( stop ) {
167 if ( stop ) {
  /src/sys/arch/arm/broadcom/
bcm2835_vcaudioreg.h 53 VC_AUDIO_MSG_TYPE_STOP, // stop output (i.e. pause)
152 VC_AUDIO_STOP_T stop; member in union:__anon1030::__anon1031
  /src/sys/dev/isa/
isv.c 329 struct timeval diff, end, start, stop; local
352 microtime(&stop);
354 timersub(&stop, &start, &diff);
383 microtime(&stop);
385 timersub(&stop, &start, &diff);
  /src/sys/external/bsd/drm/dist/shared-core/
r128_cce.c 259 /* Stop the Concurrent Command Engine. This will not flush any pending
272 /* Reset the engine. This will stop the CCE if it is running.
662 /* Stop the CCE. The engine must have been idled before calling this
668 drm_r128_cce_stop_t *stop = data; local
677 if (stop->flush) {
684 if (stop->idle) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device_queue_manager.h 65 * @stop: This routine stops execution of all the active queue running on the
108 int (*stop)(struct device_queue_manager *dqm); member in struct:device_queue_manager_ops
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_cce.c 263 /* Stop the Concurrent Command Engine. This will not flush any pending
276 /* Reset the engine. This will stop the CCE if it is running.
680 /* Stop the CCE. The engine must have been idled before calling this
686 drm_r128_cce_stop_t *stop = data; local
697 if (stop->flush)
703 if (stop->idle) {

Completed in 28 milliseconds

1 2 3