Searched refs:stopped (Results 126 - 150 of 162) sorted by relevance

1234567

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.exp149 make: stopped in unit-tests
H A Dvardebug.exp68 make: stopped in unit-tests
H A Dvarmod-gmtime.mk128 # stopped after the '=', and the remaining string was parsed for more variable
H A Dsuff-main-several.exp140 make: stopped in unit-tests
H A Ddirective-for-escape.exp169 make: stopped in unit-tests
H A Dcond-func-empty.mk186 # the condition should have stopped at this point, and the rest of the
H A Dvarmod-ifelse.mk144 # therefore parsing stopped at the '>', producing the 'Bad conditional
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp126 """frame: the lldb.SBFrame for the location at which you stopped
153 """frame: the lldb.SBFrame for the location at which you stopped
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c570 * queue is stopped.
584 * zero is not sufficient to say that the queue has stopped.
841 HAL_BOOL stopped; local
846 * First of all, make sure RX has been stopped
850 stopped = ar9300_set_rx_abort(ah, AH_TRUE); /* abort and disable PCU */
852 stopped &= ar9300_stop_dma_receive(ah, 0); /* stop and disable RX DMA */
853 if (!stopped) {
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_ioctl.h197 uint32_t stopped; member in struct:ch_up_la
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c174 goto stopped;
176 stopped:
/freebsd-current/sys/dev/enic/
H A Denic.h295 int stopped; member in struct:enic_softc
H A Dif_enic.c815 if (softc->stopped)
818 softc->stopped = 1;
/freebsd-current/bin/sh/
H A Djobs.c86 #define JOBSTOPPED 1 /* all procs are stopped */
560 * Loop until a process is terminated or stopped, or a SIGINT is
849 * that is stopped.
856 /* Try to find a stopped one.. */
1146 int stopped; local
1204 stopped = 1;
1221 stopped = 0;
1225 if (stopped) { /* stopped or done */
1276 * return 1 if there are stopped job
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java56 static boolean stopped; field in class:JDTrace
965 stopped = true;
1005 if (stopped || !started) {
/freebsd-current/sys/netinet/
H A Dtcp_timer.c972 int stopped __diagused;
974 stopped = callout_stop(&tp->t_callout);
975 MPASS(stopped == 0);
/freebsd-current/sys/dev/netmap/
H A Dnetmap_bdg.c707 bool stopped; member in struct:nm_bdg_polling_state
792 bps->stopped = false;
809 bps->stopped = true;
826 bps->stopped = true;
907 bps->stopped = true;
H A Dnetmap.c585 * mark the ring as stopped, and run through the locks
587 * stopped must be either NR_KR_STOPPED (for unbounded stop)
591 netmap_disable_ring(struct netmap_kring *kr, int stopped) argument
593 nm_kr_stop(kr, stopped);
602 netmap_set_ring(struct netmap_adapter *na, u_int ring_id, enum txrx t, int stopped) argument
604 if (stopped)
605 netmap_disable_ring(NMR(na, t)[ring_id], stopped);
613 netmap_set_all_rings(struct netmap_adapter *na, int stopped) argument
623 (stopped ? "dis" : "en"));
627 netmap_set_ring(na, i, t, stopped);
[all...]
/freebsd-current/sys/dev/liquidio/
H A Dlio_sysctl.c1044 int err, stopped = 0; local
1067 stopped = 1;
1091 stopped = 1;
1104 if (stopped)
1203 int err, stopped = 0; local
1236 stopped = 1;
1243 if (stopped)
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c612 int p[2], retcode, stopped, wstatus, wstatus_set; local
633 stopped = 0; /* output filter is not stopped */
805 stopped++;
842 if (stopped) { /* restart output filter */
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h126 bool stopped; member in struct:lkpi_txq
H A Dlinux_80211.c321 ltxq->stopped = false;
5348 if (ltxq->stopped)
5349 goto stopped;
5353 ltxq->stopped = true;
5354 goto stopped;
5363 stopped:
5772 "stopped\n", __func__, __LINE__,
5829 "lvif %p vif %p ac %d hw_q not stopped\n",
5850 if (!ltxq->stopped)
5853 ltxq->stopped
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c260 if (cache->stopped)
464 dev->cache.stopped = 1;
/freebsd-current/tools/tools/cxgbtool/
H A Dcxgbtool.c1570 la.stopped = 0;
1580 if (la.stopped)
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h202 bool stopped; member in struct:mt76_queue
384 u8 started:1, stopped:1, timer_pending:1; member in struct:mt76_rx_tid

Completed in 403 milliseconds

1234567