Home
last modified time | relevance | path

Searched refs:t (Results 2001 – 2025 of 8709) sorted by relevance

1...<<81828384858687888990>>...349

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-2.09 …rd du droit de la responsabilit&#233; civile que du droit de la propri&#233;t&#233; intellectuelle…
76 (i) le chargement du Logiciel par tout moyen notamment par t&#233;l&#233;chargement &#224; partir d…
78t&#233; mis &#224; disposition du Licenci&#233; pr&#233;alablement &#224; son acceptation telle qu…
126 …233;tant entendu que le co&#251;t additionnel d`acquisition du Code Source ne devra pas exc&#233;d…
138 …233;tant entendu que le co&#251;t additionnel d`acquisition du code source ne devra pas exc&#233;d…
160 …#233; une Contribution est titulaire sur celle-ci des droits de propri&#233;t&#233; intellectuelle…
164 …233; un Module Externe est titulaire sur celui-ci des droits de propri&#233;t&#233; intellectuelle…
170 …ou modifier de quelque mani&#232;re que ce soit les mentions de propri&#233;t&#233; intellectuelle…
172 &#224; reproduire &#224; l`identique lesdites mentions de propri&#233;t&#233; intellectuelle sur le…
174t&#233; intellectuelle du Titulaire et/ou des Contributeurs sur le Logiciel et &#224; prendre, le …
[all …]
H A DCECILL-1.08 …rd du droit de la responsabilit&#233; civile que du droit de la propri&#233;t&#233; intellectuelle…
74 (i) le chargement du Logiciel par tout moyen notamment par t&#233;l&#233;chargement &#224; partir d…
76t&#233; mis &#224; disposition du Licenci&#233; pr&#233;alablement &#224; son acceptation telle qu…
124 …;tant entendu que le co&#251;t additionnel d&#8217;acquisition du Code Source ne devra pas exc&#23…
136 …;tant entendu que le co&#251;t additionnel d&#8217;acquisition du Code Source ne devra pas exc&#23…
158 Les droits de propri&#233;t&#233; intellectuelle sur les Contributions sont attach&#233;s au titula…
162 …33;velopp&#233; un Module Dynamique est titulaire des droits de propri&#233;t&#233; intellectuelle…
168 …ou modifier de quelque mani&#232;re que ce soit les mentions de propri&#233;t&#233; intellectuelle…
170 &#224; reproduire &#224; l&#8217;identique lesdites mentions de propri&#233;t&#233; intellectuelle …
172t&#233; intellectuelle du Titulaire et/ou des Contributeurs et &#224; prendre, le cas &#233;ch&#23…
[all …]
/openbmc/linux/mm/
H A Dpage-writeback.c1553 unsigned long t; in wb_max_pause() local
1563 t++; in wb_max_pause()
1565 return min_t(unsigned long, t, MAX_PAUSE); in wb_max_pause()
1576 long t; /* target pause */ in wb_min_pause() local
1581 t = max(1, HZ / 100); in wb_min_pause()
1590 t += (hi - lo) * (10 * HZ) / 1024; in wb_min_pause()
1610 t = min(t, 1 + max_pause / 2); in wb_min_pause()
1622 t = max_pause; in wb_min_pause()
1632 t = max_pause; in wb_min_pause()
1640 return pages >= DIRTY_POLL_THRESH ? 1 + t / 2 : t; in wb_min_pause()
[all …]
/openbmc/linux/sound/soc/bcm/
H A DKconfig19 If you don't know what to do here, say N.
28 If you don't know what to do here, say N
/openbmc/linux/include/uapi/asm-generic/
H A Dioctl.h76 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion/
H A Dserfmacro.patch2 --sysroot=/some/path/xxx-linux/ which clearly isn't intended and injects
23 dnl don't use --libs-only-L because then we might miss some options
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0001-configure-Keep-first-line-of-compiler-version-string.patch23 - CC_VERSION="`$CC $CC_VERSION_OPT 2>&1 | sed -e 's/\\\\/\\\\\\\\\\\\\\\\/g;s/^/\\\\t/;s/$/\\\\n/'…
24 + CC_VERSION="`$CC $CC_VERSION_OPT 2>&1 | head -1 | sed -e 's/\\\\/\\\\\\\\\\\\\\\\/g;s/^/\\\\t/;s…
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-build-meintro_fr.ps-depends-on-tbl.patch25 # Use '-K utf8', not '-k', in case 'configure' didn't find uchardet.
30 && $(DOC_GROFF) -K utf8 -t -Tps -me -mfr $< >$@
/openbmc/linux/arch/microblaze/kernel/
H A Dptrace.c47 struct task_struct *t) in reg_save_addr() argument
72 regs = task_pt_regs(t); in reg_save_addr()
/openbmc/linux/arch/ia64/include/asm/
H A Dptrace.h88 # define task_pt_regs(t) (((struct pt_regs *) ((char *) (t) + IA64_STK_OFFSET)) - 1) argument
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h19 #define SUBSIG_BADTRAP(t) (0x80 + (t)) argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/
H A Dddrescue_1.28.bb16 # This isn't already added by base.bbclass
40 # Info dir listing isn't interesting at this point so remove it if it exists.
/openbmc/webui-vue/src/store/modules/ResourceManagement/
H A DPowerControlStore.js64 i18n.global.t('pageServerPowerOperations.toast.successSaveSettings'),
69 i18n.global.t('pageServerPowerOperations.toast.errorSaveSettings'),
/openbmc/linux/drivers/crypto/
H A Dhifn_795x.c1325 struct scatterlist *t; in hifn_setup_dma() local
1346 BUG_ON(!sg_page(t)); in hifn_setup_dma()
1347 dpage = sg_page(t); in hifn_setup_dma()
1349 len = t->length; in hifn_setup_dma()
1361 t++; in hifn_setup_dma()
1463 t = &w->cache[idx]; in hifn_cipher_walk()
1511 t->length = copy; in hifn_cipher_walk()
1512 t->offset = offset; in hifn_cipher_walk()
1683 __func__, sg_page(t), t->length, in hifn_process_ready()
1686 if (!t->length) { in hifn_process_ready()
[all …]
/openbmc/linux/drivers/clocksource/
H A Dtimer-ti-dm.c516 struct dmtimer *timer = NULL, *t; in _omap_dm_timer_request() local
538 list_for_each_entry(t, &omap_timer_list, node) { in _omap_dm_timer_request()
539 if (t->reserved) in _omap_dm_timer_request()
544 if (id == t->pdev->id) { in _omap_dm_timer_request()
545 timer = t; in _omap_dm_timer_request()
551 if (cap == (t->capability & cap)) { in _omap_dm_timer_request()
562 timer = t; in _omap_dm_timer_request()
566 if (t->capability == cap) in _omap_dm_timer_request()
571 if (np == t->pdev->dev.of_node) { in _omap_dm_timer_request()
572 timer = t; in _omap_dm_timer_request()
[all …]
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c441 CPUState *cs, *t; in s390_machine_reset() local
483 CPU_FOREACH(t) { in s390_machine_reset()
484 run_on_cpu(t, s390_do_cpu_full_reset, RUN_ON_CPU_NULL); in s390_machine_reset()
495 CPU_FOREACH(t) { in s390_machine_reset()
496 if (t == cs) { in s390_machine_reset()
499 run_on_cpu(t, s390_do_cpu_reset, RUN_ON_CPU_NULL); in s390_machine_reset()
508 CPU_FOREACH(t) { in s390_machine_reset()
509 if (t == cs) { in s390_machine_reset()
512 run_on_cpu(t, s390_do_cpu_full_reset, RUN_ON_CPU_NULL); in s390_machine_reset()
532 CPU_FOREACH(t) { in s390_machine_reset()
[all …]
/openbmc/linux/Documentation/security/keys/
H A Drequest-key.rst60 doesn't check for keys that are under construction and doesn't attempt to
68 The following example assumes that the key types involved don't define their
82 a suitable key there. If there is, it returns the key. If there isn't,
86 3) request_key() sees that A doesn't have the desired key yet, so it creates
121 This also extends further. If key W (step 7 above) didn't exist, key W would
127 This is because process A's keyrings can't simply be attached to
156 if this denies permission, it doesn't search further.
/openbmc/qemu/tests/qemu-iotests/
H A D085.out2 Formatting 'TEST_DIR/t.IMGFMT.1', fmt=IMGFMT size=134217728
3 Formatting 'TEST_DIR/t.IMGFMT.2', fmt=IMGFMT size=134217728
19 … extended_l2=off compression_type=zlib size=134217728 backing_file=TEST_DIR/t.qcow2.1 backing_fmt=…
49 … extended_l2=off compression_type=zlib size=134217728 backing_file=TEST_DIR/t.qcow2.2 backing_fmt=…
207 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728
208 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
212 { 'driver': 'file', 'filename': 'TEST_DIR/t.IMGFMT',
/openbmc/linux/kernel/bpf/
H A Dmemalloc.c267 struct llist_node *pos, *t; in free_all() local
270 llist_for_each_safe(pos, t, llnode) { in free_all()
308 struct llist_node *llnode, *t; in do_call_rcu_ttrace() local
319 llist_for_each_safe(llnode, t, llist_del_all(&c->free_by_rcu_ttrace)) in do_call_rcu_ttrace()
338 struct llist_node *llnode, *t; in free_bulk() local
357 llist_for_each_safe(llnode, t, llist_del_all(&c->free_llist_extra)) in free_bulk()
382 struct llist_node *llnode, *t; in check_free_by_rcu() local
388 llist_for_each_safe(llnode, t, llist_del_all(&c->free_llist_extra_rcu)) in check_free_by_rcu()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_xmit.c688 int t, sz, w_sz; in dump_xframe() local
700 for (t = 0; t < pattrib->nr_frags; t++) { in dump_xframe()
701 if (t != (pattrib->nr_frags - 1)) { in dump_xframe()
705 pxmitframe->last[t] = 0; in dump_xframe()
708 pxmitframe->last[t] = 1; in dump_xframe()
713 pxmitframe->bpending[t] = false; in dump_xframe()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-st.c274 struct st_i2c_timings *t = &i2c_timings[i2c_dev->mode]; in st_i2c_hw_config() local
290 val = rate / (2 * t->rate); in st_i2c_hw_config()
300 val = t->rep_start_hold / ns_per_clk; in st_i2c_hw_config()
304 val = t->rep_start_setup / ns_per_clk; in st_i2c_hw_config()
308 val = t->start_hold / ns_per_clk; in st_i2c_hw_config()
312 val = t->data_setup_time / ns_per_clk; in st_i2c_hw_config()
316 val = t->stop_setup_time / ns_per_clk; in st_i2c_hw_config()
320 val = t->bus_free_time / ns_per_clk; in st_i2c_hw_config()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c191 int t; in wait_for_bit_change() local
194 t = 100; in wait_for_bit_change()
195 while (t-- > 0) { in wait_for_bit_change()
226 int t = 100; in dss_wait_hsdiv_ack() local
228 while (t-- > 0) { in dss_wait_hsdiv_ack()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch56 + pfatal ("Can't create temporary file %s", quotearg (tmpname));
59 + pfatal ("Can't open stream for file %s", quotearg (tmpname));
75 - pfatal ("Can't open pipe to %s", quotearg (buf));
115 + pfatal ("Can't rewind to the beginning of file %s", quotearg (tmpname));
132 + pfatal ("Can't fork");
/openbmc/sdbusplus/test/message/
H A Dappend.cpp384 const std::tuple<int, std::string, bool> t{5, "asdf", false}; in TEST_F() local
389 expect_basic<int>(SD_BUS_TYPE_INT32, std::get<0>(t)); in TEST_F()
390 expect_basic_string(SD_BUS_TYPE_STRING, std::get<1>(t).c_str()); in TEST_F()
391 expect_basic<int>(SD_BUS_TYPE_BOOLEAN, std::get<2>(t)); in TEST_F()
394 new_message().append(t); in TEST_F()
/openbmc/linux/Documentation/mm/
H A Dactive_mm.rst18 Cc'd to linux-kernel, because I don't write explanations all that often,
26 > wasn't able to follow linux-kernel for a while).
31 difference is that an anonymous address space doesn't care about the
37 doesn't need any user mappings - all kernel threads basically fall into
46 really doesn't _have_ a real address space at all.

1...<<81828384858687888990>>...349