Searched refs:physical_doUpdateSet (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | physical.h | 159 extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
|
| H A D | chat.c | 326 return physical_doUpdateSet(&c->physical->desc, r, NULL, e, n, 1); in chat_UpdateSet() 328 return physical_doUpdateSet(&c->physical->desc, NULL, w, e, n, 1); in chat_UpdateSet()
|
| H A D | exec.c | 228 return result + physical_doUpdateSet(d, r, w, e, n, 0); in exec_UpdateSet()
|
| H A D | physical.c | 144 return physical_doUpdateSet(d, r, w, e, n, 0); in physical_UpdateSet() 833 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, in physical_doUpdateSet() function
|
| H A D | ether.c | 391 result += physical_doUpdateSet(d, r, w, e, n, 0); in ether_UpdateSet()
|
| H A D | netgraph.c | 373 result = physical_doUpdateSet(d, r, w, e, n, 0); in ng_UpdateSet()
|