Home
last modified time | relevance | path

Searched refs:unlinked (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_peer.c482 struct peer * unlinked; in free_peer() local
489 UNLINK_SLIST(unlinked, peer_hash[hash], p, adr_link, in free_peer()
491 if (NULL == unlinked) { in free_peer()
503 UNLINK_SLIST(unlinked, assoc_hash[hash], p, aid_link, in free_peer()
505 if (NULL == unlinked) { in free_peer()
513 UNLINK_SLIST(unlinked, peer_list, p, p_link, in free_peer()
515 if (NULL == unlinked) in free_peer()
636 struct peer * unlinked; in set_peerdstadr() local
659 UNLINK_SLIST(unlinked, p->dstadr->peers, p, ilink, in set_peerdstadr()
H A Dntp_io.c817 endpt * unlinked; in add_interface() local
916 (unlinked != scan) in add_interface()
987 endpt * unlinked; in remove_interface() local
999 (unlinked != NULL) in remove_interface()
4458 if (NULL != unlinked) {
4604 remaddr_t *unlinked; local
4609 if (unlinked != NULL) {
4612 free(unlinked);
4622 remaddr_t *unlinked; local
4629 if (unlinked == NULL)
[all …]
H A Dntp_restrict.c293 restrict_u * unlinked; in free_res() local
303 UNLINK_SLIST(unlinked, *plisthead, res, link, restrict_u); in free_res()
304 INSIST(unlinked == res); in free_res()
H A Dinvoke-ntp.conf.texi1356 number of links is greater than one, the file is unlinked.
H A Dntp.conf.def1425 number of links is greater than one, the file is unlinked.
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c234 int unlinked = 0; in zfs_xattr_owner_unlinked() local
250 unlinked = 1; in zfs_xattr_owner_unlinked()
257 unlinked = tzp->z_unlinked; in zfs_xattr_owner_unlinked()
270 unlinked = 1; in zfs_xattr_owner_unlinked()
276 unlinked = zp->z_unlinked; in zfs_xattr_owner_unlinked()
280 return (unlinked); in zfs_xattr_owner_unlinked()
418 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked) in zfs_log_remove() argument
441 if (unlinked) { in zfs_log_remove()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c710 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local
745 unlinked = B_TRUE; in zfs_link_destroy()
783 *unlinkedp = unlinked; in zfs_link_destroy()
784 else if (unlinked) in zfs_link_destroy()
H A Dzfs_vnops_os.c1223 boolean_t unlinked; in zfs_remove_() local
1296 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked); in zfs_remove_()
1303 if (unlinked) { in zfs_remove_()
1309 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove_()
/freebsd-13.1/contrib/ntp/libntp/
H A Dauthkeys.c521 symkey * unlinked; in freesymkey() local
534 UNLINK_SLIST(unlinked, *bucket, sk, hlink, symkey); in freesymkey()
535 DEBUG_ENSURE(sk == unlinked); in freesymkey()
/freebsd-13.1/sys/netpfil/ipfw/
H A Ddummynet.txt131 or for the unlinked list;
187 Additionally, a list that contains all unlinked flowset:
382 flowset unlinked list is scanned to see if there are some flowset that would
395 When a new scheduler is created, it is necessary to scan the unlinked
410 unlinked flowset list, it is removed and deleted, and then recreated.
434 Finally, flowsets in the unlinked flowset list are write in the buffer, and
456 If the flowset to remove is in the unlinked flowset list, there is not any
501 unlinked flowset list, but doing this now will be very expensive.
506 the flowset will be moved into the flowset unlinked list, or will be
626 Search into the flowset unlinked list if there are some flowset that
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c943 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local
979 unlinked = B_TRUE; in zfs_link_destroy()
1022 *unlinkedp = unlinked; in zfs_link_destroy()
1023 else if (unlinked) in zfs_link_destroy()
H A Dzfs_vnops_os.c963 boolean_t unlinked, toobig = FALSE; in zfs_remove() local
1082 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked); in zfs_remove()
1089 if (unlinked) { in zfs_remove()
1132 } else if (unlinked) { in zfs_remove()
1140 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h269 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked);
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq-subs.c2467 mru *unlinked; in add_mru() local
2485 UNLINK_SLIST(unlinked, hash_table[hash], mon, hlink, mru); in add_mru()
2486 INSIST(unlinked == mon); in add_mru()
2572 mru *unlinked; in collect_mru_list() local
2629 UNLINK_SLIST(unlinked, hash_table[hash], in collect_mru_list()
2631 INSIST(unlinked == recent); in collect_mru_list()
/freebsd-13.1/sys/ufs/ffs/
H A Dffs_softdep.c14791 int error, unlinked; in softdep_check_suspend() local
14852 unlinked = 0; in softdep_check_suspend()
14862 unlinked++; in softdep_check_suspend()
14918 softdep_depcnt != unlinked || in softdep_check_suspend()
14919 ump->softdep_deps != unlinked || in softdep_check_suspend()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__tree274 // If __x were to be unlinked from __root (setting __root to
/freebsd-13.1/contrib/unbound/contrib/
H A Dfastrpz.patch647 + * Clients assume that the file has already been unlinked before
/freebsd-13.1/share/dict/
H A Dweb2219102 unlinked