| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_deadlist.c | 165 for (zap_cursor_init(&zc, dl->dl_os, dl->dl_object); in dsl_deadlist_load_tree() 224 for (zap_cursor_init(&zc, dl->dl_os, dl->dl_object); in dsl_deadlist_load_cache() 306 dl->dl_os = os; in dsl_deadlist_open() 308 VERIFY0(dmu_bonus_hold(os, object, dl, &dl->dl_dbuf)); in dsl_deadlist_open() 311 dmu_buf_rele(dl->dl_dbuf, dl); in dsl_deadlist_open() 319 dl->dl_phys = dl->dl_dbuf->db_data; in dsl_deadlist_open() 363 dmu_buf_rele(dl->dl_dbuf, dl); in dsl_deadlist_close() 418 VERIFY0(zap_update_int_key(dl->dl_os, dl->dl_object, in dle_enqueue() 436 VERIFY0(zap_update_int_key(dl->dl_os, dl->dl_object, in dle_enqueue_subobj() 522 VERIFY0(zap_add_int_key(dl->dl_os, dl->dl_object, in dsl_deadlist_add_key() [all …]
|
| H A D | dbuf.c | 1559 (dr->dt.dl.dr_data != in dbuf_fix_old_data() 1579 dr->dt.dl.dr_data = buf; in dbuf_fix_old_data() 1927 dr->dt.dl.dr_data = buf; in dbuf_new_size() 2554 struct dirty_leaf *dl; in dbuf_override_impl() local 2559 dl = &dr->dt.dl; in dbuf_override_impl() 2560 dl->dr_overridden_by = *bp; in dbuf_override_impl() 2600 struct dirty_leaf *dl; in dmu_buf_write_embedded() local 2620 dl = &dr->dt.dl; in dmu_buf_write_embedded() 2710 dr->dt.dl.dr_data = buf; in dbuf_assign_arcbuf() 3955 dr->dt.dl.dr_salt, dr->dt.dl.dr_iv, dr->dt.dl.dr_mac); in dbuf_prepare_encrypted_dnode_leaf() [all …]
|
| H A D | dmu.c | 1541 if (dr->dt.dl.dr_nopwrite) { in dmu_sync_done() 1552 dr->dt.dl.dr_overridden_by = *zio->io_bp; in dmu_sync_done() 1553 dr->dt.dl.dr_override_state = DR_OVERRIDDEN; in dmu_sync_done() 1554 dr->dt.dl.dr_copies = zio->io_prop.zp_copies; in dmu_sync_done() 1566 if (BP_IS_HOLE(&dr->dt.dl.dr_overridden_by) && in dmu_sync_done() 1567 dr->dt.dl.dr_overridden_by.blk_birth == 0) in dmu_sync_done() 1568 BP_ZERO(&dr->dt.dl.dr_overridden_by); in dmu_sync_done() 1570 dr->dt.dl.dr_override_state = DR_NOT_OVERRIDDEN; in dmu_sync_done() 1809 if (dr->dt.dl.dr_override_state == DR_IN_DMU_SYNC || in dmu_sync() 1810 dr->dt.dl.dr_override_state == DR_OVERRIDDEN) { in dmu_sync() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dsl_deadlist.h | 93 void dsl_deadlist_close(dsl_deadlist_t *dl); 97 void dsl_deadlist_insert(dsl_deadlist_t *dl, const blkptr_t *bp, 103 void dsl_deadlist_remove_entry(dsl_deadlist_t *dl, uint64_t mintxg, 105 dsl_deadlist_entry_t *dsl_deadlist_first(dsl_deadlist_t *dl); 106 dsl_deadlist_entry_t *dsl_deadlist_last(dsl_deadlist_t *dl); 107 uint64_t dsl_deadlist_clone(dsl_deadlist_t *dl, uint64_t maxtxg, 109 void dsl_deadlist_space(dsl_deadlist_t *dl, 111 void dsl_deadlist_space_range(dsl_deadlist_t *dl, 114 void dsl_deadlist_merge(dsl_deadlist_t *dl, uint64_t obj, dmu_tx_t *tx); 117 boolean_t dsl_deadlist_is_open(dsl_deadlist_t *dl); [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 147 zfs_dirlock_t *dl; in zfs_dirent_lock() local 252 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next) { in zfs_dirent_lock() 263 if (dl == NULL) { in zfs_dirent_lock() 298 dl->dl_namesize = strlen(dl->dl_name) + 1; in zfs_dirent_lock() 300 bcopy(dl->dl_name, name, dl->dl_namesize); in zfs_dirent_lock() 337 *dlpp = dl; in zfs_dirent_lock() 369 kmem_free(dl->dl_name, dl->dl_namesize); in zfs_dirent_unlock() 371 kmem_free(dl, sizeof (*dl)); in zfs_dirent_unlock() 596 zfs_dirlock_t dl; in zfs_purgedir() local 628 bzero(&dl, sizeof (dl)); in zfs_purgedir() [all …]
|
| H A D | zfs_vnops_os.c | 557 zfs_dirlock_t *dl; in zfs_create() local 609 dl = NULL; in zfs_create() 766 if (dl) { in zfs_create() 768 dl = NULL; in zfs_create() 775 if (dl) in zfs_create() 944 zfs_dirlock_t *dl; in zfs_remove() local 1180 zfs_dirlock_t *dl; in zfs_mkdir() local 1369 zfs_dirlock_t *dl; in zfs_rmdir() local 1717 zfs_dirlock_t *dl; in zfs_setattr_dir() local 3037 zfs_dirlock_t *dl; in zfs_symlink() local [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe51_pack.S | 117 movb %dl,7(%rdi) 121 movb %dl,8(%rdi) 125 movb %dl,9(%rdi) 129 movb %dl,10(%rdi) 133 movb %dl,11(%rdi) 144 movb %dl,13(%rdi) 148 movb %dl,14(%rdi) 152 movb %dl,15(%rdi) 156 movb %dl,16(%rdi) 160 movb %dl,17(%rdi) [all …]
|
| /f-stack/freebsd/crypto/openssl/amd64/ |
| H A D | rc4-x86_64.S | 55 addb %dl,%al 75 addb %al,%dl 83 addb %bl,%dl 91 addb %al,%dl 99 addb %bl,%dl 107 addb %al,%dl 115 addb %bl,%dl 123 addb %al,%dl 132 addb %bl,%dl 160 addb %dl,%al [all …]
|
| H A D | rc4-md5-x86_64.S | 74 addb %dl,%al 93 addb %dl,%bl 111 addb %dl,%al 129 addb %dl,%bl 147 addb %dl,%al 165 addb %dl,%bl 183 addb %dl,%al 201 addb %dl,%bl 219 addb %dl,%al 237 addb %dl,%bl [all …]
|
| H A D | ghash-x86_64.S | 150 movb %al,%dl 155 shlb $4,%dl 166 shlb $4,%dl 178 shlb $4,%dl 190 shlb $4,%dl 202 shlb $4,%dl 214 shlb $4,%dl 226 shlb $4,%dl 238 shlb $4,%dl 250 shlb $4,%dl [all …]
|
| /f-stack/freebsd/crypto/openssl/i386/ |
| H A D | rc4-586.S | 54 movzbl %dl,%edx 69 movzbl %dl,%edx 83 movzbl %dl,%edx 95 movzbl %dl,%edx 107 movzbl %dl,%edx 161 movb %dl,%bl 251 addb %cl,%dl 305 addb %al,%dl 328 addb %al,%dl 539 movb %dl,%bl [all …]
|
| H A D | ghash-x86.S | 226 movb %dl,%cl 573 movb %dl,%al 583 movb %dl,%al 599 movb %dl,%al 617 movb %dl,%al 637 movb %dl,%al 656 movb %dl,%al 675 movb %dl,%al 694 movb %dl,%al 714 movb %dl,%al [all …]
|
| H A D | des-586.S | 23 movb %dl,%bl 52 movb %dl,%bl 81 movb %dl,%bl 110 movb %dl,%bl 139 movb %dl,%bl 168 movb %dl,%bl 197 movb %dl,%bl 226 movb %dl,%bl 255 movb %dl,%bl 284 movb %dl,%bl [all …]
|
| H A D | crypt586.S | 57 movb %dl,%bl 107 movb %dl,%bl 157 movb %dl,%bl 207 movb %dl,%bl 257 movb %dl,%bl 307 movb %dl,%bl 357 movb %dl,%bl 407 movb %dl,%bl 457 movb %dl,%bl 507 movb %dl,%bl [all …]
|
| H A D | x86cpuid.S | 327 movb (%esi),%dl 329 xorb (%edi),%dl 331 orb %dl,%al 436 setne %dl 481 movb %dl,(%edi) 524 movb %dl,(%edi) 856 movb (%esi),%dl 858 xorb (%edi),%dl 860 orb %dl,%al 959 setne %dl [all …]
|
| H A D | cmll-x86.S | 176 movzbl %dl,%esi 190 movzbl %dl,%esi 236 movzbl %dl,%esi 250 movzbl %dl,%esi 296 movzbl %dl,%esi 310 movzbl %dl,%esi 524 movzbl %dl,%esi 538 movzbl %dl,%esi 584 movzbl %dl,%esi 598 movzbl %dl,%esi [all …]
|
| /f-stack/tools/compat/ |
| H A D | getifaddrs.c | 97 struct sockaddr_dl *dl; in getifaddrs() local 151 dl = (struct sockaddr_dl *)IF_MSGHDRL_RTA(ifm); in getifaddrs() 152 dcnt += SA_RLEN((struct sockaddr *)(void*)dl) + in getifaddrs() 154 ncnt += dl->sdl_nlen + 1; in getifaddrs() 235 dl = (struct sockaddr_dl *)IF_MSGHDRL_RTA(ifm); in getifaddrs() 240 memcpy(names, dl->sdl_data, (size_t)dl->sdl_nlen); in getifaddrs() 241 names[dl->sdl_nlen] = 0; in getifaddrs() 242 names += dl->sdl_nlen + 1; in getifaddrs() 245 memcpy(data, dl, (size_t)SA_LEN((struct sockaddr *) in getifaddrs() 246 (void *)dl)); in getifaddrs() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 1118 dl = malloc(sizeof *dl, M_BUS, M_NOWAIT|M_ZERO); in devclass_add_driver() 1119 if (!dl) in devclass_add_driver() 1271 if (!dl) { in devclass_delete_driver() 1328 if (!dl) { in devclass_quiesce_driver() 1370 return (dl); in devclass_find_driver_internal() 2058 for (dl = TAILQ_NEXT(last, link); dl; dl = TAILQ_NEXT(dl, link)) in next_matching_driver() 2060 return (dl); in next_matching_driver() 2093 dl; in device_probe_child() 2094 dl = next_matching_driver(dc, child, dl)) { in device_probe_child() 2138 best = dl; in device_probe_child() [all …]
|
| /f-stack/freebsd/crypto/des/arch/i386/ |
| H A D | des_enc.S | 136 movb %dl, %bl 173 movb %dl, %bl 210 movb %dl, %bl 247 movb %dl, %bl 284 movb %dl, %bl 321 movb %dl, %bl 358 movb %dl, %bl 395 movb %dl, %bl 432 movb %dl, %bl 469 movb %dl, %bl [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aes_amd64.S | 216 #define rdxb dl 367 movzx %dl, %esi; \ 372 movzx %dl, %esi; \ 421 movzx %dl, %esi; \ 426 movzx %dl, %esi; \ 490 movzx %dl, %esi; \ 498 movzx %dl, %esi; \ 545 movzx %dl, %esi; \ 550 movzx %dl, %esi; \ 599 movzx %dl, %esi; \ [all …]
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 498 int len, dl, sp; in ccmp_encrypt() local 511 dl = data_len; in ccmp_encrypt() 515 len = min(dl, AES_BLOCK_LEN); in ccmp_encrypt() 531 sp += n->m_len, dl -= n->m_len; in ccmp_encrypt() 540 dl = data_len; in ccmp_encrypt() 544 len = min(dl, AES_BLOCK_LEN); in ccmp_encrypt() 551 sp += m->m_len, dl -= m->m_len; in ccmp_encrypt()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.h | 76 } dl; member 81 #define Dad dl.dad 82 #define Len dl.len
|
| /f-stack/freebsd/net/ |
| H A D | if_llatbl.c | 681 struct sockaddr_dl *dl = in lla_rt_output() local 693 if (dl == NULL || dl->sdl_family != AF_LINK) in lla_rt_output() 697 ifp = ifnet_byindex(dl->sdl_index); in lla_rt_output() 700 __func__, dl->sdl_index); in lla_rt_output() 728 if (lltable_calc_llheader(ifp, dst->sa_family, LLADDR(dl), in lla_rt_output() 777 (u_char *)LLADDR(dl)); in lla_rt_output()
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | replication.tcl | 186 foreach dl {no yes} { 189 $master config set repl-diskless-sync $dl 204 test "Connect multiple replicas at the same time (issue #141), diskless=$dl" {
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6dl-dfi-fs700-m60.dts | 16 compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
|