Searched refs:UpdateSet (Results 1 – 11 of 11) sorted by relevance
| /dflybsd-src/usr.sbin/ppp/ |
| H A D | descriptor.h | 45 int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *); member 51 #define descriptor_UpdateSet(d, r, w, e, n) ((*(d)->UpdateSet)(d, r, w, e, n))
|
| H A D | prompt.c | 318 p->desc.UpdateSet = prompt_UpdateSet; in prompt_Create()
|
| H A D | datalink.c | 800 dl->desc.UpdateSet = datalink_UpdateSet; in datalink_Create() 880 dl->desc.UpdateSet = datalink_UpdateSet; in datalink_Clone() 1329 dl->desc.UpdateSet = datalink_UpdateSet; in iov2datalink()
|
| H A D | physical.c | 147 p->desc.UpdateSet = physical_UpdateSet; in physical_SetDescriptor() 580 p->desc.UpdateSet = physical_UpdateSet; in iov2physical()
|
| H A D | ether.c | 650 p->desc.UpdateSet = ether_UpdateSet; in ether_Create()
|
| H A D | netgraph.c | 715 p->desc.UpdateSet = ng_UpdateSet; in ng_Create()
|
| H A D | chat.c | 548 c->desc.UpdateSet = chat_UpdateSet; in chat_Init()
|
| H A D | chap.c | 667 chap->desc.UpdateSet = chap_UpdateSet; in chap_Init()
|
| H A D | radius.c | 615 r->desc.UpdateSet = radius_UpdateSet; in radius_Init()
|
| H A D | mp.c | 1099 s->desc.UpdateSet = mpserver_UpdateSet; in mpserver_Init()
|
| H A D | bundle.c | 854 bundle.desc.UpdateSet = bundle_UpdateSet; in bundle_Create()
|