Searched refs:active (Results 151 - 175 of 227) sorted by relevance

12345678910

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c444 * via AR_PHY_ACTIVE_EN). Read the phy active delay register.
782 * ASSUMES: Writes enabled to analog bus before AGC is active
1918 gv->active = AH_TRUE;
1981 if (!gv->active)
2026 if (!gv->active)
2080 if (!gv->active)
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_drv.h162 bool active; /* is the crtc on? independent of the dpms mode */ member in struct:intel_crtc
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_ich8lan.c79 static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
81 bool active);
83 bool active);
2592 * @active: TRUE to enable LPLU, FALSE to disable
2594 * Sets the LPLU state according to the active flag. For PCH, if OEM write
2600 static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active) argument
2611 if (active)
2625 * @active: TRUE to enable LPLU, FALSE to disable
2627 * Sets the LPLU D0 state according to the active flag. When
2635 static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active) argument
2731 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active) argument
[all...]
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malo.h481 * the active+free lists; otherwise we may stall transmit.
491 malo_txbufhead active; /* queue of active buffers */ member in struct:malo_txq
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_cl_intr.c81 if (ctlr->reset_in_progress || !(ctlr->active))
/freebsd-9.3-release/sys/kern/
H A Dsubr_smp.c80 SYSCTL_INT(_kern_smp, OID_AUTO, active, CTLFLAG_RW, &smp_active, 0,
H A Duipc_usrreq.c1626 "List of active local datagram sockets");
1629 "List of active local stream sockets");
1633 "List of active local seqpacket sockets");
2324 * For an active vnode it clears unp_vnode pointer and decrements unp_vnode
2332 int active; local
2338 active = 0;
2350 active = 1;
2355 if (active)
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c663 putc(c, active);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dncp.c317 if (bundle->ncp.mp.active)
H A Dphysical.c179 p->link.stats.parent = dl->bundle->ncp.mp.active ?
633 p->link.stats.parent = dl->bundle->ncp.mp.active ?
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample212 set openmode active 5
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_db.c261 int active; member in struct:ack_data_record
1021 aux_tcp->ack[i].active = 0;
2004 if (x.active == 1) {
2043 if (x.active == 1) {
2085 x.active = 1;
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c591 struct ieee80211req_chanlist active; local
604 argsize = sizeof(active);
605 if (wlan_ioctl(wif->wname, IEEE80211_IOC_CHANLIST, &val, &active,
611 if (!isset(active.ic_channels, c->ic_ieee))
622 if (!isset(active.ic_channels, c->ic_ieee))
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_optimize.c277 old_rules = rs->rules[PF_RULESET_FILTER].active.ptr;
278 rs->rules[PF_RULESET_FILTER].active.ptr =
331 rs->rules[PF_RULESET_FILTER].active.ptr,
380 * active ruleset statistics
903 DEBUG("Loading %d active rules for a feedback profile", mnr);
934 * Now we try to associate the active ruleset's superblocks with
H A Dpfctl.c1230 TAILQ_INSERT_TAIL(rs->rules[rs_num].active.ptr, rule, entries);
1280 if (TAILQ_FIRST(rs->rules[rs_num].active.ptr) != NULL) {
1299 while ((r = TAILQ_FIRST(rs->rules[rs_num].active.ptr)) != NULL) {
1300 TAILQ_REMOVE(rs->rules[rs_num].active.ptr, r, entries);
/freebsd-9.3-release/crypto/openssh/
H A Dservconf.c1881 int active, linenum, bad_options = 0; local
1887 active = connectinfo ? 0 : 1;
1891 linenum++, &active, connectinfo) != 0)
H A Dreadconf.c1519 int active, linenum; local
1541 active = 1;
1547 linenum, &active, flags & SSHCONF_USERCONF) != 0)
/freebsd-9.3-release/sys/dev/drm/
H A Di915_drv.h336 /** This object's place on the active/flushing/inactive lists */
340 * This is set if the object is on the active or flushing lists
344 int active; member in struct:drm_i915_gem_object
390 * and may be associated with active buffers to be retired.
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpireg.h527 uint16_t active; /* msecs */ member in struct:wpi_scan_chan
/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Drge.h1059 int active; member in struct:rge_softc
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h360 int active; member in struct:mthca_dev
/freebsd-9.3-release/sys/amd64/amd64/
H A Dpmap.c957 * active on another processor after its pm_active field is checked by
959 * table is globally performed. (2) The pmap becomes active on another
965 * immutable. The kernel page table is always active on every
1088 cpuset_t active, other_cpus; local
1096 active = all_cpus;
1098 active = pmap->pm_active;
1099 if (CPU_OVERLAP(&active, &other_cpus)) {
1101 act.invalidate = active;
1105 CPU_SET(cpuid, &active);
1106 smp_rendezvous_cpus(active,
[all...]
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfireg.h814 /* Firmware components that are present and active. */
1103 uint32_t active; member in struct:mfi_pd_progress
1247 uint32_t active; member in struct:mfi_ld_progress
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c955 * active on another processor after its pm_active field is checked by
957 * table is globally performed. (2) The pmap becomes active on another
963 * immutable. The kernel page table is always active on every
1107 cpuset_t active, other_cpus; local
1115 active = all_cpus;
1117 active = pmap->pm_active;
1118 if (CPU_OVERLAP(&active, &other_cpus)) {
1120 act.invalidate = active;
1124 CPU_SET(cpuid, &active);
1125 smp_rendezvous_cpus(active,
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbtdb.c417 unsigned int active; member in struct:dns_rbtdb
1024 rbtdb->active -= inactive;
1025 if (rbtdb->active == 0)
2637 * Look for an NS or DNAME rdataset active in our version.
2738 * There is no zonecut at this node which is active in this
3125 isc_boolean_t done, wild, active; local
3136 * search for it. If the wildcard node exists, and is active in
3138 * if the ancestor is active in this version. If so, then there
3152 * First we try to figure out if this node is active in
3165 active
3631 isc_boolean_t active; local
[all...]

Completed in 259 milliseconds

12345678910