Searched refs:stop (Results 176 - 200 of 245) sorted by relevance

12345678910

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmonitor.c788 /* some systems only work with 2 stop bits */
794 /* See if we can wake up the monitor. First, try sending a stop sequence,
797 if (current_monitor->stop)
1029 Give up (and stop debugging it)? "))
1149 monitor_debug ("Wait fetching registers after stop\n");
1227 spaces, but stop reading if something else is seen. Some monitors
2189 monitor_debug ("MON stop\n");
2192 if (current_monitor->stop)
2193 monitor_printf_noecho (current_monitor->stop);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c149 { "full-stop", '.' },
393 p_ere(struct parse *p, int stop) /* character this ERE should end at */ argument
404 while (MORE() && (c = PEEK()) != '|' && c != stop)
429 assert(!MORE() || SEE(stop));
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h791 @Param[in] stop TRUE to stop on bus error, FALSE to continue.
798 t_Error FM_ConfigDmaStopOnBusErr(t_Handle h_Fm, bool stop);
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c81 static void p_ere(struct parse *p, int stop, size_t reclimit);
288 p_ere(struct parse *p, int stop, size_t reclimit) argument
305 while (MORE() && (c = PEEK()) != '|' && c != stop)
330 assert(!MORE() || SEE(stop));
/freebsd-11-stable/tools/test/testfloat/
H A DtestFunction.c1104 if ( ( errorStop && anyErrors ) || stop ) exitWithStatus();
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c847 goto stop;
856 goto stop;
1049 goto stop;
1087 stop:
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h1181 #define NM_KR_STOPPED 2 /* unbounded stop (ifconfig down or driver unload) */
1182 #define NM_KR_LOCKED 3 /* bounded, brief stop for mutual exclusion */
1219 goto stop;
1228 goto stop;
1233 goto stop;
1238 stop:
1270 /* restart a ring after a stop */
2244 * start (stop) ptnetmap kthreads. */
/freebsd-11-stable/sys/kern/
H A Dlink_elf_obj.c1293 void **start, **stop; local
1301 stop = (void **)((char *)ef->progtab[i].addr +
1303 count = stop - start;
1307 *stopp = stop;
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1324 t1.stop();
1330 t2.stop();
1702 t2.stop();
1703 t1.stop();
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dentropy.c860 isc_entropystop_t stop,
890 cbs->stopfunc = stop;
1186 fprintf(stderr, "stop typing.\r\n");
857 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c250 * Check to see if the control thread was requested to stop when the victim
252 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
410 * its own needs: the stop() action assumes that prun(1) or some other tool
417 * wait for it to run and then stop again for a reason other than the current
418 * PR_REQUESTED stop. Since PCWSTOP/Pstopstatus() can be applied repeatedly
421 * changes, the representative LWP ID changes, or the stop timestamp advances.
466 * the stop timestamp has changed, restore PR_KLC/PR_RLC to its
492 * the process to stop on an event or die. We process any events by calling
564 * Check for an appropriate stop request and wait for dt_proc_continue.
583 * Wait for the process corresponding to this control thread to stop,
869 dt_proc_create_thread(dtrace_hdl_t *dtp, dt_proc_t *dpr, uint_t stop) argument
[all...]
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_pll.c742 int flags, int *stop)
748 *stop = 1;
741 aw_pll_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, int flags, int *stop) argument
/freebsd-11-stable/sys/arm/at91/
H A Dat91_mci.c843 at91_mci_start_cmd(sc, req->stop);
867 if (sc->req->stop)
962 * the stop command. If it's a single-block transfer we need to wait
988 * completion of the stop command that ended a multi-block write (and,
1022 * for Write Operations." I guess technically since we sent a stop
1024 * think it meant for the stop command to have "...an optional busy
1051 * data that coasts in after we sent the stop command. The docs don't
1101 * If this was a stop command, go handle the various special
1102 * conditions (read: bugs) that have to be dealt with following a stop.
1115 * so post-stop CMDRD
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk90 # We need to stop that TARGET_SPEC affecting any submakes
/freebsd-11-stable/sys/dev/mmc/host/
H A Ddwmmc.c985 dwmmc_start_cmd(sc, req->stop);
1012 if (sc->req->stop)
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c895 stop = nm_ring_next(ring, ring->tail); local
900 for ( ; last != stop; last = nm_ring_next(ring, last)) {
/freebsd-11-stable/contrib/gcc/
H A Dgenrecog.c528 /* Search for and return operand N, stop when reaching node STOP. */ argument
531 find_operand (rtx pattern, int n, rtx stop)
538 if (pattern == stop)
539 return stop;
556 if ((r = find_operand (XEXP (pattern, i), n, stop)) != NULL_RTX)
567 if ((r = find_operand (XVECEXP (pattern, i, j), n, stop))
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci.c1512 if (__predict_true(slot->req->stop != NULL &&
1560 * We shouldn't wait for DAT for stop commands or CMD19/CMD21. Note
1564 if (cmd == slot->req->stop ||
1817 !(slot->flags & STOP_STARTED) && req->stop) {
1819 sdhci_start_command(slot, req->stop);
1825 ((slot->curcmd == req->stop &&
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c2485 struct timeval start, stop;
2520 microtime(&stop);
2522 if (stop.tv_usec < start.tv_usec) {
2523 stop.tv_usec += 1000000;
2524 stop.tv_sec -= 1;
2526 sec = stop.tv_sec - start.tv_sec;
2527 usec = stop.tv_usec - start.tv_usec;
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_cp.c626 /* Reset the engine. This will stop the CP if it is running.
1643 drm_radeon_cp_stop_t *stop = data; local
1655 if (stop->flush) {
1662 if (stop->idle) {
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c997 int stop = y2; local
1000 for (; ix<stop; ++ix)
1005 for (; ix<stop ; ++ix)
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c299 sc->stop = NULL;
817 /* Attach and stop the interface. */
987 if (sc->stop)
988 sc->stop(sc);
1672 * indicates no available mbuf. We stop
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1778 struct timespec stop; local
1783 TIMEVAL_TO_TIMESPEC(&tval, &stop);
1784 t_ns = TS2NS(stop) - TS2NS(__kmp_sys_timer_data.start);
/freebsd-11-stable/sys/dev/ata/
H A Data-all.h372 int (*stop)(struct ata_request *request); member in struct:ata_dma
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp402 dbgs() << " [" << I.start() << ';' << I.stop() << "):" << I.value();
875 if (AssignI.stop() != Def)
1138 if (AssignI.stop() < End) {
1139 End = AssignI.stop();

Completed in 570 milliseconds

12345678910