Home
last modified time | relevance | path

Searched refs:t (Results 1601 – 1625 of 8709) sorted by relevance

1...<<61626364656667686970>>...349

/openbmc/openpower-occ-control/
H A Dsensor_gen.py40 t = Template(filename=template) variable
42 fd.write(t.render(occDict=ifile))
/openbmc/linux/include/linux/sched/
H A Disolation.h26 extern void housekeeping_affine(struct task_struct *t, enum hk_type type);
47 static inline void housekeeping_affine(struct task_struct *t, in housekeeping_affine() argument
/openbmc/linux/net/appletalk/
H A Daarp.c254 struct aarp_entry *t; in __aarp_expire_timer() local
259 t = *n; in __aarp_expire_timer()
261 __aarp_expire(t); in __aarp_expire_timer()
273 struct aarp_entry *t; in __aarp_kick() local
278 t = *n; in __aarp_kick()
280 __aarp_expire(t); in __aarp_kick()
295 struct aarp_entry *t; in __aarp_expire_device() local
299 t = *n; in __aarp_expire_device()
301 __aarp_expire(t); in __aarp_expire_device()
356 t = *n; in __aarp_expire_all()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb37 CVE_STATUS[CVE-2014-4859] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t…
38 CVE_STATUS[CVE-2014-4860] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t…
39 CVE_STATUS[CVE-2019-14553] = "fixed-version: The CPE in the NVD database doesn't reflect correctly …
40 CVE_STATUS[CVE-2019-14559] = "fixed-version: The CPE in the NVD database doesn't reflect correctly …
41 CVE_STATUS[CVE-2019-14562] = "fixed-version: The CPE in the NVD database doesn't reflect correctly …
42 CVE_STATUS[CVE-2019-14563] = "fixed-version: The CPE in the NVD database doesn't reflect correctly …
43 CVE_STATUS[CVE-2019-14575] = "fixed-version: The CPE in the NVD database doesn't reflect correctly …
44 CVE_STATUS[CVE-2019-14586] = "fixed-version: The CPE in the NVD database doesn't reflect correctly …
45 CVE_STATUS[CVE-2019-14587] = "fixed-version: The CPE in the NVD database doesn't reflect correctly …
104 # that will be ${HOST_PREFIX}gcc. However, "make" doesn't need that
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py898 for t in deps:
1721 if t not in valid and t not in visited_invalid:
1725 direct_invalid = [t for t in taskdepends[task].depends if t not in valid]
1763 toptasks = set(["{}:{}".format(t[3], t[2]) for t in self.rqdata.targets])
1770 if t not in valid_new and t not in noexec:
2089 found = t
2224 if t in self.runq_running and t not in self.runq_complete:
2716 for tid in sorted([t[0] for t in update_tasks2]):
2759 for t in sorted(next):
2887 …("\nTask %s, unihash %s, taskhash %s" % (t, self.rqdata.runtaskentries[t].unihash, self.rqdata.run…
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch170 -2 just filenames but allow -h/-t/-z -l long Unix \"ls -l\" format\n\
175 -h print header line -t print totals for listed files or for all\n\
181 + -h print header line -t print totals for listed files or for all\n\
240 + "error: encodings can't be negated"));
244 + /* Assume that charsets can't start with a dash to spot arguments misuse */
276 + "error: encodings can't be negated"));
280 + /* Assume that charsets can't start with a dash to spot arguments misuse */
340 + "error: encodings can't be negated"));
344 + /* Assume that charsets can't start with a dash to spot arguments misuse */
376 + "error: encodings can't be negated"));
[all …]
/openbmc/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2-base.yaml40 Their name isn't significant but their phandle can be used to reference an
54 array of frequencies. The OPP binding doesn't provide any provisions
72 by angular brackets <>. The OPP binding doesn't provide any provisions to
96 separated by angular brackets <>. If current values aren't required
98 aren't required for any of the regulators, then this field is not
99 required. The OPP binding doesn't provide any provisions to relate the
111 separated by angular brackets <>. If power values aren't required
113 aren't required for any of the regulators, then this field is not
114 required. The OPP binding doesn't provide any provisions to relate the
215 OPPs. If the platform doesn't pick a specific <name> or the <name>
[all …]
/openbmc/linux/drivers/md/
H A Ddm-ioctl.c342 struct dm_table *t; in dm_hash_remove_all() local
361 t = __hash_remove(hc); in dm_hash_remove_all()
365 if (t) { in dm_hash_remove_all()
367 dm_table_destroy(t); in dm_hash_remove_all()
982 struct dm_table *t; in dev_remove() local
1011 t = __hash_remove(hc); in dev_remove()
1014 if (t) { in dev_remove()
1016 dm_table_destroy(t); in dev_remove()
1576 hc->new_map = t; in table_load()
1594 dm_table_destroy(t); in table_load()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Defivarfs.rst12 than a single page, sysfs isn't the best interface for this.
19 mount -t efivarfs none /sys/firmware/efi/efivars
24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem/
H A D0001-smem-fix-support-for-source-option-python3.patch9 Using --source doesn't work without this patch:
49 t = self.tar.getmember("%d" % p)
50 if t.uname:
/openbmc/u-boot/drivers/gpio/
H A Dmt7621_gpio.c95 u32 t; in mediatek_gpio_get_function() local
97 t = ioread32(mediatek_gpio_membase + reg_offs(plat, GPIO_REG_CTRL)); in mediatek_gpio_get_function()
98 if (t & BIT(offset)) in mediatek_gpio_get_function()
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/files/
H A D0001-OPTEE-Private-Includes.patch6 Change the optee module includes to be private instead of public, so they don't get used
7 in every build, which can result in compile failures as /core/include/ doesn't exit.
9 For some reason this behaviour isn't deterministic, a ticket has been filed with upstream.
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/
H A D0001-meson-add-option-to-set-dbus_interfacedir.patch2 From: Markus Volk <f_l_k@t-online.de>
8 don't have gnome-shell installed.
12 Signed-off-by: Markus Volk <f_l_k@t-online.de>
/openbmc/qemu/tests/qemu-iotests/
H A D144.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=536870912
18 … extended_l2=off compression_type=zlib size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qc…
54 … extended_l2=off compression_type=zlib size=536870912 backing_file=TEST_DIR/t.qcow2 backing_fmt=qc…
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dphy_shim.h136 void wlapi_free_timer(struct wlapi_timer *t);
137 void wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic);
138 bool wlapi_del_timer(struct wlapi_timer *t);
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dilitek,ili9341.yaml27 - st,sf-tc240t-9370-t
65 - st,sf-tc240t-9370-t
77 compatible = "st,sf-tc240t-9370-t",
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A Dno-clobber.patch4 Subject: [PATCH] gtk-doc: don't regenerate gtk-doc in do_install
16 gtk-doc generation is a slow process at the best of times, so doing it twice isn't good.
19 files which don't already exist.
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800mmio.c213 void rt2800mmio_pretbtt_tasklet(struct tasklet_struct *t) in rt2800mmio_pretbtt_tasklet() argument
215 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt2800mmio_pretbtt_tasklet()
223 void rt2800mmio_tbtt_tasklet(struct tasklet_struct *t) in rt2800mmio_tbtt_tasklet() argument
225 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, tbtt_tasklet); in rt2800mmio_tbtt_tasklet()
258 void rt2800mmio_rxdone_tasklet(struct tasklet_struct *t) in rt2800mmio_rxdone_tasklet() argument
260 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt2800mmio_rxdone_tasklet()
269 void rt2800mmio_autowake_tasklet(struct tasklet_struct *t) in rt2800mmio_autowake_tasklet() argument
271 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt2800mmio_autowake_tasklet()
313 void rt2800mmio_txstatus_tasklet(struct tasklet_struct *t) in rt2800mmio_txstatus_tasklet() argument
315 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt2800mmio_txstatus_tasklet()
/openbmc/linux/fs/cramfs/
H A DREADME5 a bit looser, e.g. it doesn't care if the <file_data> items are
98 default mkcramfs doesn't test for & create holes, since cramfs in
99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs
132 <asm/page.h>. Personally I don't like this option, but it does
148 etc. macros as used by ext2fs. We don't need to swab the compressed
167 value don't get as good compression as they can.
172 they don't mind their cramfs being inaccessible to kernels with
175 Option 3 is easy to implement if we don't mind being CPU-inefficient:
177 must be no larger than 32KB) and discard what it doesn't need.
196 by filename, so the expansion doesn't even have to be a multiple of 4
/openbmc/linux/mm/
H A Doom_kill.c135 struct task_struct *t; in find_lock_task_mm() local
139 for_each_thread(p, t) { in find_lock_task_mm()
140 task_lock(t); in find_lock_task_mm()
141 if (likely(t->mm)) in find_lock_task_mm()
143 task_unlock(t); in find_lock_task_mm()
145 t = NULL; in find_lock_task_mm()
149 return t; in find_lock_task_mm()
490 struct task_struct *t; in process_shares_mm() local
492 for_each_thread(p, t) { in process_shares_mm()
493 struct mm_struct *t_mm = READ_ONCE(t->mm); in process_shares_mm()
/openbmc/linux/drivers/iio/pressure/
H A Ddps310.c61 #define DPS310_POLL_SLEEP_US(t) min(30000, (t) / 8) argument
625 s64 t; in dps310_calculate_pressure() local
651 t = (s64)data->temp_raw; in dps310_calculate_pressure()
662 nums[4] = t * (s64)data->c01; in dps310_calculate_pressure()
664 nums[5] = t * p * (s64)data->c11; in dps310_calculate_pressure()
666 nums[6] = t * p * p * (s64)data->c21; in dps310_calculate_pressure()
736 s64 t; in dps310_calculate_temp() local
746 t = c0 + ((s64)data->temp_raw * (s64)data->c1); in dps310_calculate_temp()
749 *val = (int)div_s64(t * 1000LL, kt); in dps310_calculate_temp()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h51 uint8_t (*transmitter_bp_to_atom)(enum transmitter t);
58 uint8_t (*phy_id_to_atom)(enum transmitter t);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-mkstemp.patch14 + * Don't consider it a fatal error if mkstemp() fails
15 + * because parent directory didn't exist. (Missing
/openbmc/openpower-proc-control/procedures/p9/
H A Dstart_host_mpreboot.cpp56 for (const auto& t : targets) in startHostMpReboot() local
58 writeRegWithMask(t, P9_ROOT_CTRL8, 0x0000000C, 0x0000000C); in startHostMpReboot()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dpsfrag5 …ITY or FITNESS FOR A PARTICULAR PURPOSE. Don't come complaining to us if you modify this file and …

1...<<61626364656667686970>>...349