/openbmc/u-boot/include/zfs/ |
H A D | dmu.h | 24 DMU_OT_OBJECT_DIRECTORY, /* ZAP */ 40 DMU_OT_DSL_DIR_CHILD_MAP, /* ZAP */ 41 DMU_OT_DSL_DS_SNAP_MAP, /* ZAP */ 42 DMU_OT_DSL_PROPS, /* ZAP */ 48 DMU_OT_DIRECTORY_CONTENTS, /* ZAP */ 49 DMU_OT_MASTER_NODE, /* ZAP */ 50 DMU_OT_UNLINKED_SET, /* ZAP */ 53 DMU_OT_ZVOL_PROP, /* ZAP */ 57 DMU_OT_ZAP_OTHER, /* ZAP */ 59 DMU_OT_ERROR_LOG, /* ZAP */ [all …]
|
H A D | zap_impl.h | 37 * The (fat) zap is stored in one object. It is an array of 57 #define ZAP_EMBEDDED_PTRTBL_SHIFT(zap) (FZAP_BLOCK_SHIFT(zap) - 3 - 1) argument 62 * word number (1<<ZAP_EMBEDDED_PTRTBL_SHIFT(zap)). 64 #define ZAP_EMBEDDED_PTRTBL_ENT(zap, idx) \ argument 65 ((uint64_t *)(zap)->zap_f.zap_phys) \ 66 [(idx) + (1<<ZAP_EMBEDDED_PTRTBL_SHIFT(zap))]
|
H A D | zap_leaf.h | 46 /* above is accessable to zap, below is zap_leaf private */ 54 * ZAP_LEAF_HASH_NUMENTRIES(zap) entries. The hash table is 55 * followed by an array of ZAP_LEAF_NUMCHUNKS(zap)
|
H A D | dsl_dataset.h | 19 uint64_t ds_snapnames_zapobj; /* zap obj of snaps; ==0 for snaps */
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | zoned | 89 $QEMU_IO $IMG -c "zap -p 0 0x1000 0x2000" 92 $QEMU_IO $IMG -c "zap -p 0 0x1000 0x2000" 95 $QEMU_IO $IMG -c "zap -p 268435456 0x1000 0x2000" 98 $QEMU_IO $IMG -c "zap -p 268435456 0x1000 0x2000"
|
H A D | zoned.out | 57 After zap done, the append sector is 0x0 60 After zap done, the append sector is 0x18 63 After zap done, the append sector is 0x80000 66 After zap done, the append sector is 0x80018
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs.c | 86 * FAT ZAP data structures 811 * Given a zap_leaf_phys_t, walk thru the zap leaf chunks to get the 877 /* Verify if this is a fat zap header block */ 879 zap_verify(zap_phys_t *zap) in zap_verify() argument 881 if (zap->zap_magic != (uint64_t) ZAP_MAGIC) { in zap_verify() 882 printf("bad ZAP magic\n"); in zap_verify() 886 if (zap->zap_flags != 0) { in zap_verify() 887 printf("bad ZAP flags\n"); in zap_verify() 891 if (zap->zap_salt == 0) { in zap_verify() 892 printf("bad ZAP salt\n"); in zap_verify() [all …]
|
/openbmc/linux/security/keys/ |
H A D | user_defined.c | 103 struct user_key_payload *zap = NULL; in user_update() local 114 zap = dereference_key_locked(key); in user_update() 118 if (zap) in user_update() 119 call_rcu(&zap->rcu, user_free_payload_rcu); in user_update()
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | vidtv.rst | 388 Using dvb-zap 391 dvbv5-zap is a command line tool that can be used to record MPEG-TS to disk. The 395 $ dvbv5-zap -c dvb_channel.conf "beethoven" -o music.ts -P -t 10 422 $ dvbv5-zap -c dvb_channel.conf "beethoven" -P -r & 428 For more information on dvb-zap check its online documentation here: 429 `dvb-zap Documentation 430 <https://www.linuxtv.org/wiki/index.php/Dvbv5-zap>`_. 431 See also: `zap <https://www.linuxtv.org/wiki/index.php/Zap>`_.
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | qts-filter.sh | 43 # Retrieve the scan chain config and zap the ad-hoc length encoding 79 # Retrieve the pinmux config and zap the ad-hoc length encoding 115 # Retrieve the pll config and zap parenthesis 160 # Retrieve the sdram config, zap broken lines and zap parenthesis
|
/openbmc/linux/arch/alpha/lib/ |
H A D | strncpy.S | 40 zap $1, $4, $1 77 zap $1, $2, $1
|
H A D | strncat.S | 73 2: zap $1, $24, $1 79 zap $1, 1, $1
|
H A D | ev6-csum_ipv6_magic.S | 101 zap $19,0x3,$19 # U : <sign bits>bbaa0000 107 zap $4,0xa,$4 # U : U U L L : 0000000000CC00AA
|
/openbmc/linux/fs/afs/ |
H A D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 281 zap = rcu_access_pointer(vnode->permit_cache); in afs_cache_permit() 282 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit() 285 zap = replacement; in afs_cache_permit() 288 afs_put_permits(zap); in afs_cache_permit()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
H A D | CVE-2024-26458_CVE-2024-26461.patch | 100 - zap(plain.data, plain.length); 151 - zap(plain.data, plain.length); 155 zap(outbuf,bufsize);
|
/openbmc/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | gpu.yaml | 86 zap-shader: 91 points to reserved memory to store the zap shader that can be used to 339 zap-shader {
|
/openbmc/qemu/tests/tcg/alpha/system/ |
H A D | boot.S | 385 zap $24, 0xf0, $24 386 zap $25, 0xf0, $25 412 zap $24, 0xf0, $24 413 zap $25, 0xf0, $25
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 377 * task can zap/remove the SPTE as mmu_lock is held for in handle_removed_pt() 536 * SPTE. KVM should never attempt to zap or manipulate a REMOVED SPTE, in tdp_mmu_set_spte_atomic() 749 * split the zap into two passes. On the first pass, zap at the 1gb in tdp_mmu_zap_root() 750 * level, and then zap top-level SPs on the second pass. "1gb" is not in tdp_mmu_zap_root() 751 * arbitrary, as KVM must be able to zap a 1gb shadow page without in tdp_mmu_zap_root() 827 * Zap leaf SPTEs for the range of gfns, [start, end), for all roots. Returns 846 * Zap all roots, including invalid roots, as all SPTEs must be dropped in kvm_tdp_mmu_zap_all() 847 * before returning to the caller. Zap directly even if the root is in kvm_tdp_mmu_zap_all() 862 * Zap all invalidated roots to ensure all SPTEs are dropped before the "fast 863 * zap" completes. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/ |
H A D | dvb-apps_1.1.1.20140321.bb | 50 dvb-zap-data" 89 FILES:dvb-zap-data = "${docdir}/dvb-apps/szap"
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-lg-judyp.dts | 37 zap-shader {
|
H A D | msm8996-oneplus3t.dts | 32 zap-shader {
|
H A D | msm8996-oneplus3.dts | 31 zap-shader {
|
H A D | sdm845-lg-judyln.dts | 51 zap-shader {
|
/openbmc/linux/fs/pstore/ |
H A D | ram_core.c | 510 bool zap = !!(prz->flags & PRZ_FLAG_ZAP_OLD); in persistent_ram_post_init() local 530 zap = true; in persistent_ram_post_init() 540 zap = true; in persistent_ram_post_init() 544 if (zap) in persistent_ram_post_init()
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | swab.h | 23 * ZAP a0, 0xf3, a0 a0: 00000000DDCC0000 in __arch_swab32()
|