Symbol: PHYS_DIRECT
usr.sbin/ppp/bundle.c
1308
(PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)) {
usr.sbin/ppp/datalink.c
1108
PHYS_DIRECT ? "accepted: " : "requested:");
usr.sbin/ppp/datalink.c
1124
if (arg->cx->physical->type != PHYS_DIRECT)
usr.sbin/ppp/datalink.c
1134
if (arg->cx->physical->type & PHYS_DIRECT)
usr.sbin/ppp/datalink.c
1459
if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED))
usr.sbin/ppp/datalink.c
1461
if (dl->physical->type == PHYS_DIRECT)
usr.sbin/ppp/datalink.c
153
(dl->physical->type == PHYS_DIRECT) ||
usr.sbin/ppp/datalink.c
162
!(dl->physical->type & (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)))
usr.sbin/ppp/datalink.c
260
if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND|
usr.sbin/ppp/datalink.c
966
(dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)))
usr.sbin/ppp/datalink.c
977
dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max;
usr.sbin/ppp/defs.c
91
{ PHYS_DIRECT, "direct" },
usr.sbin/ppp/lcp.c
1104
if (p->type != PHYS_DIRECT) {
usr.sbin/ppp/lcp.c
1257
if (mode_type == MODE_REQ && p && p->type == PHYS_DIRECT &&
usr.sbin/ppp/lcp.c
336
if (p->type != PHYS_DIRECT)
usr.sbin/ppp/main.c
292
if (mode == PHYS_DIRECT)
usr.sbin/ppp/main.c
351
if (sw.mode == PHYS_DIRECT)
usr.sbin/ppp/main.c
435
if (sw.mode != PHYS_DIRECT) {
usr.sbin/ppp/physical.c
299
if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
usr.sbin/ppp/physical.c
315
if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
usr.sbin/ppp/physical.c
448
p->type == PHYS_DIRECT ? "unknown" : "N/A");
usr.sbin/ppp/physical.c
586
p->type = PHYS_DIRECT;
usr.sbin/ppp/physical.c
737
if (p->fd >= 0 && *p->name.full == '/' && p->type != PHYS_DIRECT)
usr.sbin/ppp/physical.c
898
if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) {
usr.sbin/ppp/physical.c
927
if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) ||
usr.sbin/ppp/physical.c
928
mode & (PHYS_DIRECT|PHYS_DEDICATED)) &&
usr.sbin/ppp/physical.c
929
(!(p->type & PHYS_DIRECT) || !(mode & PHYS_BACKGROUND))) {
usr.sbin/ppp/physical.c
998
else if (p->type == PHYS_DIRECT) {
usr.sbin/ppp/tty.c
440
if (p->type != PHYS_DIRECT && p->fd >= 0 && !Online(dev))
usr.sbin/ppp/tty.c
732
if (p->type != PHYS_DIRECT) {
usr.sbin/ppp/tty.c
744
if (p->type != PHYS_DIRECT && p->cfg.speed > 115200)