/openbmc/qemu/tests/qemu-iotests/ |
H A D | 142.out | 37 cache.direct=on on none0 38 Cache mode: writeback, direct 39 Cache mode: writeback, direct 40 Cache mode: writeback, direct 41 Cache mode: writeback, direct 42 Cache mode: writeback, direct 44 cache.direct=on on file 47 Cache mode: writeback, direct 51 cache.direct=on on backing 55 Cache mode: writeback, direct [all …]
|
H A D | 142 | 92 # cache.direct is supposed to be inherited by both bs->file and 95 printf "cache.direct=on on none0\n" 96 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot… 97 printf "\ncache.direct=on on file\n" 98 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]… 99 printf "\ncache.direct=on on backing\n" 100 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[… 101 printf "\ncache.direct=on on backing-file\n" 102 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.direct=on | grep -e "Cache" … 180 hmp_cmds='qemu-io none0 "reopen -o cache.direct=on" [all …]
|
H A D | 191.out | 151 "direct": false, 180 "direct": false, 222 "direct": false, 251 "direct": false, 293 "direct": false, 322 "direct": false, 352 "direct": false, 381 "direct": false, 566 "direct": false, 595 "direct": false, [all …]
|
H A D | 253 | 57 "driver=$IMGFMT,file.driver=file,file.filename=$TEST_IMG,cache.direct=on" \ 63 "driver=$IMGFMT,file.driver=file,file.filename=$TEST_IMG,cache.direct=on" \ 72 "driver=$IMGFMT,file.driver=file,file.filename=$TEST_IMG,cache.direct=on" \ 80 "driver=$IMGFMT,file.driver=file,file.filename=$TEST_IMG,cache.direct=on" \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 34 -int mh_select (struct direct *name); 36 +int mh_select (const struct direct *name); 45 -int mh_select (struct direct *name) 46 +int mh_select (const struct direct *name) 50 @@ -1209,7 +1209,7 @@ int mh_select (struct direct *name) 57 return atoi ((*(struct direct **) d1)->d_name) - 58 atoi ((*(struct direct **) d2)->d_name); 67 -int mix_rselect (struct direct *name); 68 +int mix_rselect (const struct direct *name); 76 -int mix_select (struct direct *name); [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch | 14 lib/direct/os/linux/glibc/system.c | 8 ++++++-- 17 diff --git a/lib/direct/os/linux/glibc/system.c b/lib/direct/os/linux/glibc/system.c 19 --- a/lib/direct/os/linux/glibc/system.c 20 +++ b/lib/direct/os/linux/glibc/system.c 30 #include <direct/system.h> 31 #include <direct/util.h> 37 D_LOG_DOMAIN( Direct_Futex, "Direct/Futex", "Direct Futex" ); 38 D_LOG_DOMAIN( Direct_Trap, "Direct/Trap", "Direct Trap" );
|
H A D | 0001-libdirect-remove-use-of-keyword-register.patch | 18 lib/direct/util.h | 4 ++-- 21 diff --git a/lib/direct/util.h b/lib/direct/util.h 23 --- a/lib/direct/util.h 24 +++ b/lib/direct/util.h
|
H A D | 0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch | 4 Subject: [PATCH] gfx,direct: Aboid usng VLAs and printf formats 16 lib/direct/util.h | 2 +- 20 diff --git a/lib/direct/util.h b/lib/direct/util.h 22 --- a/lib/direct/util.h 23 +++ b/lib/direct/util.h
|
H A D | union-sigval.patch | 8 diff -Naur DirectFB-1.7.6.orig/lib/direct/os/linux/glibc/system.c DirectFB-1.7.6/lib/direct/os/linu… 9 --- DirectFB-1.7.6.orig/lib/direct/os/linux/glibc/system.c 2014-07-15 02:54:58.000000000 -0400 10 +++ DirectFB-1.7.6/lib/direct/os/linux/glibc/system.c 2015-07-18 16:55:35.077989166 -0400
|
H A D | use-PTHREAD_MUTEX_RECURSIVE.patch | 6 Index: DirectFB-1.7.7/lib/direct/os/linux/glibc/mutex.h 8 --- DirectFB-1.7.7.orig/lib/direct/os/linux/glibc/mutex.h 9 +++ DirectFB-1.7.7/lib/direct/os/linux/glibc/mutex.h 18 Index: DirectFB-1.7.7/lib/direct/trace.c 20 --- DirectFB-1.7.7.orig/lib/direct/trace.c 21 +++ DirectFB-1.7.7/lib/direct/trace.c
|
/openbmc/u-boot/board/keymile/kmp204x/ |
H A D | qrio.c | 46 u32 direct, mask; in qrio_gpio_direction_output() local 52 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_output() 53 direct |= mask; in qrio_gpio_direction_output() 54 out_be32(qrio_base + port_off + DIRECT_OFF, direct); in qrio_gpio_direction_output() 61 u32 direct, mask; in qrio_gpio_direction_input() local 67 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_input() 68 direct &= ~mask; in qrio_gpio_direction_input() 69 out_be32(qrio_base + port_off + DIRECT_OFF, direct); in qrio_gpio_direction_input() 74 u32 direct, mask; in qrio_set_opendrain_gpio() local 80 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_set_opendrain_gpio() [all …]
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | features.h | 29 * update them via direct writes. 35 * tables, and can update them via direct writes. 101 * A direct-mapped (or 1:1 mapped) domain is a domain for which its 102 * local pages have gfn == mfn. If a domain is direct-mapped, 107 * - not auto_translated domains (x86 only) are always direct-mapped 108 * - on x86, auto_translated domains are not direct-mapped 109 * - on ARM, Dom0 is direct-mapped, DomUs are not
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/ |
H A D | vrm@5e.conf | 8 # READ_VIN is direct value*100 19 # READ_VOUT is direct value*5.02 30 # READ_Iin is direct value*0.5
|
H A D | vrm@5d.conf | 8 # READ_VIN is direct value*100 19 # READ_VOUT is direct value*5.02 30 # READ_Iin is direct value*0.5
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | base-cycle-direct.err | 1 base-cycle-direct.json: In struct 'Loopy': 2 base-cycle-direct.json:2: object Loopy contains itself
|
/openbmc/u-boot/doc/device-tree-bindings/mtd/ |
H A D | mtd-physmap.txt | 19 - no-unaligned-direct-access: boolean to disable the default direct 21 On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause 24 By defining "no-unaligned-direct-access", the flash will not be
|
/openbmc/qemu/tests/qemu-iotests/sample_images/ |
H A D | parallels-with-bitmap.sh | 42 dd if=/dev/zero of=$dev bs=64K seek=5 count=2 oflag=direct 43 dd if=/dev/zero of=$dev bs=64K seek=30 count=1 oflag=direct 44 dd if=/dev/zero of=$dev bs=64K seek=10 count=3 oflag=direct
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | control.hpp | 48 Direct, enumerator 90 {ImplementationType::Direct, "Direct"},
|
/openbmc/qemu/docs/system/ |
H A D | replay.rst | 39 -drive file=disk.qcow2,if=none,snapshot,id=img-direct \\ 40 -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay \\ 50 -drive file=disk.qcow2,if=none,snapshot,id=img-direct \\ 51 -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay \\ 106 -drive file=disk.qcow2,if=none,snapshot,id=img-direct 107 -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay 137 -drive file=disk.ovl,if=none,id=img-direct 138 -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@88000/ |
H A D | adm1272@10.conf | 24 # READ_Iout is direct value*0.92 34 # READ_Pout is direct value*0.92
|
/openbmc/qemu/hw/arm/ |
H A D | stm32l4x5_soc.c | 61 67, /* OTG_FS_WKUP, Direct */ 66 31, /* I2C1 wakeup, Direct */ 67 33, /* I2C2 wakeup, Direct */ 68 72, /* I2C3 wakeup, Direct */ 69 37, /* USART1 wakeup, Direct */ 70 38, /* USART2 wakeup, Direct */ 71 39, /* USART3 wakeup, Direct */ 72 52, /* UART4 wakeup, Direct */ 73 53, /* UART4 wakeup, Direct */ 74 70, /* LPUART1 wakeup, Direct */ [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | omap_clk.c | 344 /* Direct from ULPD, no real parent */ 352 /* Direct from ULPD, no real parent */ 360 /* Direct from ULPD, no real parent */ 369 /* Direct from ULPD, no real parent */ 377 /* Direct from ULPD, no real parent */ 386 /* Direct from ULPD, no parent */ 393 /* Direct from ULPD, no parent */ 400 /* Direct from ULPD, no parent */ 416 /* Direct from ULPD, no parent. May be enabled by ext hardware. */ 435 /* Direct from ULPD, no parent. May be enabled by ext hardware. */ [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 170 self.resultdir, "%s-*.direct" % wksname)) 201 out = glob(os.path.join(self.resultdir, "%s-*.direct" % wksname)) 222 self.assertEqual(1, len(glob(os.path.join (self.resultdir, "wictestdisk-*.direct")))) 229 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "directdisk-*.direct")))) 242 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "HYBRID_ISO_IMG-*.direct")))) 250 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "qemux86-directdisk-*direct")))) 257 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "mkefidisk-*direct")))) 268 …elf.assertEqual(1, len(glob(os.path.join(self.resultdir, "directdisk-bootloader-config-*direct")))) 279 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "systemd-bootdisk-*direct")))) 288 images = glob(os.path.join(self.resultdir, "mkefidisk-*.direct")) [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | pmbus_utils.cpp | 38 format = VoutDataFormat::direct; in parseVoutMode() 87 case VoutDataFormat::direct: in toString() 88 returnValue = "direct"; in toString()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | branch.idef | 31 Q6INSN(J2_jump,"jump #r22:2",ATTRIBS(A_JDIR), "direct unconditional jump", 46 OLDCOND_JUMP(J2_jump,"jump","#r15:2",ATTRIBS(A_CJOLDDIR),"direct conditional jump", 58 NEWCOND_JUMP(J2_jump,"jump","#r15:2",ATTRIBS(A_CJNEWDIR,A_ARCHV2),"direct conditional jump", 73 Q6INSN(J2_jumprz,"if (Rs32!=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional ju… 76 Q6INSN(J2_jumprnz,"if (Rs32==#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j… 79 Q6INSN(J2_jumprzpt,"if (Rs32!=#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j… 82 Q6INSN(J2_jumprnzpt,"if (Rs32==#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional … 85 Q6INSN(J2_jumprgtez,"if (Rs32>=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional… 88 Q6INSN(J2_jumprgtezpt,"if (Rs32>=#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditiona… 91 Q6INSN(J2_jumprltez,"if (Rs32<=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional… [all …]
|