/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ltable.c | 17 ** to it), then the colliding element is in its own main position. 399 ** position is free. If not, check whether colliding node is in its main 400 ** position or not: if it is not, move colliding node to an empty place and 401 ** put new key in its main position; otherwise (colliding node is in its main 422 if (othern != mp) { /* is colliding node out of its main position? */ in luaH_newkey() 423 /* yes; move colliding node into free position */ in luaH_newkey() 426 *n = *mp; /* copy colliding node into free pos. (mp->next also goes) */ in luaH_newkey() 430 else { /* colliding node is in its own main position */ in luaH_newkey()
|
/freebsd/contrib/lua/src/ |
H A D | ltable.c | 22 ** to it), then the colliding element is in its own main position. 660 ** position is free. If not, check whether colliding node is in its main 661 ** position or not: if it is not, move colliding node to an empty place and 662 ** put new key in its main position; otherwise (colliding node is in its main 694 if (othern != mp) { /* is colliding node out of its main position? */ in luaH_newkey() 695 /* yes; move colliding node into free position */ in luaH_newkey() 699 *f = *mp; /* copy colliding node into free pos. (mp->next also goes) */ in luaH_newkey() 706 else { /* colliding node is in its own main position */ in luaH_newkey()
|
H A D | lobject.h | 696 ** plus a 'next' field to link colliding entries. The distribution
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | qcom,ath11k-pci.yaml | 28 with colliding bus and device ids
|
H A D | qcom,ath10k.yaml | 99 for designs with colliding bus and device specific ids
|
H A D | qcom,ath11k.yaml | 48 board-2.bin for designs with colliding bus and device specific ids
|
/freebsd/share/examples/printing/ |
H A D | hpdf | 35 # Make sure we are not colliding with any existing files.
|
/freebsd/share/doc/papers/relengr/ |
H A D | 2.t | 77 when they are colliding with other ongoing projects.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
H A D | mixed_create_failure.ksh | 132 log_pass "Mixed mode FS: Ops on large number of colliding names fail gracefully"
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | error-dump.h | 244 /* Use bit 31 as dump info type to avoid colliding with region types */ 247 /* Use bit 31 and bit 24 as dump name type to avoid colliding with region types */
|
/freebsd/share/man/man3/ |
H A D | arb.3 | 471 return a pointer to the element with the colliding key.
|
H A D | tree.3 | 788 return a pointer to the element with the colliding key.
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_kevents.h | 319 * identifiers that avoid colliding with the Solaris identifier space. 388 * event identifiers in a higher range in order to avoid colliding with
|
/freebsd/sys/bsm/ |
H A D | audit_kevents.h | 321 * identifiers that avoid colliding with the Solaris identifier space. 390 * event identifiers in a higher range in order to avoid colliding with
|
/freebsd/contrib/sendmail/src/ |
H A D | ratectrl.c | 341 ** Note: this purges the history of a colliding entry,
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 1492 * Return TRUE if the given request is colliding with a in-progress 1526 * Return TRUE if the given sync request is colliding with a in-progress regular 1762 * Delay the request if it is colliding with a regular request. in g_raid3_sync_request() 1842 * Delay the request if it is colliding with a synchronization in g_raid3_register_request() 2291 * Delay the request if it is colliding with a regular request. in g_raid3_sync_start()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror.c | 1225 * Return true if the given request is colliding with a in-progress 1257 * Return true if the given sync request is colliding with a in-progress regular 1477 * Delay the request if it is colliding with a regular request. in g_mirror_sync_request() 1750 * Delay the request if it is colliding with a synchronization in g_mirror_register_request() 2189 * Delay the request if it is colliding with a regular request. in g_mirror_sync_start()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2002 | 650 rename functions DES_* to krb5_* to avoid colliding with modern
|
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 769 SCTPDBG(SCTP_DEBUG_INPUT2, "Received Colliding state, ABORT flags:%x\n", in sctp_handle_abort() 1105 SCTPDBG(SCTP_DEBUG_INPUT2, "Received Colliding state, ERROR flags: %x\n", in sctp_handle_error() 1562 * a ABORT(colliding state) if we are established. in sctp_process_cookie_existing() 1576 * Now we have colliding state. We must send an abort here in sctp_process_cookie_existing() 1577 * with colliding state indication. in sctp_process_cookie_existing() 2505 * means we are in a colliding case and we in sctp_handle_cookie_echo()
|
/freebsd/usr.sbin/makefs/ |
H A D | cd9660.c | 977 cd9660_handle_collisions(iso9660_disk *diskStructure, cd9660node *colliding, in cd9660_handle_collisions() argument 988 for (iter = TAILQ_FIRST(&colliding->cn_children); in cd9660_handle_collisions()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_dir.c | 799 * - if the number of entries with the same hash (aka. colliding entries)
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.h | 159 * time. To avoid colliding with a DMA write from the sequencer,
|
/freebsd/contrib/libpcap/ |
H A D | pcap-common.c | 1358 * either matching range, but not colliding with anything in dlt_to_linktype()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_micro.c | 470 * Check if the current entry keeps the colliding entries under the fatzap leaf
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 157 * counter and possibly serialized on colliding bucket or vnode locks.
|