Searched refs:stop (Results 101 - 125 of 245) sorted by relevance

12345678910

/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c120 static void stop(char);
416 stop(c);
458 stop(char cmdc) function
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_lcdclk.c314 int flags, int *stop)
326 *stop = 0;
385 *stop = 1;
313 aw_lcdclk_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, int flags, int *stop) argument
H A Daw_mmcclk.c166 int flags, int *stop)
222 *stop = 1;
165 aw_mmcclk_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, int flags, int *stop) argument
H A Daw_modclk.c160 int flags, int *stop)
213 *stop = 1;
159 aw_modclk_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, int flags, int *stop) argument
H A Daw_debeclk.c203 int flags, int *stop)
220 *stop = 1;
202 aw_debeclk_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, int flags, int *stop) argument
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c242 int stop = 0, retval = 0; local
252 while ((ch = (u_char)*fmt++) != '%' || stop) {
528 stop = 1;
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c766 int stop; local
775 stop = getdtablesize();
776 for (; start < stop; start++)
/freebsd-11-stable/stand/libsa/
H A Dprintf.c262 int stop = 0, retval = 0; local
279 while ((ch = (u_char)*fmt++) != '%' || stop) {
560 stop = 1;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp402 bool suppress, stop, notify; local
403 signals->GetSignalInfo(signo, suppress, stop, notify);
405 dictionary->AddBooleanItem("stop", stop);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c497 svn_boolean_t stop; local
514 err = read_func(&stop, read_baton, mem->data, mem->size, iterpool);
521 /* If the callbacks told us to stop, then we're done for now. */
522 if (stop)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.h176 disp_del_at_next_stop, /* Delete at next stop, whether hit or not */
312 if we stop here). */
475 resume out of the dynamic linker's callback, stop and print. */
593 /* Nonzero if this breakpoint tells us to stop. */
594 char stop;
732 cause the inferior to stop in places where this frame is visible,
590 char stop; member in struct:bpstats
H A Dppcbug-rom.c141 OPS->stop = NULL; /* interrupt command */
178 OPS->stopbits = SERIAL_1_STOPBITS; /* number of stop bits */
H A Drom68k-rom.c199 rom68k_cmds.stop = NULL;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h71 recno_t start, stop; /* Start/stop of the range. */ member in struct:_range
/freebsd-11-stable/sys/dev/fe/
H A Dif_fevar.h95 void (*stop)(struct fe_softc *); /* Just after fe_stop(). */ member in struct:fe_softc
/freebsd-11-stable/sys/kern/
H A Dsubr_prof.c500 int stop = 0; local
529 stop = 1;
537 stop = 0;
540 if (stop)
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c263 stop = 1;
311 stop = 0;
332 if (stop)
365 if (timedout || stop) {
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfiutil.c45 MFI_TABLE(top, stop);
75 fprintf(stderr, " drive clear <drive> <start|stop> - clear a drive with all 0x00\n");
89 fprintf(stderr, " stop patrol - stop a patrol read\n");
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc1204 input_buffer::parse_to(char stop) argument
1207 for (char c=*(*this) ; c != stop ; c=*(++(*this)))
1215 text_input_buffer::parse_to(char stop) argument
1218 for (char c=*(*this) ; c != stop ; c=*(++(*this)))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h78 SlotIndex endIndex() const { return Segments.stop(); }
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-crt3.c353 struct atexit_routine_list *stop)
358 if (! cur || cur == stop)
352 run_routines(struct keymgr_atexit_list *g, struct atexit_routine_list *stop) argument
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk23 # We stop looping as soon as the dir exists.
/freebsd-11-stable/tools/test/testfloat/
H A DtestLoops.h28 extern volatile flag stop;
/freebsd-11-stable/usr.bin/mail/
H A Dextern.h228 void stop(int);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp543 OS << " [" << I.start() << ';' << I.stop() << "):";
760 if (I.value() != Loc || I.stop() != Start)
930 // I.stop() >= PrevEnd. Check for overlap.
932 SlotIndex IStop = I.stop();
947 // Advance I so that I.stop() >= RStart, and check for overlap.
1065 // At this point, we know that LocMapI.stop() > LII->start.
1071 if (LocMapI.value().locNo() == OldLocNo && LII->start < LocMapI.stop()) {
1081 SlotIndex LStop = LocMapI.stop();
1099 if (LStop > LocMapI.stop()) {
1107 if (LII->end < LocMapI.stop()) {
[all...]

Completed in 381 milliseconds

12345678910