HomeSort by relevance Sort by last modified time
    Searched refs:demand (Results 1 - 25 of 30) sorted by null

1 2

  /external/ppp/pppd/
Android.mk 18 demand.c \
Makefile.sol2 12 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
Makefile.linux 16 demand.c utils.c tty.c eap.c chap-md5.c
24 ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o \
ipv6cp.c 1121 if (demand && (eui64_iszero(wo->ourid) || eui64_iszero(wo->hisid))) {
1122 option_error("local/remote LL address required for demand-dialling\n");
1130 * IPV6CP were up, for use with dial-on-demand.
    [all...]
main.c 169 static int fd_loop; /* fd for getting demand-dial packets */
525 * If we're doing dial-on-demand, set up the interface now.
527 if (demand) {
552 if (demand && !doing_callback) {
604 if (demand)
    [all...]
auth.c 555 if (!demand && ifunit >= 0)
616 if (!doing_multilink && !demand)
634 if (!doing_multilink && !demand)
846 if (!demand)
    [all...]
sys-linux.c 179 static int slave_fd = -1; /* pty for old-style demand mode, slave */
180 static int master_fd = -1; /* pty for old-style demand mode, master */
409 * Demand mode - prime the old ppp device to relinquish the unit.
588 * operation, and reconnect the ppp unit to the loopback if in demand
596 if (demand) {
606 if (demand)
647 * Used in demand mode.
672 * In demand mode this uses our existing bundle instead of making
    [all...]
options.c 100 bool demand = 0; /* do dial-on-demand */ variable
227 { "demand", o_bool, &demand,
228 "Dial on demand", OPT_INITONLY | 1, &persist },
    [all...]
tty.c 448 if (demand && notty) {
449 option_error("demand-dialling is incompatible with notty");
452 if (demand && connect_script == 0 && ptycommand == NULL
454 option_error("connect script is required for demand-dialling\n");
    [all...]
pppd.h 299 extern bool demand; /* Do dial-on-demand */
419 /* Configure interface for demand-dial */
448 /* take the channel out of PPP `mode', restore loopback if demand */
561 /* Procedures exported from demand.c */
562 void demand_conf __P((void)); /* config interface(s) for demand-dial */
592 int open_ppp_loopback __P((void)); /* Open loopback for demand-dialling */
    [all...]
ipcp.c     [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 130 0x01 demand_i_state L2 data demand loads in I state (misses)
131 0x02 demand_s_state L2 data demand loads in S state
132 0x04 demand_e_state L2 data demand loads in E state
133 0x08 demand_m_state L2 data demand loads in M state
134 0x0f demand_mesi L2 data demand requests
146 0x01 demand_clean L2 lines evicted by a demand request
147 0x02 demand_dirty L2 modified lines evicted by a demand request
176 0x01 rfo_i_state L2 demand store RFOs in I state (misses)
177 0x02 rfo_s_state L2 demand store RFOs in S state
178 0x08 rfo_m_state L2 demand store RFOs in M stat
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 76 not loaded by default when 'antlr3' is required, but it is autloaded on demand
78 on demand
83 demand
88 Main module is autloaded on demand
168 # are autoloaded on-demand
184 # Set up non-essential components to be loaded on-demand
  /external/oprofile/events/i386/nehalem/
unit_masks 96 0x01 i_state Counts number of L2 data demand loads where the cache line to be loaded is in the I (invalid) state, i
97 0x02 s_state Counts number of L2 data demand loads where the cache line to be loaded is in the S (shared) state
98 0x04 e_state Counts number of L2 data demand loads where the cache line to be loaded is in the E (exclusive) state
99 0x08 m_state Counts number of L2 data demand loads where the cache line to be loaded is in the M (modified) state
100 0x0F mesi Counts all L2 data demand requests
108 0x01 i_state Counts number of L2 demand store RFO requests where the cache line to be loaded is in the I (invalid) state, i
114 0x10 i_state Counts number of L2 demand lock RFO requests where the cache line to be loaded is in the I (invalid) state, i
116 0x40 e_state Counts number of L2 demand lock RFO requests where the cache line to be loaded is in the E (exclusive) state
117 0x80 m_state Counts number of L2 demand lock RFO requests where the cache line to be loaded is in the M (modified) state
118 0xE0 hit Counts number of L2 demand lock RFO requests where the cache line to be loaded is in either the S, E, or M stat
    [all...]
events 12 event:0x2e counters:0,1,2,3 um:x41 minimum:6000 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
13 event:0x2e counters:0,1,2,3 um:x4f minimum:6000 name:LLC_REFS : Last level cache demand requests from this core
  /external/oprofile/events/i386/atom/
events 8 event:0x2e counters:0,1 um:x41 minimum:6000 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
9 event:0x2e counters:0,1 um:x4f minimum:6000 name:LLC_REFS : Last level cache demand requests from this core
unit_masks 33 0x41 i_state L2 cache demand requests from this core that missed the L2
34 0x4F mesi L2 cache demand requests from this core
  /external/conscrypt/
Android.mk 34 # test/ # Built only on demand, for testing.
  /libcore/
JavaLibrary.mk 33 # test/ # Built only on demand, for testing.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
  /external/libcxxabi/src/Unwind/
UnwindRegistersSave.S 295 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 295 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 315 ; is done on demand, one band of four 8x8 matrices at a time. The four
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 315 ; is done on demand, one band of four 8x8 matrices at a time. The four
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 315 ; is done on demand, one band of four 8x8 matrices at a time. The four
    [all...]

Completed in 585 milliseconds

1 2