Searched refs:physical_doUpdateSet (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.h159 extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
H A Dexec.c226 return result + physical_doUpdateSet(d, r, w, e, n, 0);
H A Dchat.c324 return physical_doUpdateSet(&c->physical->desc, r, NULL, e, n, 1);
326 return physical_doUpdateSet(&c->physical->desc, NULL, w, e, n, 1);
H A Dether.c389 result += physical_doUpdateSet(d, r, w, e, n, 0);
H A Dnetgraph.c371 result = physical_doUpdateSet(d, r, w, e, n, 0);
H A Dphysical.c151 return physical_doUpdateSet(d, r, w, e, n, 0);
841 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, function

Completed in 70 milliseconds