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

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_lists.h33 * UNLINK_HEAD_SLIST(punlinked, listhead, nextlink)
34 * unlink first entry and point punlinked to it, or set punlinked
37 * UNLINK_SLIST(punlinked, listhead, ptounlink, nextlink, entrytype)
38 * unlink entry pointed to by ptounlink. punlinked is set to NULL
42 * UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, entrytype)
47 * punlinked is pointed to the removed entry or NULL if none
88 * UNLINK_FIFO(punlinked, anchor, nextlink)
89 * unlink head entry and point punlinked to it, or set punlinked
[all...]
/freebsd-13-stable/contrib/ntp/libntp/
H A Drecvbuff.c311 recvbuf_t *punlinked; local
331 UNLINK_MID_FIFO(punlinked, full_recv_fifo,
333 INSIST(punlinked == rbufp);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c130 mon_entry *punlinked; local
134 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next,
136 ENSURE(punlinked == mon);
H A Dntp_config.c5036 config_tree *punlinked; local
5096 UNLINK_SLIST(punlinked, cfg_tree_history, ptree, link,
5098 INSIST(punlinked == ptree);

Completed in 32 milliseconds