Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dphysical.c157 #define NDEVICES (sizeof devices / sizeof devices[0]) macro
650 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in iov2physical()
677 for (sz = n = 0; n < NDEVICES; n++) in physical_MaxDeviceSize()
1026 for (h = 0; h < NDEVICES && p->handler == NULL && p->fd >= 0; h++) in physical_Open()
1050 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in physical_Open()
1055 if (h == NDEVICES) { in physical_Open()