/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_erl0.h | 15 extern void iscsit_handle_time2retain_timeout(struct timer_list *t);
|
/openbmc/qemu/docs/devel/migration/ |
H A D | main.rst | 43 passed to QEMU. QEMU doesn't care how this file descriptor is opened. 68 this isn't really visible outside the RAM migration code. 114 VMs that the administrator doesn't directly control. 253 don't understand, we just fail the migration. If we understand all 256 can (with care) load a stream from an older QEMU that didn't send 274 fall back on default behaviour when the subsection isn't present. 326 not enabled, the values on that fields are garbage and don't need to 346 for 'foo' to be used if the subsection isn't loaded. 414 and thus can't be loaded by any older QEMU. 449 data doesn't match the stored device data well; it allows an [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 2108 TCGv_i32 t = tcg_temp_new_i32(); in gen_set_hflag() local 2110 tcg_gen_ori_i32(t, t, mask); in gen_set_hflag() 2119 TCGv_i32 t = tcg_temp_new_i32(); in gen_reset_hflag() local 2121 tcg_gen_andi_i32(t, t, ~mask); in gen_reset_hflag() 2129 TCGv t = tcg_temp_new(); in gen_set_eflags() local 2132 tcg_gen_ori_tl(t, t, mask); in gen_set_eflags() 2138 TCGv t = tcg_temp_new(); in gen_reset_eflags() local 2141 tcg_gen_andi_tl(t, t, ~mask); in gen_reset_eflags() 2281 TCGv_i128 t = tcg_temp_new_i128(); in gen_ldo_env_A0() local 2293 TCGv_i128 t = tcg_temp_new_i128(); in gen_sto_env_A0() local [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1020utm-pc.dtsi | 131 by default. We can't put 'status = "disabled";' here 132 since U-Boot doesn't clear the status property when 134 when there isn't any. So, just comment it out.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ |
H A D | ssmtp-bug584162-fix.patch | 20 * Added a conditional so that header_parse() doesn't pass the empty 94 - case '\t': 96 - fields otherwise qmail won't accept our mail
|
/openbmc/u-boot/doc/ |
H A D | README.i2c | 32 sure that the other side doesn't want it also. A detailed explanation is best 45 6. Go back to 1 if things don't look wedged (wait time has expired) 60 wait for access to the bus assuming that the other side isn't using it.
|
H A D | README.multi-dtb-fit | 10 platforms don't use the SPL. In this case MULTI_DTB_FIT can used to provide 23 SPL that doesn't exactly match the board. There are howerver some cases 34 for platforms that don't provide a HEAP big enough to contain the uncompressed
|
/openbmc/linux/sound/firewire/fireworks/ |
H A D | fireworks_hwdep.c | 26 struct snd_efw_transaction *t; in hwdep_read_resp_buf() local 52 t = (struct snd_efw_transaction *)(pull_ptr); in hwdep_read_resp_buf() 53 length = be32_to_cpu(t->length) * sizeof(__be32); in hwdep_read_resp_buf()
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | dbus_timeline_vis.js | 269 titles.forEach((t) => { 270 if (t.header == true) { 271 t.merged_intervals.forEach((mi) => {
|
/openbmc/docs/designs/management-console/ |
H A D | Authorities_List_Management.md | 13 The current phosphor-certificate-manager doesn't have good support to manage 41 is an invalid certificate in the list, the service won't install any of the 91 existing codes. However, trust bundle isn't in BMCWeb, neither in Redfish
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | update-rc.d.bbclass | 63 … bb.fatal("%s inherits update-rc.d but doesn't set INITSCRIPT_NAME" % d.getVar('FILE', False)) 65 … bb.fatal("%s inherits update-rc.d but doesn't set INITSCRIPT_PARAMS" % d.getVar('FILE', False)) 118 # Check that this class isn't being inhibited (generally, by
|
/openbmc/qemu/scripts/ |
H A D | simpletrace.py | 97 t = fobj.read(8) 98 if len(t) == 0: 101 (rectype, ) = struct.unpack('=Q', t)
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | rc.yaml | 23 - rc-adstech-dvb-t-pci 57 - rc-dntv-live-dvb-t 117 - rc-pixelview-002t
|
/openbmc/linux/drivers/leds/ |
H A D | leds-el15203000.c | 159 int val, t; in is_cascade() local 168 t = inv ? ~val & GENMASK(4, 0) : val; in is_cascade() 171 pattern[i].brightness != t) in is_cascade()
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | Kconfig | 27 the device tree. Needn't select any other machine while 38 the device tree. Needn't select any other machine while 52 the device tree. Needn't select any other machine while
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ad5449.c | 105 struct spi_transfer t[] = { in ad5449_read() local 121 ret = spi_sync_transfer(st->spi, t, ARRAY_SIZE(t)); in ad5449_read()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ti-ads124s08.c | 200 struct spi_transfer t[] = { in ads124s_read() local 215 ret = spi_sync_transfer(priv->spi, t, ARRAY_SIZE(t)); in ads124s_read()
|
/openbmc/qemu/target/microblaze/ |
H A D | helper.c | 108 uint32_t t, msr = mb_cpu_read_msr(env); in mb_cpu_do_interrupt() local 206 t = (msr & (MSR_VM | MSR_UM)) << 1; in mb_cpu_do_interrupt() 208 msr |= t; in mb_cpu_do_interrupt()
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | ident-with-escape.json | 1 # we don't recognize any \ escapes other than \\ (tested elsewhere)
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .gitignore | 7 # We don't want to ignore the following even if they are dot-files
|
/openbmc/openbmc/meta-bytedance/recipes-core/systemd/ |
H A D | systemd-conf_%.bbappend | 10 -D -t ${D}${sysconfdir}/systemd
|
/openbmc/linux/Documentation/locking/ |
H A D | spinlocks.rst | 36 aren't sure). 88 time need to do any changes (even if you don't do it every time), you have 92 cases, so please don't add a new one without consensus. (Instead, see 121 The reasons you mustn't use these versions if you have interrupts that 138 on other CPU's, because an interrupt on another CPU doesn't interrupt the
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | scc.c | 527 u32 tag_count, t, t_valid; in scc_setup_dma() local 551 for (t = 1; t <= tag_count; t++) { in scc_setup_dma() 552 if (buffer_tag == buffer_tag_list[t]) { in scc_setup_dma()
|
/openbmc/linux/Documentation/input/ |
H A D | gameport-programming.rst | 8 If the gameport doesn't provide more than the inb()/outb() functionality, 28 space (is above 0x1000), use that one, and don't map the ISA mirror. 38 callback, so that it doesn't fail if some of the possible addresses are 46 isn't as easy as a basic IO one, but not so much complex:: 70 the driver doesn't have to measure them the old way - an ADC is built into
|
/openbmc/qemu/docs/system/devices/ |
H A D | ccid.rst | 59 certutil -S -d sql:$PWD -s "CN=Fake Smart Card CA" -x -t TC,TC,TC -n fake-smartcard-ca 60 certutil -S -d sql:$PWD -t ,, -s "CN=John Doe" -n id-cert -c fake-smartcard-ca 61 …certutil -S -d sql:$PWD -t ,, -s "CN=John Doe (signing)" --nsCertType smime -n signing-cert -c fak… 62 …certutil -S -d sql:$PWD -t ,, -s "CN=John Doe (encryption)" --nsCertType sslClient -n encryption-c… 76 certutil -A -d /etc/pki/nssdb -i fake-smartcard-ca.cer -t TC,TC,TC -n fake-smartcard-ca
|