Home
last modified time | relevance | path

Searched refs:punlinked (Results 1 – 4 of 4) sorted by relevance

/src/contrib/ntp/include/
H A Dntp_lists.h170 #define UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) \ argument
172 (punlinked) = (listhead); \
173 if (NULL != (punlinked)) { \
174 (listhead) = (punlinked)->nextlink; \
175 MAYBE_Z_LISTS((punlinked)->nextlink); \
182 #define UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, \ argument
199 (punlinked) = *ppentry; \
200 *ppentry = (punlinked)->nextlink; \
201 MAYBE_Z_LISTS((punlinked)->nextlink); \
203 (punlinked) = NULL; \
[all …]
/src/contrib/ntp/libntp/
H A Drecvbuff.c325 recvbuf_t *punlinked; in purge_recv_buffers_for_fd() local
345 UNLINK_MID_FIFO(punlinked, full_recv_fifo, in purge_recv_buffers_for_fd()
347 INSIST(punlinked == rbufp); in purge_recv_buffers_for_fd()
/src/contrib/ntp/ntpd/
H A Dntp_monitor.c132 mon_entry *punlinked; in remove_from_hash() local
136 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, in remove_from_hash()
138 ENSURE(punlinked == mon); in remove_from_hash()
H A Dntp_config.c5226 config_tree *punlinked; in save_and_apply_config_tree() local
5286 UNLINK_SLIST(punlinked, cfg_tree_history, ptree, link, in save_and_apply_config_tree()
5288 INSIST(punlinked == ptree); in save_and_apply_config_tree()