/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/ |
H A D | libgpg-error_1.49.bb | 36 # we don't have common lisp in OE 46 install ${B}/tests/t-*[!\.o] ${D}${PTEST_PATH}
|
/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/ |
H A D | cdrtools-native_3.01.bb | 15 file://0001-Don-t-set-uid-gid-during-install.patch \ 25 # Stop failures when 'cc' can't be found
|
/openbmc/qemu/docs/ |
H A D | multiseat.txt | 73 Note on spice: Spice handles multihead just fine. But it can't do 75 agent. But qemu can't figure it, so it can't do input routing. 78 event source isn't included in the spice protocol, so the wire 87 fully updated for the new kernel though, i.e. the live iso doesn't cut
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd_base.bbclass | 95 bbnote "${PN}: group $groupname doesn't exist, not removing it" 112 bbnote "${PN}: user $username doesn't exist, not removing it" 131 bbwarn "${PN}: group $groupname doesn't exist, unable to modify it" 150 bbwarn "${PN}: user $username doesn't exist, unable to modify it" 169 bbnote "${PN}: user $username doesn't exist, not expiring its password"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | native.bbclass | 51 # native pkg doesn't need the TOOLCHAIN_OPTIONS. 54 # Don't build ptest natively 57 # Don't use site files for native builds 212 # built. Even if the output of this recipe doesn't change, a change in one of 222 # to this tasks outhash calculation. Unfortunately, don't know specifically
|
/openbmc/linux/Documentation/gpu/ |
H A D | automated_testing.rst | 10 Making sure that changes to the core or drivers don't introduce regressions can 12 be tested. Moreover, it isn't practical for each person interested in this 67 known to behave unreliably. These tests won't cause a job to fail regardless of 73 Lists the tests that won't be run for a given driver on a specific hardware 81 1. Create a Linux tree in https://gitlab.freedesktop.org/ if you don't have one
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.c | 284 unsigned long t = jiffies, timeout = t + wait; in nouveau_fence_wait_legacy() local 289 t = jiffies; in nouveau_fence_wait_legacy() 291 if (wait != MAX_SCHEDULE_TIMEOUT && time_after_eq(t, timeout)) { in nouveau_fence_wait_legacy() 311 return timeout - t; in nouveau_fence_wait_legacy()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vfp.decode | 187 VCVT_f32_f16 ---- 1110 1.11 0010 .... 1010 t:1 1.0 .... \ 189 VCVT_f64_f16 ---- 1110 1.11 0010 .... 1011 t:1 1.0 .... \ 194 VCVT_b16_f32 ---- 1110 1.11 0011 .... 1001 t:1 1.0 .... \ 196 VCVT_f16_f32 ---- 1110 1.11 0011 .... 1010 t:1 1.0 .... \ 198 VCVT_f16_f64 ---- 1110 1.11 0011 .... 1011 t:1 1.0 .... \
|
/openbmc/linux/tools/edid/ |
H A D | hex | 1 "\t" 8/1 "0x%02x, " "\n"
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | run-ptest | 2 { cd t && PERL_BUILD_PACKAGING=1 ./TEST || echo "FAIL: perl" ; } | sed -u -e 's|\(.*\) .* ok$|PASS:…
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | setox.S | 142 | ans := T + ( T*p + t) 143 | where T and t are the stored values for 2^(J/64). 144 | Notes: 2^(J/64) is stored as T and t where T+t approximates 737 fmoves 12(%a1),%fp1 | ...fp1 is t 738 faddx ONEBYSC(%a6),%fp1 | ...fp1 is t+OnebySc 740 faddx (%a1),%fp0 | ...T+(p+(t+OnebySc)) 748 fadds 12(%a1),%fp0 | ...p+t 749 faddx (%a1),%fp0 | ...T+(p+t) 750 faddx ONEBYSC(%a6),%fp0 | ...OnebySc + (T+(p+t)) 755 fadds (%a1),%fp0 | ...fp0 is p+t [all …]
|
/openbmc/linux/drivers/w1/slaves/ |
H A D | w1_therm.c | 708 s16 t; in w1_DS18B20_convert_temp() local 718 t = (s16) bv; /* Degrees, lowest bit is 2^-6 */ in w1_DS18B20_convert_temp() 721 t = (s16)bv; /* Degrees, lowest bit is 2^-4 */ in w1_DS18B20_convert_temp() 735 int t, h; in w1_DS18S20_convert_temp() local 743 t = ((s32)rom[0] >> 1)*1000; in w1_DS18S20_convert_temp() 745 t = 1000*(-1*(s32)(0x100-rom[0]) >> 1); in w1_DS18S20_convert_temp() 747 t -= 250; in w1_DS18S20_convert_temp() 750 t += h; in w1_DS18S20_convert_temp() 752 return t; in w1_DS18S20_convert_temp() 768 s16 t; in w1_DS1825_convert_temp() local [all …]
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 1542 static void *xs_be_read(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_read() argument 1549 err = xs_impl_read(h->impl, DOMID_QEMU, t, path, data); in xs_be_read() 1564 static bool xs_be_write(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_write() argument 1571 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, gdata); in xs_be_write() 1580 static bool xs_be_create(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_create() argument 1589 err = xs_impl_read(h->impl, DOMID_QEMU, t, path, data); in xs_be_create() 1591 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, data); in xs_be_create() 1603 err = xs_impl_set_perms(h->impl, DOMID_QEMU, t, path, perms_list); in xs_be_create() 1612 static bool xs_be_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_destroy() argument 1615 int err = xs_impl_rm(h->impl, DOMID_QEMU, t, path); in xs_be_destroy() [all …]
|
/openbmc/qemu/docs/devel/migration/ |
H A D | compatibility.rst | 43 This have to work, and if it doesn't work it is a bug. 67 This combination is not possible as the qemu-5.1 doesn't understand 72 because we have the limitation than qemu-5.1 doesn't know pc-5.2. So 79 migration to qemu-5.1. Notice that we can't make updates to 103 feature, because qemu-5.1 doesn't know about it. 134 queues to a device that have only one queue, we don't know where to 167 Here we have the same QEMU in both sides. So it doesn't matter a 185 migration B -> C is case 3, so we don't care. But actually we 186 care because we haven't started the guest in qemu-5.2, it came 474 versions are released and we can't change anything. [all …]
|
/openbmc/linux/Documentation/scsi/ |
H A D | qlogicfas.rst | 30 rest of the modules won't interfere with the operation. The next 62 Don't enable all the speedups first. If anything is wrong, they will make 86 Remember, if it doesn't work under DOS, it probably won't work under
|
/openbmc/linux/arch/mips/mm/ |
H A D | cerr-sb1.c | 425 uint64_t t; in dc_ecc() local 434 t = dword & mask_72_64[i]; in dc_ecc() 435 w = (uint32_t)(t >> 32); in dc_ecc() 438 w = (uint32_t)(t & 0xFFFFFFFF); in dc_ecc()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | desc.h | 119 #define load_TLS(t, cpu) native_load_tls(t, cpu) argument 292 static inline void native_load_tls(struct thread_struct *t, unsigned int cpu) in native_load_tls() argument 298 gdt[GDT_ENTRY_TLS_MIN + i] = t->tls_array[i]; in native_load_tls()
|
/openbmc/linux/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | 113 unsigned int m, t, i; in nand_ecc_sw_bch_init() local 118 t = (eccbytes * 8) / m; in nand_ecc_sw_bch_init() 120 engine_conf->bch = bch_init(m, t, 0, false); in nand_ecc_sw_bch_init() 125 engine_conf->errloc = kmalloc_array(t, sizeof(*engine_conf->errloc), in nand_ecc_sw_bch_init()
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-pull-request.rst | 34 **Don't forget to add Reviewed-by: and Acked-by: lines**. When other 42 **Don't send pull requests for code that hasn't passed review**. A pull 46 fixed patch series as normal to the list; you can't put it in a pull
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 172 for t in getattr(case, "__oeqa_testtags"): 173 alltags.add(t) 178 for t in getattr(method, "__oeqa_testtags"): 179 alltags.add(t)
|
/openbmc/qemu/docs/system/ |
H A D | target-riscv.rst | 19 so typically you don't need to specify the CPU type by hand, except for 44 If you don't care about reproducing the idiosyncrasies of a particular 47 ``virt`` board. This is a platform which doesn't correspond to any 63 by the title text of each file, which isn't the same ordering
|
/openbmc/linux/tools/testing/memblock/ |
H A D | README | 19 instance throughout the duration of the test. To ensure that tests don't affect 26 before it. Most of them don't match the kernel implementation, so one should 110 2. Tests for memblock_alloc_low() can't be easily implemented. The function uses 111 ARCH_LOW_ADDRESS_LIMIT marco, which can't be changed to point at the low
|
/openbmc/linux/net/sched/ |
H A D | act_sample.c | 222 struct tcf_t t; in tcf_sample_dump() local 229 tcf_tm_dump(&t, &s->tcf_tm); in tcf_sample_dump() 230 if (nla_put_64bit(skb, TCA_SAMPLE_TM, sizeof(t), &t, TCA_SAMPLE_PAD)) in tcf_sample_dump()
|
H A D | act_nat.c | 278 struct tcf_t t; in tcf_nat_dump() local 294 tcf_tm_dump(&t, &p->tcf_tm); in tcf_nat_dump() 295 if (nla_put_64bit(skb, TCA_NAT_TM, sizeof(t), &t, TCA_NAT_PAD)) in tcf_nat_dump()
|
/openbmc/linux/drivers/nfc/st21nfca/ |
H A D | se.c | 281 static void st21nfca_se_wt_timeout(struct timer_list *t) in st21nfca_se_wt_timeout() argument 283 struct st21nfca_hci_info *info = from_timer(info, t, se_info.bwi_timer); in st21nfca_se_wt_timeout() 288 static void st21nfca_se_activation_timeout(struct timer_list *t) in st21nfca_se_activation_timeout() argument 290 struct st21nfca_hci_info *info = from_timer(info, t, in st21nfca_se_activation_timeout()
|