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

/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_lists.h35 * UNLINK_HEAD_SLIST(punlinked, listhead, nextlink)
36 * unlink first entry and point punlinked to it, or set punlinked
39 * UNLINK_SLIST(punlinked, listhead, ptounlink, nextlink, entrytype)
40 * unlink entry pointed to by ptounlink. punlinked is set to NULL
44 * UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, entrytype)
49 * punlinked is pointed to the removed entry or NULL if none
90 * UNLINK_FIFO(punlinked, anchor, nextlink)
91 * unlink head entry and point punlinked to it, or set punlinked
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_monitor.c132 mon_entry *punlinked; local
136 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next,
138 ENSURE(punlinked == mon);
H A Dntp_config.c5053 config_tree *punlinked; local
5113 UNLINK_SLIST(punlinked, cfg_tree_history, ptree, link,
5115 INSIST(punlinked == ptree);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Drecvbuff.c313 recvbuf_t *punlinked; local
333 UNLINK_MID_FIFO(punlinked, full_recv_fifo,
335 INSIST(punlinked == rbufp);

Completed in 201 milliseconds