/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_peer.c | 484 struct peer * unlinked; in free_peer() 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() 680 UNLINK_SLIST(unlinked, p->dstadr->peers, p, ilink, in peer_refresh_interface() 482 struct peer * unlinked; free_peer() local 636 struct peer * unlinked; set_peerdstadr() local
|
H A D | ntp_io.c | 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 [all …]
|
H A D | ntp_restrict.c | 284 restrict_u * unlinked; 300 UNLINK_SLIST(unlinked, *rlisthead_ptr, res, link, restrict_u); in free_res() 301 INSIST(unlinked == res); in free_res() 293 restrict_u * unlinked; free_res() local
|
H A D | invoke-ntp.conf.texi | 1336 number of links is greater than one, the file is unlinked.
|
H A D | ntp.conf.def | 1404 number of links is greater than one, the file is unlinked.
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_log.c | 230 int unlinked = 0; in zfs_xattr_owner_unlinked() local 246 unlinked = 1; in zfs_xattr_owner_unlinked() 253 unlinked = tzp->z_unlinked; in zfs_xattr_owner_unlinked() 266 unlinked = 1; in zfs_xattr_owner_unlinked() 272 unlinked = zp->z_unlinked; in zfs_xattr_owner_unlinked() 276 return (unlinked); in zfs_xattr_owner_unlinked() 414 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked) in zfs_log_remove() argument 437 if (unlinked) { in zfs_log_remove()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_dir.c | 956 boolean_t unlinked = B_FALSE; in zfs_drop_nlink_locked() local 976 unlinked = B_TRUE; in zfs_drop_nlink_locked() 992 *unlinkedp = unlinked; in zfs_drop_nlink_locked() 993 else if (unlinked) in zfs_drop_nlink_locked() 1033 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local 1060 error = zfs_drop_nlink_locked(zp, tx, &unlinked); in zfs_link_destroy() 1090 *unlinkedp = unlinked; in zfs_link_destroy() 1091 else if (unlinked) in zfs_link_destroy()
|
H A D | zfs_vnops_os.c | 1005 boolean_t unlinked, toobig = FALSE; in zfs_remove() local 1125 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked); in zfs_remove() 1132 if (unlinked) { in zfs_remove() 1177 } else if (unlinked) { in zfs_remove() 1185 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_dir.c | 731 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local 766 unlinked = B_TRUE; in zfs_link_destroy() 804 *unlinkedp = unlinked; in zfs_link_destroy() 805 else if (unlinked) in zfs_link_destroy()
|
H A D | zfs_vnops_os.c | 1232 boolean_t unlinked; in zfs_remove_() local 1308 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked); in zfs_remove_() 1315 if (unlinked) { in zfs_remove_() 1321 zfs_log_remove(zilog, tx, txtype, dzp, name, obj, unlinked); in zfs_remove_()
|
/freebsd/contrib/ntp/libntp/ |
H A D | authkeys.c | 520 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 D | dummynet.txt | 130 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 401 Flowset pointers are store in the system in two list. The unlinked flowset list 406 and added to unlinked flowset list if the scheduler which the flowset would be 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. [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_znode.h | 298 znode_t *dzp, const char *name, uint64_t foid, boolean_t unlinked);
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 2497 mru *unlinked; in add_mru() 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() 2659 UNLINK_SLIST(unlinked, hash_table[hash], in collect_mru_list() 2661 INSIST(unlinked == recent); in collect_mru_list() 2488 mru *unlinked; add_mru() local 2593 mru *unlinked; collect_mru_list() local
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 14559 int error, unlinked; in softdep_check_suspend() local 14620 unlinked = 0; in softdep_check_suspend() 14630 unlinked++; in softdep_check_suspend() 14686 softdep_depcnt != unlinked || in softdep_check_suspend() 14687 ump->softdep_deps != unlinked || in softdep_check_suspend()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __tree | 275 // If __x were to be unlinked from __root (setting __root to
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 647 + * Clients assume that the file has already been unlinked before
|
/freebsd/share/dict/ |
H A D | web2 | 219133 unlinked
|