/openbmc/telemetry/src/metrics/ |
H A D | collection_data.cpp | 40 if (duration.t.count() == 0) in DataInterval() 77 timestamp - nextItemTimestamp > duration.t) in cleanup() 85 if (timestamp > duration.t) in cleanup() 88 timestamp - duration.t); in cleanup()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 111.out | 2 qemu-img: TEST_DIR/t.IMGFMT: Could not open 'TEST_DIR/t.IMGFMT.inexistent': No such file or directo…
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.c | 1230 char *t, *t2, *t3; in traceprobe_parse_probe_arg_body() local 1255 if (t) { in traceprobe_parse_probe_arg_body() 1256 *t = '\0'; in traceprobe_parse_probe_arg_body() 1294 if (parg->count || (t && strcmp(t, "string"))) { in traceprobe_parse_probe_arg_body() 1295 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), in traceprobe_parse_probe_arg_body() 1303 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), BAD_TYPE); in traceprobe_parse_probe_arg_body() 1321 if (!t) { in traceprobe_parse_probe_arg_body() 1350 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), in traceprobe_parse_probe_arg_body() 1358 trace_probe_log_err(ctx->offset + (t ? (t - arg) : 0), in traceprobe_parse_probe_arg_body() 1408 if (t != NULL) { in traceprobe_parse_probe_arg_body() [all …]
|
/openbmc/linux/arch/x86/platform/uv/ |
H A D | uv_time.c | 207 u64 *t = &head->cpu[bcpu].expires; in uv_rtc_set_timer() local 214 *t = expires; in uv_rtc_set_timer() 221 *t = ULLONG_MAX; in uv_rtc_set_timer() 243 u64 *t = &head->cpu[bcpu].expires; in uv_rtc_unset_timer() local 249 if ((head->next_cpu == bcpu && uv_read_rtc(NULL) >= *t) || force) in uv_rtc_unset_timer() 253 *t = ULLONG_MAX; in uv_rtc_unset_timer()
|
/openbmc/linux/kernel/ |
H A D | audit.h | 265 struct timespec64 *t, unsigned int *serial); 301 extern int audit_signal_info_syscall(struct task_struct *t); 306 #define auditsc_get_stamp(c, t, s) 0 argument 320 #define audit_exe_compare(t, m) (-EINVAL) argument 332 static inline int audit_signal_info_syscall(struct task_struct *t) in audit_signal_info_syscall() argument 337 #define audit_filter_inodes(t, c) do { } while (0) argument
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | util.cpp | 166 float t = static_cast<float>(ticks) * invTicksPerSec; in parseTcommUtimeStimeString() local 170 ret.utime = t; in parseTcommUtimeStimeString() 174 ret.stime = t; in parseTcommUtimeStimeString() 305 for (auto& t : timestamps) in getBootTimesMonotonic() local 309 if (tm.first.compare(t.first) == 0) in getBootTimesMonotonic() 311 auto temp = std::get<uint64_t>(t.second); in getBootTimesMonotonic()
|
/openbmc/phosphor-inventory-manager/ |
H A D | method.mako.cpp | 3 <${(',\n' + indent(1)).join([t.qualified() for t in method.templates])}>\
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | serial.rst | 31 and "console=" arguments. Without an HCDP, device names didn't 54 EFI knows what your console devices are, but it doesn't tell the 58 multiple simultaneous consoles and doesn't tell the kernel which 65 card) as the console. Then you don't need to tell Linux 74 NOTE: Don't assume that a serial console device will be /dev/ttyS0. 82 The kernel can't start using a serial console until it knows where 113 console device even when it isn't explicitly selected. 123 - If you don't have an HCDP, the kernel doesn't know where 134 "login:" prompt, but can't login as root:
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/ |
H A D | arpwatch.default | 3 # Debian: don't report bogons, don't use PROMISC.
|
/openbmc/linux/net/rose/ |
H A D | rose_route.c | 497 t = rose_node; in rose_rt_device_down() 504 t->count--; in rose_rt_device_down() 508 t->neighbour[0] = t->neighbour[1]; in rose_rt_device_down() 511 t->neighbour[1] = t->neighbour[2]; in rose_rt_device_down() 518 if (t->count <= 0) in rose_rt_device_down() 519 rose_remove_node(t); in rose_rt_device_down() 566 t = rose_node; in rose_clear_routes() 568 if (!t->loopback) in rose_clear_routes() 569 rose_remove_node(t); in rose_clear_routes() 1314 t = rose_node; in rose_rt_free() [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | pata_macio.c | 88 #define SYSCLK_TICKS(t) (((t) + IDE_SYSCLK_NS - 1) / IDE_SYSCLK_NS) argument 89 #define SYSCLK_TICKS_66(t) (((t) + IDE_SYSCLK_66_NS - 1) / IDE_SYSCLK_66_NS) argument 396 const struct pata_macio_timing *t; in pata_macio_set_timings() local 410 if (t == NULL) { in pata_macio_set_timings() 413 t = pata_macio_find_timing(priv, XFER_PIO_0); in pata_macio_set_timings() 415 BUG_ON(t == NULL); in pata_macio_set_timings() 418 priv->treg[adev->devno][0] |= t->reg1; in pata_macio_set_timings() 422 if (t == NULL || (t->reg1 == 0 && t->reg2 == 0)) { in pata_macio_set_timings() 426 BUG_ON(t == NULL); in pata_macio_set_timings() 429 priv->treg[adev->devno][0] |= t->reg1; in pata_macio_set_timings() [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 697 tcg_gen_op_vec(vece, t, b, tcg_constant_vec_matching(t, vece, msb)); 750 tcg_gen_or_i64(t, a, b); 757 tcg_gen_or_i64(t, a, b); 763 tcg_gen_bitsel_vec(vece, t, tcg_constant_vec_matching(t, vece, msb), a, b); 1060 tcg_gen_and_vec(vece, t, t, b); 1073 tcg_gen_and_vec(vece, t, t, b); 1087 tcg_gen_and_vec(vece, t, t, b); 1382 TCGv_ptr t, s1, s2, s3; 1384 t = gen_vsr_ptr(tgt); 2128 TCGv_ptr t, b; [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 2541 tcg_gen_andi_i64(t, t, dup_const(vece, 1)); in gen_absv_mask() 2542 tcg_gen_muli_i64(t, t, (1 << nbit) - 1); in gen_absv_mask() 2550 tcg_gen_andi_i64(t, t, dup_const(vece, 1)); in gen_absv_mask() 2553 tcg_temp_free_i64(t); in gen_absv_mask() 3378 tcg_temp_free_vec(t); in tcg_gen_shlv_mod_vec() 3387 tcg_temp_free_i32(t); in tcg_gen_shl_mod_i32() 3396 tcg_temp_free_i64(t); in tcg_gen_shl_mod_i64() 3441 tcg_temp_free_vec(t); in tcg_gen_shrv_mod_vec() 3450 tcg_temp_free_i32(t); in tcg_gen_shr_mod_i32() 3459 tcg_temp_free_i64(t); in tcg_gen_shr_mod_i64() [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | renderer.py | 6 t = loader.get_template(template) 8 r = t.render(loader=loader, **kwargs)
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | test_bitsplit.S | 14 p0 = cmp.eq(r2, #3); if (p0.new) jump:t test2 20 p0 = cmp.eq(r3, #23); if (p0.new) jump:t pass
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | TODO | 2 . Where should we do eviction (detatch_pages())? We aren't necessarily 6 . This is mainly theoretical since most of these devices don't actually 9 etc..), which isn't really ideal.
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | c2p_core.h | 25 u32 t = (d[i1] ^ (d[i2] >> shift)) & mask; in _transp() local 27 d[i1] ^= t; in _transp() 28 d[i2] ^= t << shift; in _transp()
|
/openbmc/openbmc/poky/meta/recipes-support/itstool/ |
H A D | itstool_2.0.7.bb | 21 SRC_URI:append:class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.pa… 22 SRC_URI:append:class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-… 23 SRC_URI:append:class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch"
|
/openbmc/linux/drivers/s390/cio/ |
H A D | chp.c | 717 enum cfg_task_t t = cfg_none; in chp_cfg_fetch_task() local 720 t = cfg_get_task(*chpid); in chp_cfg_fetch_task() 721 if (t != cfg_none) in chp_cfg_fetch_task() 725 return t; in chp_cfg_fetch_task() 733 enum cfg_task_t t; in cfg_func() local 737 t = chp_cfg_fetch_task(&chpid); in cfg_func() 740 switch (t) { in cfg_func() 768 if (t == cfg_get_task(chpid)) in cfg_func() 810 enum cfg_task_t t; in cfg_idle() local 813 t = chp_cfg_fetch_task(&chpid); in cfg_idle() [all …]
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 10 …def __init__(self, rulefname, reportfname='', t=5, debug=False, datafname='', fullrulefname='', wo… argument 17 self.tolerance = t 109 t = get_bound_value(error, self.tolerance, ridx) 112 denormerr = t * ubv / 100 if ubv != 100 and ubv > 0 else t 231 …lbv, ubv, t = self.get_bounds(rule['RangeLower'], rule['RangeUpper'], rule['ErrorThreshold'], alia… 235 elif not self.check_bound(val, lbv, ubv, t): 247 … 'ErrorThreshold': t, 'CollectedValue': val}) 269 … lbv, ubv, t = self.get_bounds(rule['RangeLower'], rule['RangeUpper'], rule['ErrorThreshold']) 279 … if len(result) > 0 and self.check_bound(result[0], lbv, ubv, t) or m['Name'] in self.skiplist: 290 if self.check_bound(val, lbv, ubv, t):
|
/openbmc/linux/drivers/spi/ |
H A D | spi-orion.c | 293 orion_spi_setup_transfer(struct spi_device *spi, struct spi_transfer *t) in orion_spi_setup_transfer() argument 302 if ((t != NULL) && t->speed_hz) in orion_spi_setup_transfer() 303 speed = t->speed_hz; in orion_spi_setup_transfer() 305 if ((t != NULL) && t->bits_per_word) in orion_spi_setup_transfer() 306 bits_per_word = t->bits_per_word; in orion_spi_setup_transfer() 533 struct spi_transfer *t) in orion_spi_transfer_one() argument 537 status = orion_spi_setup_transfer(spi, t); in orion_spi_transfer_one() 541 if (t->len) in orion_spi_transfer_one() 542 orion_spi_write_read(spi, t); in orion_spi_transfer_one()
|
/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | KeyClearStore.js | 17 i18n.global.t('pageKeyClear.toast.selectedKeyClearedSuccess'), 22 i18n.global.t('pageKeyClear.toast.selectedKeyClearedError'),
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | phy.c | 291 const struct reg_table *t; in mt7601u_load_bbp_temp_table_bw() local 298 return mt7601u_write_reg_pairs(dev, MT_MCU_MEMMAP_BBP, t->regs, t->n); in mt7601u_load_bbp_temp_table_bw() 303 const struct reg_table *t; in mt7601u_bbp_temp() local 312 t = bbp_mode_table[dev->temp_mode]; in mt7601u_bbp_temp() 314 t[2].regs, t[2].n); in mt7601u_bbp_temp() 319 t[dev->bw].regs, t[dev->bw].n); in mt7601u_bbp_temp() 330 t->cck[0].bw20 = dev->ee->real_cck_bw20[0]; in mt7601u_apply_ch14_fixup() 331 t->cck[1].bw20 = dev->ee->real_cck_bw20[1]; in mt7601u_apply_ch14_fixup() 430 int_to_s6(t->ofdm[0].bw20) << 16 | in __mt7601u_phy_set_channel() 431 int_to_s6(t->cck[1].bw20) << 8 | in __mt7601u_phy_set_channel() [all …]
|
/openbmc/linux/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 34 if (WARN_ON(!t)) in virtio_transport_get_ops() 964 if (!t) in virtio_transport_reset_no_sock() 975 return t->send_pkt(reply); in virtio_transport_reset_no_sock() 1299 struct virtio_transport *t) in virtio_transport_recv_listen() argument 1308 virtio_transport_reset_no_sock(t, skb); in virtio_transport_recv_listen() 1313 virtio_transport_reset_no_sock(t, skb); in virtio_transport_recv_listen() 1321 virtio_transport_reset_no_sock(t, skb); in virtio_transport_recv_listen() 1327 virtio_transport_reset_no_sock(t, skb); in virtio_transport_recv_listen() 1349 virtio_transport_reset_no_sock(t, skb); in virtio_transport_recv_listen() 1400 (void)virtio_transport_reset_no_sock(t, skb); in virtio_transport_recv_pkt() [all …]
|
/openbmc/linux/kernel/time/ |
H A D | itimer.c | 58 u64 t, samples[CPUCLOCK_MAX]; in get_cpu_itimer() local 61 t = samples[clock_id]; in get_cpu_itimer() 63 if (val < t) in get_cpu_itimer() 67 val -= t; in get_cpu_itimer() 203 #define timeval_valid(t) \ argument 204 (((t)->tv_sec >= 0) && (((unsigned long) (t)->tv_usec) < USEC_PER_SEC))
|