HomeSort by: relevance | last modified time | path
    Searched defs:active (Results 1 - 25 of 369) 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 in function:cons_probe
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 in function:cons_set
    [all...]
console.c 46 * is marked active. Also create the console variable.
54 int active; local in function:cons_probe
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 in function:cons_set
    [all...]
console.c 46 * is marked active. Also create the console variable.
54 int active; local in function:cons_probe
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 in function:cons_set
    [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_engine_pool_types.h 25 struct i915_active active; member in struct:intel_engine_pool_node
  /src/sys/uvm/
uvm_stat.c 59 int active, inactive; local in function:uvmexp_print
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 in function:uvmexp_print
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 in function:uvmexp_print
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/sbin/ifconfig/
af_link.c 58 {.k_word = "active", .k_key = "active", .k_type = KW_T_BOOL,
83 bool active; local in function:link_pre_aifaddr
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 in function:link_pre_aifaddr
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 in function:link_pre_aifaddr
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 in function:i915_gem_evict_something
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 in function:i915_gem_evict_something
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 in function:i915_gem_evict_something
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...]
  /src/sys/net/agr/
ieee8023ad_lacp_sm_rx.c 150 bool active; local in function:lacp_sm_rx_record_pdu
160 active = (du->ldu_actor.lip_state & LACP_STATE_ACTIVITY)
165 if (active &&
ieee8023ad_lacp_sm_rx.c 150 bool active; local in function:lacp_sm_rx_record_pdu
160 active = (du->ldu_actor.lip_state & LACP_STATE_ACTIVITY)
165 if (active &&
ieee8023ad_lacp_sm_rx.c 150 bool active; local in function:lacp_sm_rx_record_pdu
160 active = (du->ldu_actor.lip_state & LACP_STATE_ACTIVITY)
165 if (active &&
  /src/sbin/gpt/
create.c 72 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
103 gpt_create_pmbr_part(mbr->mbr_part, last, active);
128 int active = 0; local in function:cmd_create
136 active = 1;
158 return create(gpt, parts, force, primary_only, active);
create.c 72 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
103 gpt_create_pmbr_part(mbr->mbr_part, last, active);
128 int active = 0; local in function:cmd_create
136 active = 1;
158 return create(gpt, parts, force, primary_only, active);
create.c 72 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
103 gpt_create_pmbr_part(mbr->mbr_part, last, active);
128 int active = 0; local in function:cmd_create
136 active = 1;
158 return create(gpt, parts, force, primary_only, active);
  /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/dist/drm/nouveau/nvkm/engine/fifo/
gf100.h 26 int active; member in struct:gf100_fifo::__anone316f6f70208
  /src/sys/external/bsd/drm2/linux/
linux_hrtimer.c 120 bool active; local in function:hrtimer_cancel
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;

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>