Searched refs:stop (Results 201 - 225 of 245) sorted by relevance

12345678910

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c860 bfd_vma stop = cache_ptr->address;
863 while (cursor->address > stop && cursor >= reloc_cache)
859 bfd_vma stop = cache_ptr->address; local
H A Decofflink.c2209 line_info->cache.stop += count * 4 - offset;
2440 || offset >= line_info->cache.stop)
2444 line_info->cache.stop = offset;
/freebsd-11-stable/sys/kern/
H A Dsys_process.c700 proc_set_traced(struct proc *p, bool stop) argument
706 if (stop)
944 * If already stopped due to a stop signal, clear the
945 * existing stop before triggering a traced SIGSTOP.
1494 p->p_stype = event; /* Which event caused the stop? */
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c266 unsigned short xo_indent_by; /* Indent amount (tab stop) */
5074 ssize_t stop = xbp->xb_curp - xbp->xb_bufp; local
5091 ssize_t delta = now - stop;
5093 xbp->xb_curp = xbp->xb_bufp + stop; /* Reset buffer to prior state */
5105 memcpy(buf, xbp->xb_bufp + stop, delta);
5106 memmove(xbp->xb_bufp + start + delta, xbp->xb_bufp + start, stop - start);
5242 ssize_t stop = xbp->xb_curp - xbp->xb_bufp; local
5264 ssize_t delta = now - stop;
5278 memcpy(buf, xbp->xb_bufp + stop, delta);
5279 memmove(xbp->xb_bufp + start + delta, xbp->xb_bufp + start, stop
[all...]
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py1542 (stop, sz) = startsize[idx+1]
1544 stop = self.display.ysize()
1550 if (nstart >= stop):
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c2158 char buffer[8192], *p, *stop; local
2167 cnts[i].vals[pos] = strtol(p, &stop, 0);
2170 p = stop;
/freebsd-11-stable/tools/test/testfloat/
H A DtestLoops.c34 volatile flag stop = FALSE; variable
119 if ( stop ) {
136 if ( stop ) {
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c410 uint64_t set = 0, stop = 0; local
416 stop = 1;
430 if (stop)
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c644 write_tx_sgl(void *dst, struct mbuf *start, struct mbuf *stop, int nsegs, int n) argument
659 for (m = start; m != stop; m = m->m_next) {
686 KASSERT(nsegs == 0, ("%s: nsegs %d, start %p, stop %p",
687 __func__, nsegs, start, stop));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c170 * TPV is still used to check the fix status, so the driver can stop
1025 /* If there's no TPV available, stop working here... */
2187 const char *stop = buf + len; local
2191 while (sptr != stop && dptr != dtop) {
/freebsd-11-stable/stand/lua/
H A Dmenu.lua478 " or any other key to stop ")
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk98 # # We need to stop that TARGET_SPEC affecting any submakes
674 # stop here
/freebsd-11-stable/sys/dev/ata/
H A Data-pci.c538 ch->dma.stop = ata_pci_dmastop;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.c220 device_printf(sc->sc_bus.bdev, "stop timeout\n");
756 uint8_t stop; local
758 stop = 0;
759 for (i = 0; sqtd && (i < 20) && !stop; sqtd = sqtd->obj_next, i++) {
760 stop = ehci_dump_sqtd(sc, sqtd);
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk100 # # We need to stop that TARGET_SPEC affecting any submakes
764 # stop here
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c344 m.u.stop.draining = 0;
514 /* Requested to stop playback */
/freebsd-11-stable/sys/sys/
H A Dproc.h415 #define TDF_SERESTART 0x00080000 /* ERESTART on stop attempts. */
417 #define TDF_SEINTR 0x00200000 /* EINTR on stop attempts. */
710 #define P_STOPPROF 0x00040 /* Has thread requesting to stop profiling. */
1044 void proc_set_traced(struct proc *p, bool stop);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp904 // avoid the extra noise and stop here.
2012 // If there is an additional implicit-use of a super register we stop
2119 SlotIndex stop = Indexes->getMBBEndIdx(MBB); local
2120 if (!(stop > lastIndex)) {
2122 errs() << "Block ends at " << stop
2125 lastIndex = stop;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c640 boolean_t stop = B_FALSE; local
655 stop = B_TRUE;
678 if (stop && noop) {
679 (void) fprintf(stderr, gettext("stop request ignored\n"));
683 if (stop) {
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js2160 hooks.stop = function() {
3304 // Run delegates first; they may want to stop propagation beneath us
3862 // Make sure that clicks stop
7528 // If request was aborted inside a prefiler, stop there
8526 stop: function( type, clearQueue, gotoEnd ) {
8550 hooks.stop( gotoEnd );
8555 if ( data[ i ].stop && i.indexOf(".run") === i.length - 4 ) {
8559 } else if ( data[ i = type + ".run" ] && data[ i ].stop ){
8856 jQuery.fx.stop();
8862 stop
[all...]
H A Djquery.qtip.js253 this.tooltip.stop(1,0).find('*').remove().end().remove();
957 // If we're currently waiting and we've just hidden... stop it
984 // If the user didn't stop the method prematurely and we're showing the tooltip, focus it
1076 tooltip.stop(1, 1);
1260 // Clear timers and stop animation queue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp208 void ProcessProperties::SetStopOnSharedLibraryEvents(bool stop) { argument
210 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
219 void ProcessProperties::SetDetachKeepsStopped(bool stop) { argument
221 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
360 {LLDB_OPT_SET_ALL, false, "stop-at-entry", 's', OptionParser::eNoArgument,
510 eBroadcastInternalStateControlStop, "control-stop");
616 // Clear the last natural stop ID since it has a strong reference to this
673 // we do the little "insert real insn, step & stop" trick. But we can't do
888 // Don't select a signal thread if we weren't going to stop at
1115 // Clear the last natural stop I
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h80 void SetStopOnSharedLibraryEvents(bool stop);
389 // that want the process stopped can block waiting for the process to stop,
746 /// Called when the process is about to broadcast a public stop.
750 /// starts and stop that implement a thread plan. Single stepping over a
805 /// unset when the corresponding stop event is pulled off the Public Event
831 /// Whether to release the run lock after the stop.
1070 /// DoHalt must produce one and only one stop StateChanged event if it
1071 /// actually stops the process. If the stop happens through some natural
1077 /// If true, then this Halt caused the stop, otherwise, the
1486 /// terminator is found. It will stop readin
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp98 void stop () {} function
3209 stop();
3562 stop();
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h7955 * LCR bit 2 controls the number of stop bits transmitted. If bit 2 is a '0', one stop bit is transmitted
7956 * in the serial data. If bit 2 is a '1' and the data bits are set to '00', one and a half stop bits are
7957 * generated. Otherwise, two stop bits are generated and transmitted in the serial data out. Note that
7958 * regardless of the number of stop bits selected the receiver will only check the first stop bit.
7989 uint64_t stop : 1; /**< Stop Control bit */ member in struct:cvmx_mio_uartx_lcr::cvmx_mio_uartx_lcr_s
7993 uint64_t stop : 1;
8055 * stop). It should be noted that the Framing Error (FE) bit will be set if a break interrupt has
8061 * a 0 state for longer than the sum of start time + data bits + parity + stop bit
9130 uint64_t stop : 1; /**< Stop Control bit */ member in struct:cvmx_mio_uart2_lcr::cvmx_mio_uart2_lcr_s
[all...]

Completed in 761 milliseconds

12345678910