Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_peer.c484 struct peer * unlinked; in free_peer() local
491 UNLINK_SLIST(unlinked, peer_hash[hash], p, adr_link, in free_peer()
493 if (NULL == unlinked) { in free_peer()
505 UNLINK_SLIST(unlinked, assoc_hash[hash], p, aid_link, in free_peer()
507 if (NULL == unlinked) { in free_peer()
515 UNLINK_SLIST(unlinked, peer_list, p, p_link, in free_peer()
517 if (NULL == unlinked) in free_peer()
639 struct peer * unlinked; in set_peerdstadr() local
680 UNLINK_SLIST(unlinked, p->dstadr->peers, p, ilink, in set_peerdstadr()
H A Dntp_io.c630 struct asyncio_reader *unlinked; in remove_asyncio_reader() local
891 endpt * unlinked; in remove_interface() local
904 (unlinked != NULL) in remove_interface()
4481 struct refclockio *unlinked; local
4490 if (NULL != unlinked) {
4642 remaddr_t *unlinked; local
4647 if (unlinked != NULL) {
4650 free(unlinked);
4660 remaddr_t *unlinked; local
4667 if (unlinked == NULL)
[all …]
H A Dntp_restrict.c284 restrict_u * unlinked; in free_res() local
300 UNLINK_SLIST(unlinked, *rlisthead_ptr, res, link, restrict_u); in free_res()
301 INSIST(unlinked == res); in free_res()
H A Dinvoke-ntp.conf.texi1336 number of links is greater than one, the file is unlinked.
H A Dntp.conf.def1404 number of links is greater than one, the file is unlinked.
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c229 int unlinked = 0; in zfs_xattr_owner_unlinked() local
245 unlinked = 1; in zfs_xattr_owner_unlinked()
252 unlinked = tzp->z_unlinked; in zfs_xattr_owner_unlinked()
265 unlinked = 1; in zfs_xattr_owner_unlinked()
271 unlinked = zp->z_unlinked; in zfs_xattr_owner_unlinked()
275 return (unlinked); in zfs_xattr_owner_unlinked()
413 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked) in zfs_log_remove() argument
436 if (unlinked) { in zfs_log_remove()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c941 boolean_t unlinked = B_FALSE; in zfs_drop_nlink_locked() local
961 unlinked = B_TRUE; in zfs_drop_nlink_locked()
977 *unlinkedp = unlinked; in zfs_drop_nlink_locked()
978 else if (unlinked) in zfs_drop_nlink_locked()
1018 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local
1045 error = zfs_drop_nlink_locked(zp, tx, &unlinked); in zfs_link_destroy()
1075 *unlinkedp = unlinked; in zfs_link_destroy()
1076 else if (unlinked) in zfs_link_destroy()
H A Dzfs_vnops_os.c958 boolean_t unlinked, toobig = FALSE; in zfs_remove() local
1077 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked); in zfs_remove()
1084 if (unlinked) { in zfs_remove()
1129 } else if (unlinked) { in zfs_remove()
1137 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c717 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local
752 unlinked = B_TRUE; in zfs_link_destroy()
790 *unlinkedp = unlinked; in zfs_link_destroy()
791 else if (unlinked) in zfs_link_destroy()
H A Dzfs_vnops_os.c1244 boolean_t unlinked; in zfs_remove_() local
1320 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked); in zfs_remove_()
1327 if (unlinked) { in zfs_remove_()
1333 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove_()
/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c520 symkey * unlinked; in freesymkey() local
533 UNLINK_SLIST(unlinked, *bucket, sk, hlink, symkey); in freesymkey()
534 DEBUG_ENSURE(sk == unlinked); in freesymkey()
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt130 or for the unlinked list;
186 Additionally, a list that contains all unlinked flowset:
381 flowset unlinked list is scanned to see if there are some flowset that would
394 When a new scheduler is created, it is necessary to scan the unlinked
409 unlinked flowset list, it is removed and deleted, and then recreated.
433 Finally, flowsets in the unlinked flowset list are write in the buffer, and
455 If the flowset to remove is in the unlinked flowset list, there is not any
500 unlinked flowset list, but doing this now will be very expensive.
505 the flowset will be moved into the flowset unlinked list, or will be
625 Search into the flowset unlinked list if there are some flowset that
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h294 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked);
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c2497 mru *unlinked; in add_mru() local
2515 UNLINK_SLIST(unlinked, hash_table[hash], mon, hlink, mru); in add_mru()
2516 INSIST(unlinked == mon); in add_mru()
2602 mru *unlinked; in collect_mru_list() local
2659 UNLINK_SLIST(unlinked, hash_table[hash], in collect_mru_list()
2661 INSIST(unlinked == recent); in collect_mru_list()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c14550 int error, unlinked; in softdep_check_suspend() local
14611 unlinked = 0; in softdep_check_suspend()
14621 unlinked++; in softdep_check_suspend()
14677 softdep_depcnt != unlinked || in softdep_check_suspend()
14678 ump->softdep_deps != unlinked || in softdep_check_suspend()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__tree277 // If __x were to be unlinked from __root (setting __root to
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch647 + * Clients assume that the file has already been unlinked before
/freebsd/share/dict/
H A Dweb2219133 unlinked