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

1 2 3 4 5 6 7 8 9

  /src/external/bsd/am-utils/dist/scripts/
redhat-ctl-amd.in 39 stop() { function
82 stop)
83 stop
89 stop
94 stop
102 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
  /src/crypto/external/cpl/trousers/dist/dist/fedora/
fedora.initrd.tcsd 35 # Check that we are root ... so non-root users stop here
77 stop() function
90 stop)
91 stop
95 stop
107 echo $"Usage: $0 {start|stop|restart|reload|force-reload|condrestart|try-restart|status}"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-shared.c 21 stop (void) function
33 stop ();
37 stop ();
46 stop ();
49 stop ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
modules.c 21 stop (void) function
31 stop ();
37 func (stop);
40 stop ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-breakpoint-create-fail.py 20 def stop(self): member in class:MyBP
21 print("MyBP.stop was invoked!")
22 # Don't make this breakpoint stop
py-finish-breakpoint-deletion.py 18 def stop(self): member in class:MyFinishBreakpoint
24 def stop(self): member in class:MyBreakpoint
py-finish-breakpoint2.py 26 def stop(self): member in class:ExceptionFinishBreakpoint
py-watchpoint.py 22 def stop(self): member in class:MyBreakpoint
py-finish-breakpoint.py 26 def stop(self): member in class:MyFinishBreakpoint
27 print("MyFinishBreakpoint stop with %d" % int(self.val.dereference()))
43 def stop(self): member in class:TestBreakpoint
57 def stop(self): member in class:TestFinishBreakpoint
60 print("test stop: %d" % self.count)
63 print("test don't stop: %d" % self.count)
71 def stop(self): member in class:TestExplicitBreakpoint
85 def stop(self): member in class:SimpleFinishBreakpoint
86 print("SimpleFinishBreakpoint stop")
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.c 38 int stop)
40 /* NOTE - start, stop can wrap */
41 val &= LSMASK (start, stop);
50 int stop)
52 /* NOTE - start, stop can wrap */
53 val &= MSMASK (start, stop);
62 int stop)
64 ASSERT (start >= stop);
66 return LSEXTRACTED64 (val, start, stop);
69 if (stop >= 32
75 val >>= stop; local
86 val >>= stop; local
145 val <<= stop; local
157 val <<= stop; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info-shared.c 21 stop (void) function
33 stop ();
37 stop ();
46 stop ();
49 stop ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
modules.c 21 stop (void) function
31 stop ();
37 func (stop);
40 stop ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-breakpoint-create-fail.py 20 def stop(self): member in class:MyBP
21 print("MyBP.stop was invoked!")
22 # Don't make this breakpoint stop
py-finish-breakpoint-deletion.py 18 def stop(self): member in class:MyFinishBreakpoint
24 def stop(self): member in class:MyBreakpoint
py-finish-breakpoint2.py 26 def stop(self): member in class:ExceptionFinishBreakpoint
py-watchpoint.py 22 def stop(self): member in class:MyBreakpoint
py-commands-breakpoint.py 52 def stop(self): member in class:TestBreakpoint
py-finish-breakpoint.py 26 def stop(self): member in class:MyFinishBreakpoint
27 print("MyFinishBreakpoint stop with %d" % int(self.val.dereference()))
43 def stop(self): member in class:TestBreakpoint
57 def stop(self): member in class:TestFinishBreakpoint
60 print("test stop: %d" % self.count)
63 print("test don't stop: %d" % self.count)
71 def stop(self): member in class:TestExplicitBreakpoint
85 def stop(self): member in class:SimpleFinishBreakpoint
86 print("SimpleFinishBreakpoint stop")
  /src/external/gpl3/gdb/dist/sim/common/
sim-bits.c 38 int stop)
40 /* NOTE - start, stop can wrap */
41 val &= LSMASK (start, stop);
50 int stop)
52 /* NOTE - start, stop can wrap */
53 val &= MSMASK (start, stop);
62 int stop)
64 ASSERT (start >= stop);
66 return LSEXTRACTED64 (val, start, stop);
69 if (stop >= 32
75 val >>= stop; local
86 val >>= stop; local
145 val <<= stop; local
157 val <<= stop; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
visitor.h 660 bool stop; member in class:StoppableVisitor
661 StoppableVisitor() : stop(false) {}
  /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/external/bsd/dhcpcd/dist/src/
dev.h 38 void (*stop)(void); member in struct:dev
  /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)),

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 9