Symbol: Enabled
usr.sbin/acpi/acpidump/acpi.c
1014
printf("\tEnabled=%d\n", s->Enabled);
usr.sbin/acpi/acpidump/acpi.c
893
printf("\tEnabled=%d\n", a->Enabled);
usr.sbin/acpi/acpidump/acpi.c
921
printf("\tEnabled=%d\n", s->Enabled);
usr.sbin/acpi/acpidump/acpi.c
937
printf("\tEnabled=%d\n", s->Enabled);
usr.sbin/acpi/acpidump/acpi.c
979
printf("\tEnabled=%d\n", s->Enabled);
usr.sbin/acpi/acpidump/acpi.c
994
printf("\tEnabled=%d\n", s->Enabled);
usr.sbin/ppp/auth.c
339
if (Enabled(bundle, OPT_PASSWDAUTH))
usr.sbin/ppp/bundle.c
1055
return Enabled(bundle, opt) ? "enabled" : "disabled";
usr.sbin/ppp/bundle.c
1651
newsid = Enabled(dl->bundle, OPT_KEEPSESSION) ||
usr.sbin/ppp/bundle.c
594
if (Enabled(bundle, OPT_LOOPBACK)) {
usr.sbin/ppp/chap.c
577
if (Enabled(bundle, OPT_UTMP))
usr.sbin/ppp/chap.c
731
Enabled(bundle, OPT_IDCHECK)) {
usr.sbin/ppp/command.c
2816
!Enabled(arg->bundle, OPT_NAS_IDENTIFIER)) ||
usr.sbin/ppp/command.c
2818
!Enabled(arg->bundle, OPT_NAS_IP_ADDRESS)))) {
usr.sbin/ppp/command.c
2839
if (Enabled(arg->bundle, OPT_IFACEALIAS) && !arg->bundle->NatEnabled) {
usr.sbin/ppp/datalink.c
965
if (!Enabled(dl->bundle, OPT_FORCE_SCRIPTS) &&
usr.sbin/ppp/fsm.c
1081
Enabled(fp->bundle, OPT_IDCHECK)) {
usr.sbin/ppp/fsm.c
1091
(!Enabled(fp->bundle, OPT_IDCHECK) && codep->check_reqid)))
usr.sbin/ppp/ip.c
669
if (Enabled(bundle, OPT_FILTERDECAP) &&
usr.sbin/ppp/ip.c
747
if (Enabled(bundle, OPT_FILTERDECAP)) {
usr.sbin/ppp/ip.c
767
if (Enabled(bundle, OPT_FILTERDECAP) &&
usr.sbin/ppp/ipcp.c
635
if (Enabled(bundle, OPT_PROXYALL)) {
usr.sbin/ppp/ipcp.c
656
} else if (Enabled(bundle, OPT_PROXY))
usr.sbin/ppp/ipcp.c
691
if (!Enabled(bundle, OPT_IFACEALIAS))
usr.sbin/ppp/ipcp.c
701
if (Enabled(bundle, OPT_SROUTES))
usr.sbin/ppp/ipcp.c
826
Enabled(fp->bundle, OPT_THROUGHPUT));
usr.sbin/ppp/ipcp.c
850
if (Enabled(bundle, OPT_PROXY) || Enabled(bundle, OPT_PROXYALL))
usr.sbin/ppp/ipcp.c
862
if (Enabled(bundle, OPT_PROXY) || Enabled(bundle, OPT_PROXYALL))
usr.sbin/ppp/ipv6cp.c
235
if (!Enabled(bundle, OPT_IFACEALIAS))
usr.sbin/ppp/ipv6cp.c
252
if (Enabled(bundle, OPT_SROUTES))
usr.sbin/ppp/ipv6cp.c
488
if (!Enabled(fp->bundle, OPT_IPCP)) {
usr.sbin/ppp/ipv6cp.c
505
if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) {
usr.sbin/ppp/ipv6cp.c
541
if (!Enabled(fp->bundle, OPT_IPCP)) {
usr.sbin/ppp/ipv6cp.c
558
if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) {
usr.sbin/ppp/ipv6cp.c
579
Enabled(fp->bundle, OPT_THROUGHPUT));
usr.sbin/ppp/ncp.c
158
if (Enabled(bundle, OPT_IPCP)) {
usr.sbin/ppp/ncp.c
166
if (Enabled(bundle, OPT_IPV6CP)) {
usr.sbin/ppp/pap.c
155
if (Enabled(bundle, OPT_UTMP))
usr.sbin/ppp/pap.c
214
Enabled(bundle, OPT_IDCHECK)) {
usr.sbin/ppp/physical.c
641
Enabled(dl->bundle, OPT_THROUGHPUT));
usr.sbin/ppp/physical.c
684
if (Enabled(p->dl->bundle, OPT_KEEPSESSION) ||
usr.sbin/ppp/physical.c
981
Enabled(p->dl->bundle, OPT_THROUGHPUT));
usr.sbin/ppp/prompt.c
107
else if (!Enabled(p->bundle, OPT_IPCP) &&
usr.sbin/ppp/radius.c
1025
if (Enabled(authp->physical->dl->bundle, OPT_NAS_IP_ADDRESS) &&
usr.sbin/ppp/radius.c
1035
if (Enabled(authp->physical->dl->bundle, OPT_NAS_IDENTIFIER) &&
usr.sbin/ppp/radius.c
1210
if (Enabled(dl->bundle, OPT_NAS_IP_ADDRESS) &&
usr.sbin/ppp/radius.c
1220
if (Enabled(dl->bundle, OPT_NAS_IDENTIFIER) &&
usr.sbin/ppp/tcpmss.c
158
if (!Enabled(bundle, OPT_TCPMSSFIXUP))