Searched refs:ep_list (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c301 endpt * ep_list; /* complete endpt list */ variable
735 for (ifi.ep = ep_list; ifi.ep != NULL; ifi.ep = ifi.ep->elink)
827 LINK_TAIL_SLIST(ep_list, ep, elink, endpt);
987 UNLINK_SLIST(unlinked, ep_list, ep, elink, endpt);
1924 for (ep = ep_list; ep != NULL; ep = next_ep) {
1980 for (ep = ep_list; ep != NULL; ep = ep->elink) {
2195 for (ep = ep_list; ep != NULL; ep = ep->elink) {
2236 * The socket is in the ep_list all we need to do is enable
2270 * The socket is in the ep_list all we need to do is disable
2402 * The socket is in the ep_list al
[all...]
H A Dntpsim.c190 ep_list = loopback_interface;
H A Dntp_control.c4360 * loop over [0..sys_ifnum] searching ep_list for each
4364 for (la = ep_list; la != NULL; la = la->elink)
/freebsd-9.3-release/contrib/ntp/include/
H A Dntpd.h386 extern endpt * ep_list; /* linked list */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbreakpoint.c3231 bpstat_get_triggered_catchpoints (bpstat ep_list, bpstat *cp_list)
3241 for (; ep_list != NULL; ep_list = ep_list->next)
3244 ep = ep_list->breakpoint_at;
3256 *bs = *ep_list;
3223 bpstat_get_triggered_catchpoints(bpstat ep_list, bpstat *cp_list) argument

Completed in 75 milliseconds