HomeSort by: relevance | last modified time | path
    Searched refs:demand (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/ppp/usr.sbin/pppd/
Makefile 15 demand.c \
sys-bsd.c 408 if (demand) {
410 * Demand mode - prime the old ppp device to relinquish the unit.
427 if (!demand) {
503 * and reconnect the ppp unit to the loopback if in demand mode.
510 if (!doing_cleanup && demand)
513 if (!hungup || demand) {
539 * Used in demand mode.
573 * In demand mode this uses our existing bundle instead of making
992 * packets in demand mode, and connect it to a ppp interface.
2100 * For demand mode to work properly, we have to ignore route
    [all...]
  /src/external/bsd/ppp/dist/pppd/
multilink.c 154 if (demand) {
201 * For demand mode, we only need to configure the bundle
205 if (demand) {
289 if (!demand) {
pppd-private.h 185 extern bool demand; /* Do dial-on-demand */
372 /* Procedures exported from demand.c */
373 void demand_conf(void); /* config interface(s) for demand-dial */
386 int open_ppp_loopback(void); /* Open loopback for demand-dialling */
ipv6cp.c 550 if (!demand)
1228 * IPV6CP were up, for use with dial-on-demand.
1319 * If we are doing dial-on-demand, the interface is already
1323 if (demand) {
1418 * If we are doing dial-on-demand, set the interface
1421 if (demand) {
auth.c 679 if (!demand && ifunit >= 0)
736 if (!demand && !mp_on())
753 if (!mp_on() && !demand)
986 if (!demand)
tty.c 502 if (demand && notty) {
503 ppp_option_error("demand-dialling is incompatible with notty");
506 if (demand && connect_script == 0 && ptycommand == NULL
508 ppp_option_error("connect script is required for demand-dialling\n");
main.c 170 static int fd_loop; /* fd for getting demand-dial packets */
553 * If we're doing dial-on-demand, set up the interface now.
555 if (demand) {
580 if (demand && !doing_callback) {
637 if (demand)
options.c 118 bool demand = 0; /* do dial-on-demand */ variable
278 { "demand", o_bool, &demand,
279 "Dial on demand", OPT_INITONLY | 1, &persist },
ipcp.c 1758 * IPCP were up, for use with dial-on-demand.
1880 * If we are doing dial-on-demand, the interface is already
1884 if (demand) {
2042 * If we are doing dial-on-demand, set the interface
2045 if (demand) {
2075 * default route. This is the case only when doing demand, otherwise
2076 * during demand, this cifdefaultroute would restore the old default
2077 * route which is not what we want in this case. In the non-demand
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
libunwind.S 113 # Zero demand saved flags
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
libunwind.S 113 # Zero demand saved flags
  /src/external/gpl3/gcc/dist/libgcc/
unwind-arm-common.inc 476 /* We use phase1_vrs here even though we do not demand save, for the
482 /* We don't need to demand-save the non-core registers, because we
598 /* Set demand-save flags. */
762 /* Set demand-save flags. */
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-arm-common.inc 476 /* We use phase1_vrs here even though we do not demand save, for the
482 /* We don't need to demand-save the non-core registers, because we
598 /* Set demand-save flags. */
762 /* Set demand-save flags. */
  /src/sys/dev/pci/voyager/
vac8051.asm 50 ; AC_RXA 0x9144 RX slot1; R3 on-demand flag = bit 11 (0 = send next)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 718 /* This flags indicates the minimum demand of the vl and vtype values by the
724 the former instruction, then we can make the minimu demand of the former
727 generated according to the new demand can also be used for the latter
743 /* We split the demand information into three parts. They are sew and lmul
752 so, merge can be used to merge the stricter demand information from
912 void set_sew_lmul_demand (sew_lmul_demand_type demand)
914 m_sew_lmul_demand = demand;
916 void set_policy_demand (policy_demand_type demand)
918 m_policy_demand = demand;
920 void set_avl_demand (avl_demand_type demand) { m_avl_demand = demand;
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 4740 * If we're here, then this must be a demand read
4880 * Ideally, we would "inherit" the demand
4937 * This is a demand read which does not have to
4979 demand, prefetch, !HDR_ISTYPE_METADATA(hdr),
5102 demand, prefetch, !HDR_ISTYPE_METADATA(hdr),

Completed in 40 milliseconds