Searched refs:started (Results 26 - 50 of 69) sorted by relevance

123

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c52 static int started; variable
1152 if (started && this_tick <= pf_tick)
1220 if (started && this_tick <= pf_tick)
1283 if (started && this_tick <= pf_tick)
1306 if (started && this_tick <= pf_tick)
1440 if (started && this_tick <= pf_tick)
1609 if (started && this_tick <= pf_tick)
1698 started = 1;
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp801 int started = 0; local
809 if (!started) {
810 started = 1;
817 if (started)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h85 unsigned int started:1; member in struct:wpa_state_machine
H A Dhostapd.h149 unsigned int started:1; member in struct:hostapd_data
456 * interfaces that need to be started together (synchronously).
H A Dhostapd.c100 if (!hapd->started)
357 if (!hapd->started) {
358 wpa_printf(MSG_ERROR, "%s: Interface %s wasn't started",
362 hapd->started = 0;
1101 if (hapd->started) {
1102 wpa_printf(MSG_ERROR, "%s: Interface %s was already started",
1106 hapd->started = 1;
2163 /* Only once the interfaces are sync started */
2415 * allocate memory for the BSS. No actual driver operations are started.
3566 if (!hapd->started)
[all...]
H A Dbeacon.c1456 if (iface->bss[i]->started &&
1465 /* only update beacons if started */
1472 if (iface->bss[i]->beacon_set_done && iface->bss[i]->started &&
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_iic.c626 bool started; local
630 started = false;
645 started = true;
655 if (started)
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep.c488 int pad, started; local
497 started = 0;
503 if (!started && (sc->stat & F_HAS_TX_PLL))
505 started++;
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c770 "WPS UPnP: Subscription %p (SID %s) started with %s",
1018 if (!sm || !sm->started)
1038 sm->started = 0;
1053 if (sm->started)
1058 sm->started = 1;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtask.c593 * removed, or a shutdown is started in the interval
1325 unsigned int i, started = 0; local
1337 UNUSED(started);
1418 started++;
1423 if (started == 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java55 static boolean started; field in class:JDTrace
962 started = true;
1005 if (stopped || !started) {
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c1658 bool_t started; local
1666 started = FALSE;
1719 started = TRUE;
1751 started = TRUE;
1784 if (started)
/freebsd-11-stable/sys/dev/usb/
H A Dusb_transfer.c1529 * packet at the moment the USB transfer is started. This leads us to
1982 /* mark the USB transfer started */
1984 if (!xfer->flags_int.started) {
1987 xfer->flags_int.started = 1;
2023 if (xfer->flags_int.started) {
2024 /* nothing to do except clearing the "started" flag */
2027 xfer->flags_int.started = 0;
2039 * Clear "open" and "started" when both private and USB lock
2043 xfer->flags_int.started = 0;
2471 if (!xfer->flags_int.started) {
[all...]
H A Dusb_pf.c298 if (flags->started == 1)
H A Dusb_generic.c1277 !xfer->flags_int.started) {
1494 * before it was even started and fake a
1498 !xfer->flags_int.started) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c2797 int started = 0;
2804 if (started)
2806 started = 1;
3122 int started = 0;
3132 if (started)
3134 started = 1;
3140 if (started)
3142 started = 1;
3148 if (started)
3567 int started
2796 int started = 0; local
3121 int started = 0; local
3566 int started = 0; local
[all...]
/freebsd-11-stable/bin/ps/
H A Dkeyword.c190 {"start", "STARTED", NULL, "start-time", LJUST|USER, started, 0, CHAR,
H A Dprint.c390 started(KINFO *k, VARENT *ve __unused) function
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c195 ** started -- whether this is part of a previous sequence
200 # define MILTER_TIMEOUT(routine, secs, write, started, function) \
244 started ? "during" : "before", \
310 bool started = false; local
329 started ? "during" : "before",
335 started ? "during" : "before",
342 MILTER_TIMEOUT("read", to, false, started, where);
364 started = true;
527 bool started = false; local
605 MILTER_TIMEOUT("write", to, true, started, wher
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.c153 if(!dtio->started) return;
1835 verbose(VERB_ALGO, "dnstap io: stop flush started");
2130 dtio->started = 1;
2147 if(!dtio->started) return;
2169 dtio->started = 0;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c585 * for works that have not been started. gas_query_free() will be unable
842 * association is completed for WPA/WPA2 4-Way Handshake is started.
3038 if (work->started) {
5138 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as scan_work",
5139 work->type, work, work->started);
5146 wpa_dbg(work->wpa_s, MSG_INFO, "Freeing radio work '%s'@%p (started=%d) that is marked as p2p_scan_work",
5147 work->type, work, work->started);
5152 if (work->started) {
5186 if (tmp->started) {
5220 if (tmp->started)
5501 unsigned int started = work->started; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp518 KMP_DEBUG_ASSERT(taskdata->td_flags.started == 0 ||
522 taskdata->td_flags.started = 1;
659 // __kmpc_omp_task_begin_if0: report that a given serialized task has started
664 // task: task thunk for the started task.
680 // __kmpc_omp_task_begin: report that a given task has started execution
879 KMP_DEBUG_ASSERT(taskdata->td_flags.started == 1);
1061 task->td_flags.started = 1;
1309 taskdata->td_flags.started = 0;
1698 if (!new_taskdata->td_flags.started) {
1763 if (UNLIKELY(ompt_enabled.enabled && !new_taskdata->td_flags.started)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1527 bool started = false, stopped = false; local
1532 if (started)
1538 started = true;
1549 } else if (started) {
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c93 svn_boolean_t started;
2325 if (!b->started)
2329 b->started = TRUE;
2393 if (!b->started)
2401 b->started = FALSE;
2519 lb.started = FALSE;
92 svn_boolean_t started; member in struct:log_baton_t
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh297 * (Either linked in and the bus is started, or loaded as a module).
845 * This should get you started.

Completed in 233 milliseconds

123