Lines Matching refs:unlinked
630 struct asyncio_reader *unlinked; in remove_asyncio_reader() local
632 UNLINK_SLIST(unlinked, asyncio_reader_list, reader, link, in remove_asyncio_reader()
891 endpt * unlinked; in remove_interface() local
896 UNLINK_SLIST(unlinked, ep_list, ep, elink, endpt); in remove_interface()
901 UNLINK_SLIST(unlinked, *pmclisthead, ep, mclink, endpt); in remove_interface()
904 (unlinked != NULL) in remove_interface()
4479 struct refclockio *unlinked; local
4487 UNLINK_SLIST(unlinked, refio, rio, next, struct refclockio);
4488 if (NULL != unlinked) {
4640 remaddr_t *unlinked; local
4642 UNLINK_EXPR_SLIST(unlinked, remoteaddr_list, SOCK_EQ(addr,
4645 if (unlinked != NULL) {
4648 free(unlinked);
4658 remaddr_t *unlinked; local
4661 UNLINK_EXPR_SLIST(unlinked, remoteaddr_list, iface ==
4665 if (unlinked == NULL)
4668 stoa(&unlinked->addr), iface->ifnum,
4670 free(unlinked);