Home
last modified time | relevance | path

Searched refs:t (Results 201 – 225 of 8449) sorted by relevance

12345678910>>...338

/openbmc/phosphor-logging/lib/
H A Dlg2_commit.cpp58 static auto data_from_json(sdbusplus::exception::generated_event_base& t) in data_from_json() argument
63 auto j = t.to_json()[t.name()]; in data_from_json()
109 auto extractEvent(sdbusplus::exception::generated_event_base&& t) in extractEvent() argument
112 return {t.name(), severity_from_syslog(t.severity()), data_from_json(t)}; in extractEvent()
117 auto commit(sdbusplus::exception::generated_event_base&& t) in commit() argument
122 lg2::error("OPENBMC_MESSAGE_ID={DATA}", "DATA", t.to_json().dump()); in commit()
134 m.append(t.name(), details::severity_from_syslog(t.severity()), in commit()
135 details::data_from_json(t)); in commit()
146 sdbusplus::exception::generated_event_base&& t) in commit() argument
161 .create(t.name(), details::severity_from_syslog(t.severity()), in commit()
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-harness-perl_3.48.bb92 rm -rf ${B}/t/000-load.t
93 rm -rf ${B}/t/state.t
95 rm -rf ${B}/t/aggregator.t
96 rm -rf ${B}/t/bailout.t
97 rm -rf ${B}/t/base.t
98 rm -rf ${B}/t/callbacks.t
99 rm -rf ${B}/t/errors.t
100 rm -rf ${B}/t/nested.t
101 rm -rf ${B}/t/object.t
103 rm -rf ${B}/t/results.t
[all …]
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c483 t = &host->t; in mmc_spi_command_send()
484 memset(t, 0, sizeof(*t)); in mmc_spi_command_send()
485 t->tx_buf = t->rx_buf = data->status; in mmc_spi_command_send()
525 memset(t, 0, sizeof(*t)); in mmc_spi_setup_data_message()
538 t = &host->t; in mmc_spi_setup_data_message()
539 memset(t, 0, sizeof(*t)); in mmc_spi_setup_data_message()
545 memset(t, 0, sizeof(*t)); in mmc_spi_setup_data_message()
572 memset(t, 0, sizeof(*t)); in mmc_spi_setup_data_message()
658 t->tx_buf += t->len; in mmc_spi_writeblock()
761 t->rx_buf += t->len; in mmc_spi_readblock()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D130.out2 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=67108864
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
5 image: TEST_DIR/t.IMGFMT
14 image: TEST_DIR/t.IMGFMT
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.orig backin…
21 image: TEST_DIR/t.IMGFMT
24 backing file: TEST_DIR/t.IMGFMT.orig
32 image: TEST_DIR/t.IMGFMT
35 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.orig backin…
38 image: TEST_DIR/t.IMGFMT
[all …]
/openbmc/linux/tools/perf/bench/
H A Dsched-pipe.c84 int t; in bench_sched_pipe() local
101 for (t = 0; t < nr_threads; t++) { in bench_sched_pipe()
102 td = threads + t; in bench_sched_pipe()
104 td->nr = t; in bench_sched_pipe()
106 if (t == 0) { in bench_sched_pipe()
118 for (t = 0; t < nr_threads; t++) { in bench_sched_pipe()
119 td = threads + t; in bench_sched_pipe()
125 for (t = 0; t < nr_threads; t++) { in bench_sched_pipe()
126 td = threads + t; in bench_sched_pipe()
/openbmc/linux/drivers/net/dsa/
H A Dvitesse-vsc73xx-spi.c56 struct spi_transfer t[2]; in vsc73xx_spi_read() local
67 memset(&t, 0, sizeof(t)); in vsc73xx_spi_read()
69 t[0].tx_buf = cmd; in vsc73xx_spi_read()
70 t[0].len = sizeof(cmd); in vsc73xx_spi_read()
73 t[1].rx_buf = buf; in vsc73xx_spi_read()
74 t[1].len = sizeof(buf); in vsc73xx_spi_read()
109 memset(&t, 0, sizeof(t)); in vsc73xx_spi_write()
111 t[0].tx_buf = cmd; in vsc73xx_spi_write()
112 t[0].len = sizeof(cmd); in vsc73xx_spi_write()
115 t[1].tx_buf = buf; in vsc73xx_spi_write()
[all …]
/openbmc/linux/arch/m68k/q40/
H A Dconfig.c216 Q40_RTC_SECS = bin2bcd(t->tm_sec); in q40_hwclk()
217 Q40_RTC_MINS = bin2bcd(t->tm_min); in q40_hwclk()
218 Q40_RTC_HOUR = bin2bcd(t->tm_hour); in q40_hwclk()
219 Q40_RTC_DATE = bin2bcd(t->tm_mday); in q40_hwclk()
222 if (t->tm_wday >= 0) in q40_hwclk()
230 t->tm_year = bcd2bin (Q40_RTC_YEAR); in q40_hwclk()
232 t->tm_mday = bcd2bin (Q40_RTC_DATE); in q40_hwclk()
233 t->tm_hour = bcd2bin (Q40_RTC_HOUR); in q40_hwclk()
234 t->tm_min = bcd2bin (Q40_RTC_MINS); in q40_hwclk()
239 if (t->tm_year < 70) in q40_hwclk()
[all …]
/openbmc/linux/arch/m68k/apollo/
H A Dconfig.c208 t->tm_sec=rtc->second; in dn_dummy_hwclk()
209 t->tm_min=rtc->minute; in dn_dummy_hwclk()
210 t->tm_hour=rtc->hours; in dn_dummy_hwclk()
213 t->tm_mon = rtc->month - 1; in dn_dummy_hwclk()
214 t->tm_year=rtc->year; in dn_dummy_hwclk()
215 if (t->tm_year < 70) in dn_dummy_hwclk()
216 t->tm_year += 100; in dn_dummy_hwclk()
218 rtc->second=t->tm_sec; in dn_dummy_hwclk()
219 rtc->minute=t->tm_min; in dn_dummy_hwclk()
220 rtc->hours=t->tm_hour; in dn_dummy_hwclk()
[all …]
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DPoliciesStore.js75 return i18n.global.t('pagePolicies.toast.successIpmiEnabled');
85 i18n.global.t('pagePolicies.toast.errorIpmiEnabled'),
89 i18n.global.t('pagePolicies.toast.errorIpmiDisabled'),
108 return i18n.global.t('pagePolicies.toast.successSshEnabled');
118 i18n.global.t('pagePolicies.toast.errorSshEnabled'),
122 i18n.global.t('pagePolicies.toast.errorSshDisabled'),
146 i18n.global.t('pagePolicies.toast.errorRtadEnabled'),
150 i18n.global.t('pagePolicies.toast.errorRtadDisabled'),
174 i18n.global.t('pagePolicies.toast.errorVtpmEnabled'),
178 i18n.global.t('pagePolicies.toast.errorVtpmDisabled'),
[all …]
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_compress.c308 for (t = 0; t < BZ_N_GROUPS; t++) in sendMTFValues()
365 for (t = 0; t < nGroups; t++) fave[t] = 0; in sendMTFValues()
367 for (t = 0; t < nGroups; t++) in sendMTFValues()
397 for (t = 0; t < nGroups; t++) cost[t] = 0; in sendMTFValues()
432 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
441 for (t = 0; t < nGroups; t++) in sendMTFValues()
442 if (cost[t] < bc) { bc = cost[t]; bt = t; }; in sendMTFValues()
480 for (t = 0; t < nGroups; t++) in sendMTFValues()
490 for (t = 0; t < nGroups; t++) in sendMTFValues()
522 for (t = 0; t < nGroups; t++) { in sendMTFValues()
[all …]
/openbmc/linux/kernel/sched/
H A Dpsi.c492 if (now < t->last_event_time + t->win.size) in update_triggers()
823 for (t = 0, m = clear; m; m &= ~(1 << t), t++) { in psi_group_change()
837 for (t = 0; set; set &= ~(1 << t), t++) in psi_group_change()
1335 t = kmalloc(sizeof(*t), GFP_KERNEL); in psi_trigger_create()
1336 if (!t) in psi_trigger_create()
1386 return t; in psi_trigger_create()
1398 if (!t) in psi_trigger_destroy()
1407 if (t->of) in psi_trigger_destroy()
1471 kfree(t); in psi_trigger_destroy()
1484 if (!t) in psi_trigger_poll()
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dclst.c63 const struct test *t; in main() local
69 t = &tests[i]; in main()
70 s1 = t->s1; in main()
71 s2 = t->s2; in main()
72 cc = clst(t->sep, &s1, &s2); in main()
73 if (cc != t->exp_cc || in main()
74 s1 != t->s1 + t->exp_off || in main()
75 s2 != t->s2 + t->exp_off) { in main()
76 fprintf(stderr, "%s\n", t->name); in main()
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A Drun-ptest13 echo "PASS: $t" >> ${log}
14 echo "PASS: $t"
17 echo "SKIP: $t" >> ${log}
18 echo "SKIP: $t"
21 echo "FAIL: $t" >> ${log}
22 echo "FAIL: $t"
63 for t in *; do
64 [ -x $t ] || continue
65 [ -f $t ] || continue
67 is_disallowed ${t}
[all …]
/openbmc/webui-vue/src/components/Mixins/
H A DBVToastMixin.js44 i18n.global.t('global.action.refresh'),
60 title: t = i18n.global.t('global.status.success'),
66 const title = this.$_BVToastMixin_createTitle(t, 'success');
74 title: t = i18n.global.t('global.status.error'),
80 const title = this.$_BVToastMixin_createTitle(t, 'danger');
88 title: t = i18n.global.t('global.status.warning'),
94 const title = this.$_BVToastMixin_createTitle(t, 'warning');
102 title: t = i18n.global.t('global.status.informational'),
108 const title = this.$_BVToastMixin_createTitle(t, 'info');
/openbmc/linux/drivers/net/fddi/skfp/
H A Dsmttimer.c25 smc->t.st_queue = NULL; in smt_timer_init()
26 smc->t.st_fast.tm_active = FALSE ; in smt_timer_init()
27 smc->t.st_fast.tm_next = NULL; in smt_timer_init()
68 if (!smc->t.st_queue) { in smt_timer_start()
69 smc->t.st_queue = timer ; in smt_timer_start()
99 hwt_start(smc,smc->t.st_queue->tm_delta) ; in smt_timer_start()
121 last = &smc->t.st_queue ; in timer_done()
122 tm = smc->t.st_queue ; in timer_done()
137 next = smc->t.st_queue ; in timer_done()
138 smc->t.st_queue = tm ; in timer_done()
[all …]
/openbmc/linux/net/sctp/
H A Dsm_sideeffect.c343 from_timer(asoc, t, in sctp_generate_t5_shutdown_guard_event()
769 t->error_count = 0; in sctp_cmd_transport_on()
785 t->hb_sent = 0; in sctp_cmd_transport_on()
790 if ((t->state == SCTP_INACTIVE) || (t->state == SCTP_UNCONFIRMED)) { in sctp_cmd_transport_on()
803 if (t->dst) in sctp_cmd_transport_on()
814 t->rto_pending = 1; in sctp_cmd_transport_on()
855 t = chunk->transport; in sctp_cmd_setup_t2()
961 chunk->transport = t; in sctp_cmd_setup_t4()
1660 t, 1); in sctp_cmd_interpreter()
1661 t->hb_sent = 1; in sctp_cmd_interpreter()
[all …]
/openbmc/linux/drivers/nvmem/
H A Dlan9662-otpc.c9 #define OTP_OTP_PWR_DN(t) (t + 0x00) argument
11 #define OTP_OTP_ADDR_HI(t) (t + 0x04) argument
12 #define OTP_OTP_ADDR_LO(t) (t + 0x08) argument
13 #define OTP_OTP_PRGM_DATA(t) (t + 0x10) argument
14 #define OTP_OTP_PRGM_MODE(t) (t + 0x14) argument
16 #define OTP_OTP_RD_DATA(t) (t + 0x18) argument
17 #define OTP_OTP_FUNC_CMD(t) (t + 0x20) argument
20 #define OTP_OTP_CMD_GO(t) (t + 0x28) argument
22 #define OTP_OTP_PASS_FAIL(t) (t + 0x2c) argument
26 #define OTP_OTP_STATUS(t) (t + 0x30) argument
/openbmc/linux/arch/arm/common/
H A DbL_switcher.c287 spin_lock(&t->lock); in bL_switcher_thread()
292 t->completer = NULL; in bL_switcher_thread()
346 struct bL_thread *t; in bL_switch_request_cb() local
355 if (IS_ERR(t->task)) in bL_switch_request_cb()
357 if (!t->task) in bL_switch_request_cb()
360 spin_lock(&t->lock); in bL_switch_request_cb()
361 if (t->completer) { in bL_switch_request_cb()
369 wake_up(&t->wq); in bL_switch_request_cb()
582 t->task = bL_switcher_thread_create(cpu, t); in bL_switcher_enable()
631 task = t->task; in bL_switcher_disable()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-bd70528.c61 d->sec |= bin2bcd(t->tm_sec); in tmday2rtc()
62 d->min |= bin2bcd(t->tm_min); in tmday2rtc()
63 d->hour |= bin2bcd(t->tm_hour); in tmday2rtc()
77 tmday2rtc(t, &r->time); in tm2rtc()
82 r->day |= bin2bcd(t->tm_mday); in tm2rtc()
83 r->week |= bin2bcd(t->tm_wday); in tm2rtc()
98 t->tm_hour %= 12; in rtc2tm()
100 t->tm_hour += 12; in rtc2tm()
172 tm2rtc(t, &rtc_data); in bd71828_set_time()
196 rtc2tm(&rtc_data, t); in bd70528_get_time()
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-mpc52xx-psc.c48 struct spi_transfer *t) in mpc52xx_psc_spi_transfer_setup() argument
52 cs->speed_hz = (t && t->speed_hz) in mpc52xx_psc_spi_transfer_setup()
54 cs->bits_per_word = (t && t->bits_per_word) in mpc52xx_psc_spi_transfer_setup()
105 struct spi_transfer *t) in mpc52xx_psc_spi_transfer_rxtx() argument
119 if (!t->tx_buf && !t->rx_buf && t->len) in mpc52xx_psc_spi_transfer_rxtx()
124 while (rb < t->len) { in mpc52xx_psc_spi_transfer_rxtx()
152 if (t->len - rb == 1) { in mpc52xx_psc_spi_transfer_rxtx()
190 if (t->bits_per_word || t->speed_hz) { in mpc52xx_psc_spi_transfer_one_message()
198 cs_change = t->cs_change; in mpc52xx_psc_spi_transfer_one_message()
203 m->actual_length += t->len; in mpc52xx_psc_spi_transfer_one_message()
[all …]
H A Dspi-bitbang.c61 struct spi_transfer *t, in bitbang_txrx_8() argument
68 u8 *rx = t->rx_buf; in bitbang_txrx_8()
80 return t->len - count; in bitbang_txrx_8()
90 struct spi_transfer *t, in bitbang_txrx_16() argument
97 u16 *rx = t->rx_buf; in bitbang_txrx_16()
109 return t->len - count; in bitbang_txrx_16()
119 struct spi_transfer *t, in bitbang_txrx_32() argument
126 u32 *rx = t->rx_buf; in bitbang_txrx_32()
138 return t->len - count; in bitbang_txrx_32()
147 if (t) { in spi_bitbang_setup_transfer()
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dpower.c78 struct scmi_xfer *t; in scmi_power_attributes_get() local
86 attr = t->rx.buf; in scmi_power_attributes_get()
96 ph->xops->xfer_put(ph, t); in scmi_power_attributes_get()
107 struct scmi_xfer *t; in scmi_power_domain_attributes_get() local
116 attr = t->rx.buf; in scmi_power_domain_attributes_get()
127 ph->xops->xfer_put(ph, t); in scmi_power_domain_attributes_get()
147 struct scmi_xfer *t; in scmi_power_state_set() local
154 st = t->tx.buf; in scmi_power_state_set()
169 struct scmi_xfer *t; in scmi_power_state_get() local
213 struct scmi_xfer *t; in scmi_power_request_notify() local
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableSystem.vue2 <page-section :section-title="$t('pageInventory.system')">
9 :empty-text="$t('global.table.emptyMessage')"
41 {{ $t('global.status.on') }}
43 <span v-else>{{ $t('global.status.off') }}</span>
56 <dt>{{ $t('pageInventory.table.model') }}:</dt>
71 <dt>{{ $t('pageInventory.table.power') }}:</dt>
104 {{ $t('pageInventory.table.memorySummary') }}
111 {{ $t('unit.GiB') }}
153 $t: useI18n().t,
163 label: i18n.global.t('pageInventory.table.id'),
[all …]
H A DInventoryTableBmcManager.vue2 <page-section :section-title="$t('pageInventory.bmcManager')">
9 :empty-text="$t('global.table.emptyMessage')"
42 {{ $t('global.status.on') }}
44 <span v-else> {{ $t('global.status.off') }} </span>
55 <dt>{{ $t('pageInventory.table.name') }}:</dt>
67 <dt>{{ $t('pageInventory.table.model') }}:</dt>
70 <dt>{{ $t('pageInventory.table.uuid') }}:</dt>
83 <dt>{{ $t('pageInventory.table.power') }}:</dt>
144 {{ $t('pageInventory.table.serialConsole') }}
181 $t: useI18n().t,
[all …]
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue17 {{ $t('global.status.on') }}
23 {{ $t('global.status.off') }}
29 {{ $t('global.status.diagnosticMode') }}
32 {{ $t('global.status.notAvailable') }}
194 $t: useI18n().t,
238 const modalMessage = i18n.global.t(
242 title: i18n.global.t(
245 okTitle: i18n.global.t('global.action.confirm'),
265 const modalMessage = i18n.global.t(
269 title: i18n.global.t(
[all …]

12345678910>>...338