Home
last modified time | relevance | path

Searched refs:NDEVICES (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dphysical.c134 #define NDEVICES NELEM(devices) macro
623 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in iov2physical()
650 for (n = 0; n < NDEVICES; n++) in physical_MaxDeviceSize()
998 for (h = 0; h < NDEVICES && p->handler == NULL && p->fd >= 0; h++) in physical_Open()
1022 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in physical_Open()
1027 if (h == NDEVICES) { in physical_Open()