Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_iwarp.h99 osal_list_t ep_list; /* ecore_iwarp_ep */ member
200 osal_list_t ep_list; member
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_io.c301 endpt * ep_list; /* complete endpt list */ variable
739 for (ifi.ep = ep_list; ifi.ep != NULL; ifi.ep = ifi.ep->elink) in interface_enumerate()
831 LINK_TAIL_SLIST(ep_list, ep, elink, endpt); in add_interface()
991 UNLINK_SLIST(unlinked, ep_list, ep, elink, endpt); in remove_interface()
1969 for (ep = ep_list; ep != NULL; ep = next_ep) { in update_interfaces()
2022 for (ep = ep_list; ep != NULL; ep = ep->elink) { in update_interfaces()
2237 for (ep = ep_list; ep != NULL; ep = ep->elink) { in set_reuseaddr()
2612 for (ep = ep_list; ep != NULL; ep = ep->elink) { in io_setbclient()
2716 for (ep = ep_list; ep != NULL; ep = ep->elink) { in io_unsetbclient()
2824 for (ep = ep_list; ep != NULL; ep = ep->elink) {
[all …]
Dntpsim.c191 ep_list = loopback_interface; in init_sim_io()
Dntp_control.c4369 for (la = ep_list; la != NULL; la = la->elink) in read_ifstats()
/freebsd-12-stable/contrib/ntp/include/
Dntpd.h389 extern endpt * ep_list; /* linked list */
/freebsd-12-stable/contrib/gdb/gdb/
Dbreakpoint.c3223 bpstat_get_triggered_catchpoints (bpstat ep_list, bpstat *cp_list) in bpstat_get_triggered_catchpoints() argument
3233 for (; ep_list != NULL; ep_list = ep_list->next) in bpstat_get_triggered_catchpoints()
3236 ep = ep_list->breakpoint_at; in bpstat_get_triggered_catchpoints()
3248 *bs = *ep_list; in bpstat_get_triggered_catchpoints()