HomeSort by: relevance | last modified time | path
    Searched defs:active (Results 1 - 25 of 254) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/arch/ia64/stand/common/
console.c 46 * is marked active. Also create the console variable.
54 int active; local
63 active = -1;
64 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) {
68 active = cons;
81 active = cons;
84 if (active == -1)
85 active = 0;
86 consoles[active]->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT);
87 consoles[active]->c_init(0)
155 int cons, active; local
    [all...]
console.c 46 * is marked active. Also create the console variable.
54 int active; local
63 active = -1;
64 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) {
68 active = cons;
81 active = cons;
84 if (active == -1)
85 active = 0;
86 consoles[active]->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT);
87 consoles[active]->c_init(0)
155 int cons, active; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_pool_types.h 25 struct i915_active active; member in struct:intel_engine_pool_node
intel_engine_pool_types.h 25 struct i915_active active; member in struct:intel_engine_pool_node
intel_timeline_types.h 94 struct i915_active active; member in struct:intel_timeline_cacheline
  /src/sbin/gpt/
create.c 74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
105 gpt_create_pmbr_part(mbr->mbr_part, last, active);
130 int active = 0; local
138 active = 1;
160 return create(gpt, parts, force, primary_only, active);
create.c 74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
105 gpt_create_pmbr_part(mbr->mbr_part, last, active);
130 int active = 0; local
138 active = 1;
160 return create(gpt, parts, force, primary_only, active);
  /src/sbin/ifconfig/
af_link.c 58 {.k_word = "active", .k_key = "active", .k_type = KW_T_BOOL,
83 bool active; local
86 if (prop_dictionary_get_bool(env, "active", &active) && active)
af_link.c 58 {.k_word = "active", .k_key = "active", .k_type = KW_T_BOOL,
83 bool active; local
86 if (prop_dictionary_get_bool(env, "active", &active) && active)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_evict.c 55 * bound by their active reference.
108 struct i915_vma *active; local
116 * Since both active and inactive objects reside on the same list,
118 * we sort it into inactive/active, which keeps the active portion
123 * 2. Active objects (will stall on unbinding, oldest scanned first)
137 active = NULL;
142 * of active elements (inactive elements are cheap to reap).
153 * first active element seen, before moving it to the tail.
156 if (vma == active) {
    [all...]
i915_gem_evict.c 55 * bound by their active reference.
108 struct i915_vma *active; local
116 * Since both active and inactive objects reside on the same list,
118 * we sort it into inactive/active, which keeps the active portion
123 * 2. Active objects (will stall on unbinding, oldest scanned first)
137 active = NULL;
142 * of active elements (inactive elements are cheap to reap).
153 * first active element seen, before moving it to the tail.
156 if (vma == active) {
    [all...]
i915_active_types.h 52 int (*active)(struct i915_active *ref); member in struct:i915_active
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
gf100.h 26 int active; member in struct:gf100_fifo::__anon5357
gf100.h 26 int active; member in struct:gf100_fifo::__anon5357
  /src/sys/net/agr/
ieee8023ad_lacp_sm_rx.c 150 bool active; local
160 active = (du->ldu_actor.lip_state & LACP_STATE_ACTIVITY)
165 if (active &&
ieee8023ad_lacp_sm_rx.c 150 bool active; local
160 active = (du->ldu_actor.lip_state & LACP_STATE_ACTIVITY)
165 if (active &&
  /src/sys/uvm/
uvm_stat.c 59 int active, inactive; local
62 uvm_estimatepageable(&active, &inactive);
81 (*pr)(" %d VM pages: %d active, %d inactive, %d wired, %d free\n",
82 uvmexp.npages, active, inactive, uvmexp.wired, freepg);
uvm_stat.c 59 int active, inactive; local
62 uvm_estimatepageable(&active, &inactive);
81 (*pr)(" %d VM pages: %d active, %d inactive, %d wired, %d free\n",
82 uvmexp.npages, active, inactive, uvmexp.wired, freepg);
  /src/sys/dev/ic/
pcdisplayvar.h 38 int active; /* currently displayed */ member in struct:pcdisplayscreen
pcdisplayvar.h 38 int active; /* currently displayed */ member in struct:pcdisplayscreen
  /src/sys/external/bsd/drm2/linux/
linux_hrtimer.c 120 bool active; local
124 * active when we invoked hrtimer_cancel.
127 /* Callout expired, meaning it was active. */
128 active = true;
133 * corresponds with whether the hrtimer was active or
136 active = callout_pending(&hrt->hrt_ch);
138 return active;
linux_hrtimer.c 120 bool active; local
124 * active when we invoked hrtimer_cancel.
127 /* Callout expired, meaning it was active. */
128 active = true;
133 * corresponds with whether the hrtimer was active or
136 active = callout_pending(&hrt->hrt_ch);
138 return active;
  /src/sys/arch/ews4800mips/stand/common/
local.h 52 bool active; member in struct:device_capability
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.h 46 struct amdgpu_sync active; member in struct:amdgpu_vmid
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_link_encoder.c 190 uint32_t active = 0; local
193 REG_GET(DP_DPHY_CNTL, DPHY_FEC_ACTIVE_STATUS, &active);
195 return (active != 0);

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011