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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_monitor.c66 static struct mon_data *mon_hash[MON_HASH_SIZE]; /* list ptrs */
67 struct mon_data mon_mru_list;
73 static struct mon_data *mon_free; /* free list or null if none */
94 static void remove_from_hash (struct mon_data *);
154 register struct mon_data *md, *md_next;
186 struct mon_data *md;
214 register struct mon_data *md;
365 register struct mon_data *md;
367 struct mon_data *freedata; /* 'old' free list (null) */
369 md = (struct mon_data *)emallo
[all...]
H A Dntp_request.c1915 register struct mon_data *md;
1916 extern struct mon_data mon_mru_list;
1965 register struct mon_data *md;
1966 extern struct mon_data mon_mru_list;
/macosx-10.10.1/ntp-92/include/
H A Dntp.h749 struct mon_data { struct
750 struct mon_data *hash_next; /* next structure in hash list */
751 struct mon_data *mru_next; /* next structure in MRU list */
752 struct mon_data *mru_prev; /* previous structure in MRU list */
H A Dntpd.h383 extern struct mon_data mon_mru_list;
384 extern struct mon_data mon_fifo_list;
H A Dntpd.h.orig381 extern struct mon_data mon_mru_list;
382 extern struct mon_data mon_fifo_list;

Completed in 161 milliseconds