Searched refs:active (Results 251 - 275 of 283) sorted by relevance

<<1112

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c1991 * and this is an active RMPP MAD
2634 int active; local
2645 active = (!mad_send_wr->timeout || mad_send_wr->refcount > 1);
2652 if (active)
/freebsd-11-stable/sys/net/
H A Dif.c670 * to the list of "active" interfaces. If vmove flag is set on entry
989 * Detach an interface, removing it from the list of "active" interfaces.
3941 int active = 0; local
3954 active = ifp->if_drv_flags & IFF_DRV_OACTIVE;
3958 if (ifp != NULL && !active)
H A Dpfvar.h682 u_int8_t state; /* active state level */
779 u_int8_t state; /* active state level */
918 } active, inactive; member in struct:pf_ruleset::__anon5402
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3706 bool active = true;
3709 while (active) {
3736 active = false;
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2252 ** active -- was this daemon actually active?
2264 refuseconnections(e, dn, active)
2267 bool active;
2290 if (active)
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c407 * Determine if this transaction is still active in
430 * until the transaction is not active in either
587 * is active in a FIFO.
594 * The FIFO is only active for our transaction if
1274 printf("%s:%c:%d: no active SCB for reconnecting "
2141 * do not properly active negate just before
2491 * We don't seem to have an SCB active for this
2876 * Called when we have an active connection to a target on the bus,
3067 * parameters as well as, in the case of a current or active update,
3069 * active updat
3083 int active; local
3226 int active; local
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y6074 while ((r = TAILQ_FIRST(src->rules[i].active.ptr))
6076 TAILQ_REMOVE(src->rules[i].active.ptr, r, entries);
6077 TAILQ_INSERT_TAIL(dst->rules[i].active.ptr, r, entries);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon.h711 struct radeon_fence *active[RADEON_NUM_VM]; member in struct:radeon_vm_manager
1022 bool active_high; /* voltage drop is active when bit is high */
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h919 uint16_t active; /* msecs */ member in struct:iwn_scan_chan
931 * For active scan, listen ACTIVE_DWELL_TIME (msec) on each channel after
942 * Must be set longer than active dwell time.
954 * If active scanning is requested but a certain channel is
955 * marked passive, we can do active scanning if we detect
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h128 u_int32_t active; member in struct:__anon8052
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c308 if (!(to_mdev(ibdev)->active))
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h212 BOOLEAN active; member in struct:hrtimer
712 #define NAF_NETMAP_ON 32 /* netmap is active (either native or
755 * packets from the network stack when netmap is active.
1912 * plus (on FreeBSD) one for each active mmap which we track ourselves
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2375 * Verify that we can't destroy an active pool, create an existing pool,
5529 boolean_t active = rand_vd->vdev_initialize_thread != NULL; local
5540 if (!active)
5541 (void) printf(" failed (no initialize active)");
5548 if (active && error == 0)
5549 (void) printf(" failed (already active)");
5558 if (!active)
5559 (void) printf(" failed (no initialize active)");
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c2879 *r = TAILQ_FIRST((*rs)->rules[n].active.ptr);
2918 *r = TAILQ_FIRST((*rs)->rules[n].active.ptr);
3306 r = TAILQ_FIRST(pf_main_ruleset.rules[PF_RULESET_FILTER].active.ptr);
3864 r = TAILQ_FIRST(pf_main_ruleset.rules[PF_RULESET_FILTER].active.ptr);
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c265 int active; member in struct:smoother
1136 "active multiplexing mode.\n",
2996 &mux_disabled, 0, "Disable active multiplexing");
3007 VLOG(2, (LOG_DEBUG, "psmintr: active multiplexing mode is not "
3787 /* Find first active finger. */
4211 if (smoother->active == 0) {
4232 smoother->active = 1;
4380 smoother->active = 0;
6271 "active port(s)\n", version >> 4 & 0x0f, version & 0x0f,
6290 /* IRQ handler does not support active multiplexin
[all...]
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c796 *retval = uvmexp.active; /* XXX: active instead of avg */
798 *retval = vm_cnt.v_active_count;/* XXX: active instead of avg */
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c289 "active", 0, 0,
7691 /* currently active tokens. */
7858 ipf_nextrule(softc, active, unit, fr, out)
7860 int active, unit;
7869 unit, active, NULL);
7873 fg = softc->ipf_groups[unit][active];
8952 /* number of connections considered to be "active" to the low watermark. */
9770 /* firewall rules. Both inactive and active lists are scanned for items to */
10009 /* be friend. If found then drop the active account for that node drops by */
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c3800 isc__socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active) { argument
3802 UNUSED(active);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c416 * - keep a current list of active interfaces in order
4412 rio->active = TRUE;
4456 rio->active = FALSE;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c715 if (s_state->active && s_state->last_cmd !=
717 mlx4_warn(dev, "%s: slave: %d is still active\n",
785 return !!s_slave->active;
3919 /* Disabling SR-IOV is not allowed while there are active vf's */
3923 pr_warn("Removing PF when there are active VF's !!\n");
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c6731 bwn_nphy_op_software_rfkill(struct bwn_mac *mac, bool active) argument
6739 "%s: called; rev=%d, rf_on=%d, active=%d\n", __func__,
6740 phy->rev, mac->mac_phy.rf_on, active);
6748 if (active) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c1709 /* hwfn 0 is always active */
1798 /* bitmaps for indicating active traffic classes. Special case for Arrowhead 4 port */
1951 p_qm_port->active = 1;
2280 DP_VERBOSE(p_hwfn, ECORE_MSG_HW, "port idx %d, active %d, active_phys_tcs %d, num_pbf_cmd_lines %d, num_btb_blocks %d, reserved %d\n",
2281 i, port->active, port->active_phys_tcs, port->num_pbf_cmd_lines, port->num_btb_blocks, port->reserved);
4226 * only after all transactions have stopped for all active
4298 p_hwfn->p_rdma_info->active &&
5670 /* start out with a single active tc. This can be increased either
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1336 cmd.active = htole32(1);
2916 /* Set PS mode fully active */
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h3043 } active; member in struct:MR_PD_PROGRESS
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c4124 * Max needs to be greater than active and passive and quiet!
4204 * Calculate the active/passive dwell times.
4213 chan->active = htole16(dwell_active);
4236 chan->passive = chan->active = hdr->quiet_time;

Completed in 716 milliseconds

<<1112