OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_list
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_io.c
305
endpt *
ep_list
; /* complete endpt list */
variable
723
for (ifi.ep =
ep_list
; ifi.ep != NULL; ifi.ep = ifi.ep->elink)
811
LINK_TAIL_SLIST(
ep_list
, ep, elink, endpt);
897
UNLINK_SLIST(unlinked,
ep_list
, ep, elink, endpt);
1938
for (ep =
ep_list
; ep != NULL; ep = next_ep) {
1991
for (ep =
ep_list
; ep != NULL; ep = ep->elink) {
2289
for (ep =
ep_list
; ep != NULL; ep = ep->elink) {
2330
* The socket is in the
ep_list
all we need to do is enable
2364
* The socket is in the
ep_list
all we need to do is disable
2488
* The socket is in the
ep_list
all we need to do is enabl
[
all
...]
ntpsim.c
193
ep_list
= loopback_interface;
ntp_control.c
4365
* loop over [0..sys_ifnum] searching
ep_list
for each
4369
for (la =
ep_list
; la != NULL; la = la->elink)
/src/external/bsd/ntp/dist/include/
ntpd.h
435
extern endpt *
ep_list
; /* linked list */
/src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc
6572
Vector<double> *
ep_list
= new Vector<double>(nitems);
local
6582
metric_objs->store (3,
ep_list
);
6631
ep_list
->store (index2, 0.0);
6663
ep_list
->store (index2, percent);
6876
Vector<double> *
ep_list
= new Vector<double>(nitems);
local
6886
metric_objs->store (3,
ep_list
);
6933
ep_list
->store (index2, 0.0);
6960
ep_list
->store (index2, percent);
7037
ep_list
->store (index2, excl_list->fetch (index2) * percent_scale->fetch (index));
/src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc
6572
Vector<double> *
ep_list
= new Vector<double>(nitems);
local
6582
metric_objs->store (3,
ep_list
);
6631
ep_list
->store (index2, 0.0);
6663
ep_list
->store (index2, percent);
6876
Vector<double> *
ep_list
= new Vector<double>(nitems);
local
6886
metric_objs->store (3,
ep_list
);
6933
ep_list
->store (index2, 0.0);
6960
ep_list
->store (index2, percent);
7037
ep_list
->store (index2, excl_list->fetch (index2) * percent_scale->fetch (index));
Completed in 68 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026