Searched refs:zap (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deadlist.c31 #include <sys/zap.h>
H A Ddsl_deleg.c27 * DSL permissions are stored in a two level zap attribute
58 * Each of the above entities points to another zap attribute that contains one
78 #include <sys/zap.h>
401 * is lookup up in the zap object the base object points to.
H A Ddsl_userhold.c37 #include <sys/zap.h>
146 * the userrefs zap object.
H A Dspa_history.c31 #include <sys/zap.h>
H A Dvdev_initialize.c33 #include <sys/zap.h>
H A Dzcp_get.c33 #include <sys/zap.h>
145 * Look up a user defined property in the zap object. If it exists, push it
508 * Look up a property and its source in the zap object. If the value is
616 /* If we were unable to find it, look in the zap object */
H A Dzfs_fuid.c28 #include <sys/zap.h>
H A Dvdev.c48 #include <sys/zap.h>
320 * String origin is either the per-vdev zap or zpool(1M).
2825 uint64_t zap = zap_create(spa->spa_meta_objset, DMU_OTN_ZAP_METADATA, local
2828 ASSERT(zap != 0);
2830 zap, tx));
2832 return (zap);
3045 * On spa_load path, grab the allocation bias from our zap
H A Ddsl_destroy.c40 #include <sys/zap.h>
H A Ddsl_prop.c36 #include <sys/zap.h>
H A Dzfs_ctldir.c79 #include <sys/zap.h>
H A Dddt.c32 #include <sys/zap.h>
H A Ddsl_pool.c40 #include <sys/zap.h>
1147 * Walk through the pool-wide zap object of temporary snapshot user holds
1189 * Create the pool-wide zap object for storing temporary snapshot holds.
1217 * zap object for temporary holds might not exist yet.
H A Dvdev_indirect.c33 #include <sys/zap.h>
H A Dvdev_label.c143 #include <sys/zap.h>
H A Dzfs_ioctl.c164 #include <sys/zap.h>
2352 * zc_cookie zap cursor
2358 * zc_cookie zap cursor
2410 * zc_cookie zap cursor
5293 * zc_cookie zap cursor
5299 * zc_cookie zap cursor
5633 zap_attribute_t zap; local
5638 (error = zap_cursor_retrieve(&zc, &zap)) == 0;
5640 if ((error = VOP_REMOVE(ZTOV(dzp), zap.za_name, kcred,
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S172 str sp,[r4],#4 @ zap tp
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1248 zfs_handle_t *const *zap = arga; local
1249 zfs_handle_t *za = *zap;
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c749 int zap)
813 if (!zap) {
748 mlx5_ib_update_mtt(struct mlx5_ib_mr *mr, u64 start_page_index, int npages, int zap) argument
H A Dmlx5_ib.h841 int npages, int zap);
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl914 stx %g0, [$tp] ! zap
1166 stx %g0, [$tp] ! zap
H A Dsparcv9-mont.pl288 st %g0,[$tp+%o7] ! zap tp
H A Dppc64-mont.pl1521 std $i,8($nap_d) ; zap nap_d
1537 stdx $i,$tp,$i ; zap tp at once
1592 std $i,8($nap_d) ; zap nap_d
1616 std $i,8($tp) ; zap tp at once
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl604 adc $ap,xzr,xzr // zap $ap
631 sbc $ap,xzr,xzr // zap $ap
658 sbc $ap,xzr,xzr // zap $ap
683 adc $ap,xzr,xzr // zap $ap
/freebsd-12-stable/sys/kern/
H A Dvfs_cache.c92 SDT_PROBE_DEFINE3(vfs, namecache, zap, done, "struct vnode *", "char *",
865 SDT_PROBE3(vfs, namecache, zap, done, ncp->nc_dvp,

Completed in 326 milliseconds

123