Searched refs:stop (Results 226 - 250 of 285) sorted by relevance

1234567891011>>

/freebsd-current/sys/kern/
H A Dsys_process.c774 proc_set_traced(struct proc *p, bool stop) argument
780 if (stop)
1088 * If already stopped due to a stop signal, clear the
1089 * existing stop before triggering a traced SIGSTOP.
/freebsd-current/crypto/openssl/ssl/statem/
H A Dstatem_local.h119 int stop);
/freebsd-current/sys/dev/usb/controller/
H A Dehci.c221 device_printf(sc->sc_bus.bdev, "stop timeout\n");
755 uint8_t stop; local
757 stop = 0;
758 for (i = 0; sqtd && (i < 20) && !stop; sqtd = sqtd->obj_next, i++) {
759 stop = ehci_dump_sqtd(sc, sqtd);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c706 .stop = mt7603_stop,
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dusb.c734 .stop = ath10k_usb_hif_stop,
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dpci.c717 .stop = ath11k_pcic_stop,
/freebsd-current/sys/contrib/dev/rtw88/
H A Dusb.c687 .stop = rtw_usb_stop,
H A Dmac80211.c233 rtw_dbg(rtwdev, RTW_DBG_STATE, "stop vif %pM on port %d\n", vif->addr, rtwvif->port);
235 rtw_dbg(rtwdev, RTW_DBG_STATE, "stop vif %6D on port %d\n", vif->addr, ":", rtwvif->port);
946 .stop = rtw_ops_stop,
H A Dsdio.c1134 .stop = rtw_sdio_stop,
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c1129 .stop = iwl_mvm_mac_stop,
/freebsd-current/share/mk/
H A Ddirdeps.mk100 # # We need to stop that TARGET_SPEC affecting any submakes
943 # stop here
/freebsd-current/sys/dev/ata/
H A Data-pci.c530 ch->dma.stop = ata_pci_dmastop;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp964 // avoid the extra noise and stop here.
2608 // If there is an additional implicit-use of a super register we stop
2703 SlotIndex stop = Indexes->getMBBEndIdx(MBB); local
2704 if (!(stop > lastIndex)) {
2706 errs() << "Block ends at " << stop
2709 lastIndex = stop;
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c343 m.u.stop.draining = 0;
513 /* Requested to stop playback */
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk100 # # We need to stop that TARGET_SPEC affecting any submakes
946 # stop here
/freebsd-current/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-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c2330 goto stop;
2357 stop:
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2185 goto stop;
2212 stop:
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c2246 goto stop;
2273 stop:
H A Dmain.c1331 .stop = mt7615_stop,
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dpci.c1178 .stop = ath12k_pci_stop,
/freebsd-current/sys/contrib/dev/rtw89/
H A Dmac80211.c1082 .stop = rtw89_ops_stop,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c1318 .stop = mt7921_stop,
/freebsd-current/sys/dev/mmc/host/
H A Ddwmmc.c1222 //dwmmc_start_cmd(sc, req->stop);
1260 if (sc->req->stop)

Completed in 428 milliseconds

1234567891011>>