/openbmc/qemu/linux-user/openrisc/ |
H A D | syscall.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
H A D | openssl_3.4.0.bb | 62 # the issue really clear that perl isn't functional due to symbol mismatch issues. 151 # The test suite binaries are large and we don't need the debugging in them
|
/openbmc/linux/sound/pci/ |
H A D | intel8x0.c | 2644 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local 2734 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock() 2736 "%s: measured %lu usecs (%lu samples)\n", __func__, t, pos); in intel8x0_measure_ac97_clock() 2737 if (t == 0) { in intel8x0_measure_ac97_clock() 2742 pos = (pos / t) * 1000 + ((pos % t) * 1000) / t; in intel8x0_measure_ac97_clock()
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | qa-checks.rst | 98 - ``<packagename1> rdepends on <packagename2>, but it isn't a build dependency? [build-deps]`` 243 - ``File '<file>' in package '<package>' doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags]`` 407 - ``<packagename> doesn't match the [a-z0-9.+-]+ regex [pkgname]`` 621 - ``<recipename>: recipe doesn't inherit features_check [unhandled-features-check]`` 634 - ``<recipename>: recipe defines ALTERNATIVE:<packagename> but doesn't inherit update-alternatives.… 657 ``perllocal.pod`` is an index file of locally installed modules and so shouldn't be
|
/openbmc/linux/drivers/md/bcache/ |
H A D | super.c | 1195 struct cached_dev *exist_dc, *t; in bch_cached_dev_attach() local 1220 list_for_each_entry_safe(exist_dc, t, &c->cached_devs, list) { in bch_cached_dev_attach() 1974 struct cached_dev *dc, *t; in run_cache_set() local 2125 list_for_each_entry_safe(dc, t, &uncached_devices, list) in run_cache_set() 2415 struct cached_dev *dc, *t; in bch_is_open_backing() local 2418 list_for_each_entry_safe(dc, t, &c->cached_devs, list) in bch_is_open_backing() 2421 list_for_each_entry_safe(dc, t, &uncached_devices, list) in bch_is_open_backing()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2946 TCGv_i64 t = tcg_temp_new_i64(); 2958 tcg_gen_shli_i64(t, d, 7); 2959 tcg_gen_or_i64(d, d, t); 2960 tcg_gen_shli_i64(t, d, 14); 2961 tcg_gen_or_i64(d, d, t); 2962 tcg_gen_shli_i64(t, d, 28); 2963 tcg_gen_or_i64(d, d, t); 2974 tcg_gen_or_vec(vece, d, d, t); 2976 tcg_gen_or_vec(vece, d, d, t); 2978 tcg_gen_or_vec(vece, d, d, t); [all …]
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_erp.c | 616 void zfcp_erp_timeout_handler(struct timer_list *t) in zfcp_erp_timeout_handler() argument 618 struct zfcp_fsf_req *fsf_req = from_timer(fsf_req, t, timer); in zfcp_erp_timeout_handler() 630 static void zfcp_erp_memwait_handler(struct timer_list *t) in zfcp_erp_memwait_handler() argument 632 struct zfcp_erp_action *act = from_timer(act, t, timer); in zfcp_erp_memwait_handler()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | serpent-sse2-x86_64-asm_64.S | 373 #define get_key(i, j, t) \ argument 374 movd (4*(i)+(j))*4(CTX), t; \ 375 pshufd $0, t, t;
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 2425 while getopts :t:pP46hvw: o 2465 for t in $TESTS 2467 case $t in 2469 *) setup; $t; cleanup;;
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 1875 unsigned int t = atoi(argv[arg]); in main() local 1877 if (t < to) { in main() 1878 from = t; in main() 1879 to = t + 1; in main()
|
/openbmc/linux/net/nfc/ |
H A D | llcp_core.c | 244 static void nfc_llcp_symm_timer(struct timer_list *t) in nfc_llcp_symm_timer() argument 246 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer() 287 static void nfc_llcp_sdreq_timer(struct timer_list *t) in nfc_llcp_sdreq_timer() argument 289 struct nfc_llcp_local *local = from_timer(local, t, sdreq_timer); in nfc_llcp_sdreq_timer()
|
/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 807 static void grcan_running_reset(struct timer_list *t) in grcan_running_reset() argument 809 struct grcan_priv *priv = from_timer(priv, t, rr_timer); in grcan_running_reset() 898 static void grcan_initiate_running_reset(struct timer_list *t) in grcan_initiate_running_reset() argument 900 struct grcan_priv *priv = from_timer(priv, t, hang_timer); in grcan_initiate_running_reset()
|
/openbmc/linux/drivers/media/rc/ |
H A D | rc-main.c | 675 static void ir_timer_keyup(struct timer_list *t) in ir_timer_keyup() argument 677 struct rc_dev *dev = from_timer(dev, t, timer_keyup); in ir_timer_keyup() 704 static void ir_timer_repeat(struct timer_list *t) in ir_timer_repeat() argument 706 struct rc_dev *dev = from_timer(dev, t, timer_repeat); in ir_timer_repeat()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 887 unsigned int ra, rb, t, i, sel, instr, rc; in p9_hmi_special_emu() local 924 t = (instr >> 21) & 0x1f; in p9_hmi_special_emu() 926 vdst = (u8 *)¤t->thread.vr_state.vr[t]; in p9_hmi_special_emu() 928 vdst = (u8 *)¤t->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | os_utilities.robot | 185 # ppc64_cpu --frequency -t 10 returns 190 ${cmd}= Catenate ppc64_cpu --frequency -t 10 | grep min 210 # ppc64_cpu --frequency -t 10 returns 215 ${cmd}= Catenate ppc64_cpu --frequency -t 10 | grep max
|
/openbmc/linux/drivers/usb/serial/ |
H A D | mos7840.c | 397 static void mos7840_led_off(struct timer_list *t) in mos7840_led_off() argument 399 struct moschip_port *mcs = from_timer(mcs, t, led_timer1); in mos7840_led_off() 407 static void mos7840_led_flag_off(struct timer_list *t) in mos7840_led_flag_off() argument 409 struct moschip_port *mcs = from_timer(mcs, t, led_timer2); in mos7840_led_flag_off()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-tegra.c | 611 struct i2c_timings *t = &i2c_dev->timings; in tegra_i2c_init() local 644 switch (t->bus_freq_hz) { in tegra_i2c_init() 651 if (t->bus_freq_hz > I2C_MAX_FAST_MODE_FREQ) in tegra_i2c_init() 687 t->bus_freq_hz * clk_multiplier); in tegra_i2c_init()
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon.c | 323 if (g_tree_nnodes(balloon->removed_guest.t) > 0) { in hv_balloon_unballoon_get_source() 327 } else if (g_tree_nnodes(balloon->removed_both.t) > 0) { in hv_balloon_unballoon_get_source() 388 assert(dtree.t); in hv_balloon_unballoon_posting() 879 g_tree_foreach(tree.t, hv_balloon_handle_remove_host_addr_node, NULL); in hv_balloon_handle_remove_host_addr_tree()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_output.c | 597 unsigned long long t; in trace_print_time() local 600 t = ns2usecs(ts); in trace_print_time() 601 usec_rem = do_div(t, USEC_PER_SEC); in trace_print_time() 602 secs = (unsigned long)t; in trace_print_time()
|
/openbmc/qemu/docs/devel/testing/ |
H A D | qgraph.rst | 65 drivers name, otherwise they won't be discovered 155 unavailable and won't execute. This can happen if a test or driver did not set 254 ``sdhci`` interface, using its API. It doesn't need to look at 401 /* contained drivers don't need a constructor,
|
/openbmc/linux/net/sunrpc/ |
H A D | svcsock.c | 310 size_t t; in svc_tcp_read_msg() local 314 for (i = 0, t = 0; t < buflen; i++, t += PAGE_SIZE) in svc_tcp_read_msg()
|
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 563 /* The R4000 has a full 64bit FPU but doesn't use the fcr0 bits. */ 584 /* The VR5432 has a full 64bit FPU but doesn't use the fcr0 bits. */ 630 /* The 5Kf has F64 / L / W but doesn't use the fcr0 bits. */ 658 /* The 20Kc has F64 / L / W but doesn't use the fcr0 bits. */
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 215 is going to be so much slower it wouldn't make sense for any serious 450 The CPU model runnability guarantee won't apply anymore to 458 point to a version that doesn't break runnability guarantees 493 doesn't exist anymore since it was removed in QEMU v9.1.
|