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

/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhm.conf27 demand-scrub=1;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dpppd40 if [ -f $PPPDIR/demand ]; then
41 . $PPPDIR/demand
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DMakefile13 OBJS= auth.o ccp.o chap.o demand.o fsm.o ipcp.o ipv6cp.o \
H A Dmultilink.c105 if (demand) {
142 * For demand mode, we only need to configure the bundle
145 if (demand) {
H A Dmain.c125 * holdoff_hook - Can be used to change the demand-dial hold-off
154 static int fd_loop; /* fd for getting demand-dial packets */
439 if (demand && (connect_script == NULL)) {
440 option_error("connect script is required for demand-dialling\n");
443 if (updetach && (nodetach || demand)) {
445 nodetach ? "nodetach" : "demand");
556 * If we're doing dial-on-demand, set up the interface now.
558 if (demand) {
589 if (demand && !doing_callback) {
849 if (!demand
[all...]
H A Dipv6cp.c244 ipv6_demand_conf, /* Configures demand-dial */
1092 if (demand && (eui64_iszero(wo->ourid) || eui64_iszero(wo->hisid))) {
1093 fatal("local/remote LL address required for demand-dialling\n");
1100 * IPV6CP were up, for use with dial-on-demand.
1176 * If we are doing dial-on-demand, the interface is already
1180 if (demand) {
1292 * If we are doing dial-on-demand, set the interface
1295 if (demand) {
H A Dpppd.h258 extern bool demand; /* Do dial-on-demand */
322 #define PHASE_DORMANT 5 /* waiting for demand-dial trigger */
372 /* Configure interface for demand-dial */
496 * Procedures exported from demand.c
499 /* config interface(s) for demand-dial */
528 /* Open loopback for demand-dialling */
H A Doptions.c101 bool demand = 0; /* do dial-on-demand */ variable
280 { "demand", o_bool, &demand,
281 "Dial on demand", OPT_INITONLY | 1, &persist },
H A Dipcp.c1387 * IPCP were up, for use with dial-on-demand.
1492 * If we are doing dial-on-demand, the interface is already
1496 if (demand) {
1636 * If we are doing dial-on-demand, set the interface
1639 if (demand) {
H A Dauth.c449 warn("Peer rejected our demand for 0x%x (%s)",
463 warn("We rejected the peer's demand for 0x%x (%s)",
672 if (!demand)
H A Dsys-solaris.c472 } else if (demand) {
1415 * Open the device we use for getting packets in demand mode. Under Solaris 2,
1425 fatal("Unable to initialize IP interface for demand dial.");
1429 fatal("Unable to initialize IPv6 interface for demand dial.");
1877 * which are received on a demand-dial interface are immediately
2940 * byte order. For demand mode to work properly, we have to ignore routes
3021 * interface in order for demand dial to work.
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in70 WARNING:sunos4x:gettext("SunOS 4.x a.out binary"):MATCH file=~/Sun demand paged|pure SPARC/:
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DREADME121 Color - there is demand for colors but it isn't clear what to do yet.
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dmagic152 0 short 0522 mc68k executable (shared demand paged)
182 # big-endian entries for Sun demand paged executables
183 2 short 0413 Sun demand paged
189 # little-endian entries for Sun demand paged executables
190 2 short 05401 Sun demand paged
227 0 short 0x10b VAX demand load format a.out object file
235 0 long 0x10b VAX demand load format a.out object file
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm178 is an alias of Encode::Encoder-E<gt>new(). This one is exported on demand.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm133 you do not explicitly demand it.
H A DAutoLoader.pm185 AutoLoader - load subroutines only on demand
H A DPerlIO.pm34 PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space
H A DSelfLoader.pm133 SelfLoader - load functions only on demand
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm294 Will be loaded on demand and automatically by BigInt.
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1057 } elsif ($tmp =~ /Sun demand paged/) {
1249 if ($file_output =~ /Sun demand paged SPARC|pure SPARC/) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl409 if (($Type !~ /dynamically linked/) || ($Type =~ /Sun demand paged/)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1158 If you want to add your encoding to Encode's demand-loading list
1164 After that, "use Encode;" is enough to load your encodings on demand.
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1340 demand, prefetch, hdr->b_type != ARC_BUFC_METADATA,
2749 demand, prefetch, hdr->b_type != ARC_BUFC_METADATA,
2844 demand, prefetch, hdr->b_type != ARC_BUFC_METADATA,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm1188 Someday, perl will have a switch to cache-on-demand the string

Completed in 310 milliseconds