/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 | 229 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 D | zfs_dir.c | 955 boolean_t unlinked = B_FALSE; in zfs_drop_nlink_locked() local 975 unlinked = B_TRUE; in zfs_drop_nlink_locked() 991 *unlinkedp = unlinked; in zfs_drop_nlink_locked() 992 else if (unlinked) in zfs_drop_nlink_locked() 1032 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local 1059 error = zfs_drop_nlink_locked(zp, tx, &unlinked); in zfs_link_destroy() 1089 *unlinkedp = unlinked; in zfs_link_destroy() 1090 else if (unlinked) in zfs_link_destroy()
|
H A D | zfs_vnops_os.c | 1000 boolean_t unlinked, toobig = FALSE; in zfs_remove() local 1119 error = zfs_link_destroy(dl, zp, tx, zflg, &unlinked); in zfs_remove() 1126 if (unlinked) { in zfs_remove() 1171 } else if (unlinked) { in zfs_remove() 1179 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 | 730 boolean_t unlinked = B_FALSE; in zfs_link_destroy() local 765 unlinked = B_TRUE; in zfs_link_destroy() 803 *unlinkedp = unlinked; in zfs_link_destroy() 804 else if (unlinked) in zfs_link_destroy()
|
H A D | zfs_vnops_os.c | 1122 boolean_t unlinked; in zfs_remove_() local 1198 error = zfs_link_destroy(dzp, name, zp, tx, ZEXISTS, &unlinked); in zfs_remove_() 1205 if (unlinked) { in zfs_remove_() 1211 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 | 296 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 | 4912 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked")); in inodedep_lookup_ip() 7831 * Remove this inode from the unlinked list. in softdep_freefile() 9194 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked")); in softdep_setup_remove() 9694 * track of the head of the linked list of referenced but unlinked inodes. 9722 * Return the first unlinked inodedep which is ready to be the head of the 9746 * Set the sujfree unlinked head pointer prior to writing a superblock. 9773 * due to a changing unlinked list head. 9798 * write activity after they are unlinked which we must not hold up. in handle_written_sbdep() 9813 * Mark an inodedep as unlinked and insert it into the in-memory unlinked lis 14561 int error, unlinked; softdep_check_suspend() local [all...] |
/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
|