Home
last modified time | relevance | path

Searched refs:t (Results 1726 – 1750 of 8568) sorted by relevance

1...<<61626364656667686970>>...343

/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/openpower-occ-control/
H A Dsensor_gen.py40 t = Template(filename=template) variable
42 fd.write(t.render(occDict=ifile))
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A Dfix-doc-mandir.patch13 # threshold is 80%), it won't be distributed, and the build won't fail.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A Dwrong-variable-expansion.patch13 -# search path. I don't know why autoconf doesn't do this by default
/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-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/
H A D0001-meson.build-add-a-hack-for-crosscompile.patch2 From: Markus Volk <f_l_k@t-online.de>
6 Signed-off-by: Markus Volk <f_l_k@t-online.de>
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-reconnect-on-open.out5 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
9 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
H A Dparallels-checks.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
34 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
73 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
104 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
114 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/
H A Drfkill_1.0.bb8 file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \
/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/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/webui-vue/src/store/modules/Logs/
H A DPostCodeLogsStore.js46 i18n.global.t('pagePostCodeLogs.toast.successDelete', data.length),
51 i18n.global.t('pagePostCodeLogs.toast.errorDelete', data.length),
/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 …
H A DCECILL-C9 …rd du droit de la responsabilit&#233; civile que du droit de la propri&#233;t&#233; intellectuelle…
72 (i) le chargement du Logiciel par tout moyen notamment par t&#233;l&#233;chargement &#224; partir d…
74t&#233; mis &#224; disposition du Licenci&#233; pr&#233;alablement &#224; son acceptation telle qu…
122 …233;tant entendu que le co&#251;t additionnel d`acquisition du Code Source ne devra pas exc&#233;d…
134 …233;tant entendu que le co&#251;t additionnel d`acquisition du code source ne devra pas exc&#233;d…
142 …endu que le co&#251;t additionnel d`acquisition du code source du Logiciel Modifi&#233; ne devra p…
157 …ion Int&#233;gr&#233;e est titulaire sur celle-ci des droits de propri&#233;t&#233; intellectuelle…
161 …33; un Module Li&#233; est titulaire sur celui-ci des droits de propri&#233;t&#233; intellectuelle…
167 …ou modifier de quelque mani&#232;re que ce soit les mentions de propri&#233;t&#233; intellectuelle…
169 &#224; reproduire &#224; l`identique lesdites mentions de propri&#233;t&#233; intellectuelle sur le…
[all …]
H A Detalab-2.037 « Ministère de xxx - Données originales téléchargées sur
61 Il est garanti au « Réutilisateur » que les éventuels « Droits de propriété
66 Lorsque le « Concédant » détient des « Droits de propriété intellectuelle »
69 « Droits de propriété intellectuelle », et le « Réutilisateur » peut faire tout
101 La présente licence a été conçue pour être compatible avec toute licence libre
128 celles pour lesquelles elle a été produite ou reçue.
143 Les « Droits de propriété intellectuelle » : tous droits identifiés comme tels
144 par le Code de la propriété intellectuelle (notamment le droit d’auteur, droits
/openbmc/linux/drivers/media/i2c/
H A Dtvaudio.c319 static void chip_thread_wake(struct timer_list *t) in chip_thread_wake() argument
321 struct CHIPSTATE *chip = from_timer(chip, t, wt); in chip_thread_wake()
441 int t = chip->shadow.bytes[TDA9840_SW + 1] & ~0x7e; in tda9840_setaudmode() local
445 t |= TDA9840_MONO; in tda9840_setaudmode()
448 t |= TDA9840_STEREO; in tda9840_setaudmode()
451 t |= TDA9840_DUALA; in tda9840_setaudmode()
454 t |= TDA9840_DUALB; in tda9840_setaudmode()
457 t |= TDA9840_DUALAB; in tda9840_setaudmode()
464 chip_write(chip, TDA9840_SW, t); in tda9840_setaudmode()
1451 audiocmd *t = NULL; in ta8874z_setaudmode() local
[all …]
/openbmc/linux/fs/afs/
H A Dfile.c417 unsigned int f, t, end = offset + length; in afs_invalidate_dirty() local
434 t = afs_folio_dirty_to(folio, priv); in afs_invalidate_dirty()
436 if (t <= offset || f >= end) in afs_invalidate_dirty()
439 if (f < offset && t > end) in afs_invalidate_dirty()
442 if (f >= offset && t <= end) in afs_invalidate_dirty()
446 t = offset; in afs_invalidate_dirty()
449 if (f == t) in afs_invalidate_dirty()
452 priv = afs_folio_dirty(folio, f, t); in afs_invalidate_dirty()
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst31 non-directories - the source because it wouldn't be locked otherwise
33 only with RENAME_EXCHANGE, and that won't be removing the target).
84 renames will be blocked on filesystem lock and we don't start changing
104 Thus link creation can't be a part of deadlock - it can't be
105 blocked on source and it means that it doesn't hold any locks.
122 to (2) the order hadn't changed since we had acquired filesystem lock.
147 either to make sure that link(2) doesn't work for them or to make changes
/openbmc/linux/include/acpi/
H A Dactypes.h501 #define ACPI_CAST_PTR(t, p) ((t *) (acpi_uintptr_t) (p)) argument
502 #define ACPI_CAST_INDIRECT_PTR(t, p) ((t **) (acpi_uintptr_t) (p)) argument
503 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (u8, (a)) + (acpi_size)(b)… argument
504 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (u8, (a)) - (acpi_size)(b)… argument
/openbmc/linux/arch/mips/alchemy/devboards/
H A Ddb1200.c91 unsigned short t = bcsr_read(BCSR_HEXLEDS); in db1200_detect_board() local
92 bcsr_write(BCSR_HEXLEDS, ~t); in db1200_detect_board()
93 if (bcsr_read(BCSR_HEXLEDS) != t) { in db1200_detect_board()
94 bcsr_write(BCSR_HEXLEDS, t); in db1200_detect_board()
105 unsigned short t = bcsr_read(BCSR_HEXLEDS); in db1200_detect_board() local
106 bcsr_write(BCSR_HEXLEDS, ~t); in db1200_detect_board()
107 if (bcsr_read(BCSR_HEXLEDS) != t) { in db1200_detect_board()
108 bcsr_write(BCSR_HEXLEDS, t); in db1200_detect_board()
/openbmc/linux/drivers/spi/
H A Dspi-xilinx.c226 struct spi_transfer *t) in xilinx_spi_setup_transfer() argument
238 static int xilinx_spi_txrx_bufs(struct spi_device *spi, struct spi_transfer *t) in xilinx_spi_txrx_bufs() argument
247 xspi->tx_ptr = t->tx_buf; in xilinx_spi_txrx_bufs()
248 xspi->rx_ptr = t->rx_buf; in xilinx_spi_txrx_bufs()
249 remaining_words = t->len / xspi->bytes_per_word; in xilinx_spi_txrx_bufs()
334 return t->len; in xilinx_spi_txrx_bufs()
/openbmc/u-boot/drivers/dfu/
H A Ddfu.c425 struct dfu_entity *dfu, *p, *t = NULL; in dfu_free_entities() local
432 t = dfu; in dfu_free_entities()
434 if (t) in dfu_free_entities()
435 free(t); in dfu_free_entities()
478 const char *dfu_get_dev_type(enum dfu_device_type t) in dfu_get_dev_type() argument
481 return dev_t[t]; in dfu_get_dev_type()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-pcm.c18 struct snd_interval t = { in hw_rule_rate() local
34 t.min = min(t.min, formation.rate); in hw_rule_rate()
35 t.max = max(t.max, formation.rate); in hw_rule_rate()
38 return snd_interval_refine(r, &t); in hw_rule_rate()
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h379 #define ia64_is_local_fpu_owner(t) \ argument
381 struct task_struct *__ia64_islfo_task = (t); \
390 #define ia64_set_local_fpu_owner(t) do { \ argument
391 struct task_struct *__ia64_slfo_task = (t); \
397 #define ia64_drop_fpu(t) ((t)->thread.last_fph_cpu = -1) argument
/openbmc/linux/drivers/watchdog/
H A Dpcwd_pci.c319 static int pcipcwd_set_heartbeat(int t) in pcipcwd_set_heartbeat() argument
321 int t_msb = t / 256; in pcipcwd_set_heartbeat()
322 int t_lsb = t % 256; in pcipcwd_set_heartbeat()
324 if ((t < 0x0001) || (t > 0xFFFF)) in pcipcwd_set_heartbeat()
330 heartbeat = t; in pcipcwd_set_heartbeat()

1...<<61626364656667686970>>...343