Home
last modified time | relevance | path

Searched refs:t (Results 551 – 575 of 8453) sorted by relevance

1...<<21222324252627282930>>...339

/openbmc/linux/drivers/block/aoe/
H A Daoedev.c152 d = from_timer(d, t, timer); in dummy_timer()
219 aoecmd_wreset(t); in aoedev_downdev()
220 t->nout = 0; in aoedev_downdev()
262 struct aoetgt **t, **e; in freedev() local
283 t = d->targets; in freedev()
284 e = t + d->ntargets; in freedev()
285 for (; t < e && *t; t++) in freedev()
286 freetgt(d, *t); in freedev()
504 for (ifp = t->ifs; ifp < &t->ifs[NAOEIFS]; ++ifp) { in freetgt()
510 head = &t->ffree; in freetgt()
[all …]
/openbmc/u-boot/include/asm-generic/
H A Dioctl.h74 #define _IOC_TYPECHECK(t) \ argument
75 ((sizeof(t) == sizeof(t[1]) && \
76 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
77 sizeof(t) : __invalid_size_argument_for_IOC)
79 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
/openbmc/linux/fs/adfs/
H A Ddir_fplus.c60 const struct adfs_bigdirtail *t) in adfs_fplus_validate_tail() argument
62 if (t->bigdirendname != cpu_to_le32(BIGDIRENDNAME) || in adfs_fplus_validate_tail()
63 t->bigdirendmasseq != h->startmasseq || in adfs_fplus_validate_tail()
64 t->reserved[0] != 0 || t->reserved[1] != 0) in adfs_fplus_validate_tail()
73 struct adfs_bigdirtail *t = dir->bigtail; in adfs_fplus_checkbyte() local
96 dircheck = ror32(dircheck, 13) ^ t->bigdirendmasseq; in adfs_fplus_checkbyte()
97 dircheck = ror32(dircheck, 13) ^ t->reserved[0]; in adfs_fplus_checkbyte()
98 dircheck = ror32(dircheck, 13) ^ t->reserved[1]; in adfs_fplus_checkbyte()
107 struct adfs_bigdirtail *t; in adfs_fplus_read() local
135 dir->bigtail = t = (struct adfs_bigdirtail *) in adfs_fplus_read()
[all …]
/openbmc/webui-vue/src/components/Global/
H A DTableDateFilter.vue5 :label="$t('global.table.fromDate')"
20 {{ $t('global.form.invalidFormat') }}
23 {{ $t('global.form.dateMustBeBefore', { date: toDate }) }}
35 $t('global.calendar.useCursorKeysToNavigateCalendarDates')
37 :title="$t('global.calendar.selectDate')"
44 {{ $t('global.calendar.selectDate') }}
51 :label="$t('global.table.toDate')"
66 {{ $t('global.form.invalidFormat') }}
83 :title="$t('global.calendar.selectDate')"
90 {{ $t('global.calendar.selectDate') }}
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-uniphier.c224 priv->tx_buf = t->tx_buf; in uniphier_spi_setup_transfer()
225 priv->rx_buf = t->rx_buf; in uniphier_spi_setup_transfer()
241 priv->speed_hz = t->speed_hz; in uniphier_spi_setup_transfer()
351 struct spi_transfer *t) in uniphier_spi_can_dma() argument
390 struct spi_transfer *t) in uniphier_spi_transfer_one_dma() argument
419 t->rx_sg.sgl, t->rx_sg.nents, in uniphier_spi_transfer_one_dma()
446 t->tx_sg.sgl, t->tx_sg.nents, in uniphier_spi_transfer_one_dma()
473 struct spi_transfer *t) in uniphier_spi_transfer_one_irq() argument
500 struct spi_transfer *t) in uniphier_spi_transfer_one_poll() argument
535 if (!t->len) in uniphier_spi_transfer_one()
[all …]
H A Dspi-tegra20-sflash.c159 struct spi_transfer *t) in tegra_sflash_calculate_curr_xfer_param() argument
161 unsigned remain_len = t->len - tsd->cur_pos; in tegra_sflash_calculate_curr_xfer_param()
178 u8 *tx_buf = (u8 *)t->tx_buf + tsd->cur_tx_pos; in tegra_sflash_fill_tx_fifo_from_client_txbuf()
207 u8 *rx_buf = (u8 *)t->rx_buf + tsd->cur_rx_pos; in tegra_sflash_read_rx_fifo_to_client_rxbuf()
251 struct spi_transfer *t, bool is_first_of_msg, in tegra_sflash_start_transfer_one() argument
258 speed = t->speed_hz; in tegra_sflash_start_transfer_one()
268 tsd->curr_xfer = t; in tegra_sflash_start_transfer_one()
292 if (t->rx_buf) { in tegra_sflash_start_transfer_one()
296 if (t->tx_buf) { in tegra_sflash_start_transfer_one()
360 struct spi_transfer *t = tsd->curr_xfer; in handle_cpu_based_xfer() local
[all …]
/openbmc/linux/include/linux/sched/
H A Dsignal.h314 , struct task_struct *t);
319 , struct task_struct *t);
331 struct task_struct *t);
457 signal_wake_up_state(t, state); in signal_wake_up()
463 t->jobctl &= ~JOBCTL_TRACED; in ptrace_signal_wake_up()
466 signal_wake_up_state(t, state); in ptrace_signal_wake_up()
655 #define while_each_thread(g, t) \ argument
656 while ((t = next_thread(t)) != g)
658 #define __for_each_thread(signal, t) \ argument
661 #define for_each_thread(p, t) \ argument
[all …]
/openbmc/linux/drivers/input/gameport/
H A Dlightning.c47 unsigned int t = L4_TIMEOUT; in l4_wait_ready() local
49 while ((inb(L4_PORT) & L4_BUSY) && t > 0) t--; in l4_wait_ready()
50 return -(t <= 0); in l4_wait_ready()
179 int i, t; in l4_calibrate() local
187 t = (max[i] * cal[i]) / 200; in l4_calibrate()
188 t = (t < 1) ? 1 : ((t > 255) ? 255 : t); in l4_calibrate()
189 axes[i] = (axes[i] < 0) ? -1 : (axes[i] * cal[i]) / t; in l4_calibrate()
191 cal[i] = t; in l4_calibrate()
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue5 {{ $t('pageChangePassword.changePasswordError') }}
7 <p v-else>{{ $t('pageChangePassword.changePasswordAlertMessage') }}</p>
11 <dt>{{ $t('pageChangePassword.username') }}</dt>
17 :label="$t('pageChangePassword.newPassword')"
32 {{ $t('global.form.fieldRequired') }}
39 :label="$t('pageChangePassword.confirmNewPassword')"
53 {{ $t('global.form.fieldRequired') }}
58 {{ $t('global.form.passwordsDoNotMatch') }}
65 {{ $t('pageChangePassword.goBack') }}
68 {{ $t('pageChangePassword.changePassword') }}
[all …]
/openbmc/webui-vue/src/views/ResourceManagement/
H A DPower.vue3 <page-title :description="$t('pagePower.description')" />
8 <dt>{{ $t('pagePower.powerConsumption') }}</dt>
13 : $t('global.status.notAvailable')
24 <b-form-group :label="$t('pagePower.powerCapSettingLabel')">
30 {{ $t('pagePower.powerCapSettingData') }}
40 :label="$t('pagePower.powerCapLabel')"
45 $t('pagePower.powerCapLabelTextInfo', {
64 {{ $t('global.form.fieldRequired') }}
67 {{ $t('global.form.invalidValue') }}
79 {{ $t('global.action.save') }}
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D293.out3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432
26 qemu-io: can't open: Invalid password, cannot unlock any keyslot
29 qemu-io: can't open: Invalid password, cannot unlock any keyslot
38 qemu-img: Can't add a keyslot - all keyslots are in use
57 qemu-io: can't open: Invalid password, cannot unlock any keyslot
58 qemu-io: can't open: Invalid password, cannot unlock any keyslot
59 qemu-io: can't open: Invalid password, cannot unlock any keyslot
69 qemu-io: can't open: Invalid password, cannot unlock any keyslot
70 qemu-io: can't open: Invalid password, cannot unlock any keyslot
71 qemu-io: can't open: Invalid password, cannot unlock any keyslot
[all …]
/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-aes-main.c.inc129 State t;
132 if (test_SB_SR(t.b, rounds[i].start.b)) {
133 verify(&rounds[i].after_sr, &t, "SB+SR");
138 if (test_MC(t.b, rounds[i].after_sr.b)) {
139 verify(&rounds[i].after_mc, &t, "MC");
151 if (test_ISB_ISR(t.b, rounds[i].after_sr.b)) {
152 verify(&rounds[i].start, &t, "ISB+ISR");
157 if (test_IMC(t.b, rounds[i].after_mc.b)) {
158 verify(&rounds[i].after_sr, &t, "IMC");
176 if (test_IMC(t.b, rounds[i - 1].round_key.b) &&
[all …]
/openbmc/linux/scripts/coccinelle/api/alloc/
H A Dalloc_cast.cocci46 t << r1.T;
49 if m.search(t) != None:
69 t << r1.T;
72 if m.search(t) != None:
106 t << r2.T;
109 if m.search(t) != None:
112 coccilib.org.print_safe_todo(p[0], t)
116 t << r2.T;
119 if m.search(t) != None:
122 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
/openbmc/linux/lib/
H A Dsort.c61 u32 t = *(u32 *)(a + (n -= 4)); in swap_words_32() local
63 *(u32 *)(b + n) = t; in swap_words_32()
87 u64 t = *(u64 *)(a + (n -= 8)); in swap_words_64() local
89 *(u64 *)(b + n) = t; in swap_words_64()
92 u32 t = *(u32 *)(a + (n -= 4)); in swap_words_64()
94 *(u32 *)(b + n) = t; in swap_words_64()
96 t = *(u32 *)(a + (n -= 4)); in swap_words_64()
98 *(u32 *)(b + n) = t; in swap_words_64()
114 char t = ((char *)a)[--n]; in swap_bytes() local
116 ((char *)b)[n] = t; in swap_bytes()
/openbmc/linux/net/dccp/
H A Dtimer.c124 static void dccp_write_timer(struct timer_list *t) in dccp_write_timer() argument
127 from_timer(icsk, t, icsk_retransmit_timer); in dccp_write_timer()
161 static void dccp_keepalive_timer(struct timer_list *t) in dccp_keepalive_timer() argument
163 struct sock *sk = from_timer(sk, t, sk_timer); in dccp_keepalive_timer()
170 static void dccp_delack_timer(struct timer_list *t) in dccp_delack_timer() argument
173 from_timer(icsk, t, icsk_delack_timer); in dccp_delack_timer()
222 static void dccp_write_xmitlet(struct tasklet_struct *t) in dccp_write_xmitlet() argument
224 struct dccp_sock *dp = from_tasklet(dp, t, dccps_xmitlet); in dccp_write_xmitlet()
236 static void dccp_write_xmit_timer(struct timer_list *t) in dccp_write_xmit_timer() argument
238 struct dccp_sock *dp = from_timer(dp, t, dccps_xmit_timer); in dccp_write_xmit_timer()
/openbmc/linux/tools/arch/x86/lib/
H A Dinsn.c23 #define leXX_to_cpu(t, r) \ argument
25 __typeof__(t) v; \
26 switch (sizeof(t)) { \
37 #define validate_next(t, insn, n) \ argument
40 #define __get_next(t, insn) \ argument
41 …({ t r = get_unaligned((t *)(insn)->next_byte); (insn)->next_byte += sizeof(t); leXX_to_cpu(t, r);…
44 ({ t r = get_unaligned((t *)(insn)->next_byte + n); leXX_to_cpu(t, r); })
46 #define get_next(t, insn) \ argument
47 ({ if (unlikely(!validate_next(t, insn, 0))) goto err_out; __get_next(t, insn); })
50 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
[all …]
/openbmc/linux/arch/x86/lib/
H A Dinsn.c23 #define leXX_to_cpu(t, r) \ argument
25 __typeof__(t) v; \
26 switch (sizeof(t)) { \
37 #define validate_next(t, insn, n) \ argument
40 #define __get_next(t, insn) \ argument
41 …({ t r = get_unaligned((t *)(insn)->next_byte); (insn)->next_byte += sizeof(t); leXX_to_cpu(t, r);…
44 ({ t r = get_unaligned((t *)(insn)->next_byte + n); leXX_to_cpu(t, r); })
46 #define get_next(t, insn) \ argument
47 ({ if (unlikely(!validate_next(t, insn, 0))) goto err_out; __get_next(t, insn); })
50 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
[all …]
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_bloom_filter_map.sh10 for t in 1 4 8 12 16; do
12 subtitle "value_size: $v bytes, # threads: $t, # hashes: $h"
17 "$($RUN_BENCH -p $t --nr_hash_funcs $h --nr_entries $e --value_size $v bloom-lookup)"
20 "$($RUN_BENCH -p $t --nr_hash_funcs $h --nr_entries $e --value_size $v bloom-update)"
23 "$($RUN_BENCH -p $t --nr_hash_funcs $h --nr_entries $e --value_size $v bloom-false-positive)"
/openbmc/linux/drivers/irqchip/
H A Dirq-ath79-misc.c64 u32 t; in ar71xx_misc_irq_unmask() local
66 t = __raw_readl(base + AR71XX_RESET_REG_MISC_INT_ENABLE); in ar71xx_misc_irq_unmask()
67 __raw_writel(t | BIT(irq), base + AR71XX_RESET_REG_MISC_INT_ENABLE); in ar71xx_misc_irq_unmask()
77 u32 t; in ar71xx_misc_irq_mask() local
79 t = __raw_readl(base + AR71XX_RESET_REG_MISC_INT_ENABLE); in ar71xx_misc_irq_mask()
80 __raw_writel(t & ~BIT(irq), base + AR71XX_RESET_REG_MISC_INT_ENABLE); in ar71xx_misc_irq_mask()
90 u32 t; in ar724x_misc_irq_ack() local
92 t = __raw_readl(base + AR71XX_RESET_REG_MISC_INT_STATUS); in ar724x_misc_irq_ack()
93 __raw_writel(t & ~BIT(irq), base + AR71XX_RESET_REG_MISC_INT_STATUS); in ar724x_misc_irq_ack()
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Damd.c59 int t; in get_did() local
66 t = pstate.pstatedef.did; in get_did()
68 t = pstate.val & 0xf; in get_did()
70 t = pstate.pstate.did; in get_did()
72 return t; in get_did()
77 int t; in get_cof() local
91 t = 0x10; in get_cof()
94 t = 0x8; in get_cof()
95 cof = (100 * (fid + t)) >> did; in get_cof()
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryReset.vue3 <page-title :description="$t('pageFactoryReset.description')" />
9 <b-form-group :label="$t('pageFactoryReset.form.resetOptionsLabel')">
21 {{ $t('pageFactoryReset.form.resetBiosOptionLabel') }}
24 {{ $t('pageFactoryReset.form.resetBiosOptionHelperText') }}
33 {{ $t('pageFactoryReset.form.resetToDefaultsOptionLabel') }}
37 $t('pageFactoryReset.form.resetToDefaultsOptionHelperText')
47 {{ $t('global.action.reset') }}
71 $t: useI18n().t,
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dsensors.c226 struct scmi_xfer *t; in scmi_sensor_attributes_get() local
234 attr = t->rx.buf; in scmi_sensor_attributes_get()
700 struct scmi_xfer *t; in scmi_sensor_request_notify() local
707 cfg = t->tx.buf; in scmi_sensor_request_notify()
740 struct scmi_xfer *t; in scmi_sensor_trip_point_config() local
748 trip = t->tx.buf; in scmi_sensor_trip_point_config()
804 msg = t->tx.buf; in scmi_sensor_config_set()
851 sensor = t->tx.buf; in scmi_sensor_reading_get()
860 resp = t->rx.buf; in scmi_sensor_reading_get()
924 sensor = t->tx.buf; in scmi_sensor_reading_get_timestamped()
[all …]
/openbmc/linux/include/net/tc_act/
H A Dtc_tunnel_key.h30 struct tcf_tunnel_key *t = to_tunnel_key(a); in is_tcf_tunnel_set() local
33 params = rcu_dereference_protected(t->params, in is_tcf_tunnel_set()
44 struct tcf_tunnel_key *t = to_tunnel_key(a); in is_tcf_tunnel_release() local
47 params = rcu_dereference_protected(t->params, in is_tcf_tunnel_release()
58 struct tcf_tunnel_key *t = to_tunnel_key(a); in tcf_tunnel_info() local
61 params = rcu_dereference_protected(t->params, in tcf_tunnel_info()
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument
91 return t->save ? pc_pointer(t->save->pc) : 0; in thread_saved_pc()
94 static inline unsigned long thread_saved_fp(struct thread_struct *t) in thread_saved_fp() argument
96 return t->save ? t->save->fp : 0; in thread_saved_fp()
/openbmc/linux/net/ceph/
H A Ddebugfs.c187 seq_printf(s, "osd%d\t%llu.%x\t", t->osd, t->pgid.pool, t->pgid.seed); in dump_target()
188 dump_spgid(s, &t->spgid); in dump_target()
190 for (i = 0; i < t->up.size; i++) in dump_target()
195 seq_printf(s, "]/%d\te%u\t", t->acting.primary, t->epoch); in dump_target()
196 if (t->target_oloc.pool_ns) { in dump_target()
198 (int)t->target_oloc.pool_ns->len, in dump_target()
199 t->target_oloc.pool_ns->str, in dump_target()
200 t->target_oid.name_len, t->target_oid.name, t->flags); in dump_target()
203 t->target_oid.name, t->flags); in dump_target()
205 if (t->paused) in dump_target()
[all …]

1...<<21222324252627282930>>...339