Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/include/
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 …]
/freebsd-9-stable/contrib/ntp/libntp/
Drecvbuff.c269 recvbuf_t *punlinked; in purge_recv_buffers_for_fd() local
283 UNLINK_MID_FIFO(punlinked, full_recv_fifo, in purge_recv_buffers_for_fd()
285 INSIST(punlinked == rbufp); in purge_recv_buffers_for_fd()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_monitor.c130 mon_entry *punlinked; in remove_from_hash() local
134 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, in remove_from_hash()
136 ENSURE(punlinked == mon); in remove_from_hash()
Dntp_config.c4572 config_tree *punlinked; in save_and_apply_config_tree() local
4632 UNLINK_SLIST(punlinked, cfg_tree_history, ptree, link, in save_and_apply_config_tree()
4634 INSIST(punlinked == ptree); in save_and_apply_config_tree()