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

1 2

  /src/sys/external/bsd/drm2/linux/
linux_stop_machine.c 83 struct stop_machine stop, *S = &stop; local in function:stop_machine
  /src/usr.bin/colrm/
colrm.c 63 u_long column, start, stop; local in function:main
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 in function:main
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/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 in function:main
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/tests/lib/libc/hash/
t_hmac.c 49 int stop; local in function:test
90 stop = 0;
110 stop = 1;
113 ATF_REQUIRE_MSG(!stop, "hash %s failed for "
  /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/tests/lib/libpthread/
t_thrd.c 175 struct timespec start, stop, diff; local in function:ATF_TC_BODY
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/sys/arch/aarch64/aarch64/
vm_machdep.c 188 u_char *stop, *sbottom, *ptr; local in function:cpu_lwp_free
191 stop = PCB_END(l);
193 for (cnt = 0, ptr = stop; *ptr == 0xdd && ptr <= sbottom; cnt++, ptr++)
196 l, cnt, sbottom - stop);
  /src/bin/pax/
gen_subs.c 217 char *stop; local in function:asc_u32
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 in function:asc_umax
321 stop = str + len;
327 if (str < stop && (*str & 0x80)) {
335 while (str < stop) {
350 while ((str < stop) && ((*str == ' ') || (*str == '0'))
    [all...]
  /src/lib/libnvmm/
nvmm.h 44 * Version 2 - Added nvmm_vcpu::stop.
67 volatile int *stop; member in struct:nvmm_vcpu
  /src/regress/sys/kern/nameibench/
nameibench.c 60 volatile sig_atomic_t stop; variable in typeref:typename:volatile sig_atomic_t
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/usr.bin/audio/record/
record.c 79 static void stop (int);
81 static void stop (int sig) function in typeref:typename:void
295 signal(SIGINT, stop);
  /src/games/dm/
dm.c 169 int start, stop; local in function:c_day
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 in typeref:typename:void
394 #define STOP (B_COLS - 3)
395 if (i > STOP || sp[1] != bp[1] || so != bp[1]
    [all...]
  /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:__anon5827fd4f0b08::__anon5827fd4f0c0a
  /src/sys/dev/isa/
isv.c 329 struct timeval diff, end, start, stop; local in function:isv_capture
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 in function:r128_cce_stop
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 in function:r128_cce_stop
697 if (stop->flush)
703 if (stop->idle) {
  /src/usr.bin/dc/
inout.c 334 BIGNUM *mult, *stop; local in function:printnumber
340 stop = BN_new();
341 if (mult == NULL || stop == NULL)
344 bn_check(BN_one(stop));
345 scale_number(stop, (int)b->scale);
348 while (BN_cmp(mult, stop) < 0) {
370 BN_free(stop);
  /src/usr.sbin/lpr/lpc/
cmds.c 159 * Kill the current daemon to stop printing now.
785 * Stop the specified daemon after completing the current job and disable
789 stop(int argc, char *argv[]) function in typeref:typename:void
796 printf("Usage: stop {all | printer ...}\n");
  /src/usr.sbin/memswitch/
methods.c 432 int baud, bit, parity, stop, flow; local in function:parse_serial
476 /* stop bit */
478 stop = 2;
481 stop = 0;
484 stop = 1;
511 prop->modified_value.word[0] = ((stop << 14) +
685 const char *baud, *stop; local in function:print_serial
705 stop = stops[(v & 0xe000) >> 14];
707 sprintf(str, "%s,%c,%c,%s,%c", baud, bit, parity, stop, flow);

Completed in 56 milliseconds

1 2