Searched refs:demand (Results 1 - 21 of 21) sorted by relevance

/external/ppp/pppd/
H A DAndroid.mk18 demand.c \
H A DMakefile.sol212 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
H A DMakefile.linux16 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 \
H A Dipv6cp.c1121 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.
1211 * If we are doing dial-on-demand, the interface is already
1215 if (demand) {
1317 * If we are doing dial-on-demand, set the interface
1320 if (demand) {
H A Dmain.c169 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)
H A Dauth.c555 if (!demand && ifunit >= 0)
616 if (!doing_multilink && !demand)
634 if (!doing_multilink && !demand)
846 if (!demand)
H A Dsys-linux.c178 static int slave_fd = -1; /* pty for old-style demand mode, slave */
179 static int master_fd = -1; /* pty for old-style demand mode, master */
587 * operation, and reconnect the ppp unit to the loopback if in demand
595 if (demand) {
605 if (demand)
646 * Used in demand mode.
671 * In demand mode this uses our existing bundle instead of making
1561 * For demand mode to work properly, we have to ignore routes
2376 /* set ip_dynaddr in demand mode if address changes */
2377 if (demand
[all...]
H A Doptions.c100 bool demand = 0; /* do dial-on-demand */ variable
227 { "demand", o_bool, &demand,
228 "Dial on demand", OPT_INITONLY | 1, &persist },
H A Dtty.c448 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");
H A Dpppd.h299 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 */
H A Dipcp.c1636 * IPCP were up, for use with dial-on-demand.
1738 * If we are doing dial-on-demand, the interface is already
1742 if (demand) {
1884 * If we are doing dial-on-demand, set the interface
1887 if (demand) {
/external/oprofile/events/i386/westmere/
H A Dunit_masks130 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 stor
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb76 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/
H A Dunit_masks96 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 loc
[all...]
H A Devents12 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/
H A Devents8 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
H A Dunit_masks33 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/llvm/lib/Support/Unix/
H A DPath.inc107 // handle names longer than some limit, it'll report this on demand using
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb39 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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas2068 /// solution, but it's the only way to provide nodes on-demand instead
2172 FChildren := CreateChildrenList; // create children list on demand
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2061 // we use a copy to unset delimiters on demand (when they are not found)

Completed in 461 milliseconds