/openbmc/linux/arch/sh/drivers/pci/ |
H A D | common.c | 88 static void pcibios_enable_err(struct timer_list *t) in pcibios_enable_err() argument 90 struct pci_channel *hose = from_timer(hose, t, err_timer); in pcibios_enable_err() 97 static void pcibios_enable_serr(struct timer_list *t) in pcibios_enable_serr() argument 99 struct pci_channel *hose = from_timer(hose, t, serr_timer); in pcibios_enable_serr()
|
/openbmc/linux/include/trace/events/ |
H A D | osnoise.h | 11 TP_PROTO(struct task_struct *t, u64 start, u64 duration), 13 TP_ARGS(t, start, duration), 23 memcpy(__entry->comm, t->comm, TASK_COMM_LEN); 24 __entry->pid = t->pid;
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | meson.build | 60 foreach t : tests 61 test(t, executable(t.underscorify(), t + '.cpp',
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/ |
H A D | 0001-tests-shell-Fix-sets-reset_command_0-for-current-ker.patch | 7 timeout when resetting element"), element reset won't touch expiry 25 @@ -44,10 +44,10 @@ elem='element t s { 1.0.0.1 . udp . 53 }' 38 @@ -80,12 +80,6 @@ OUT=$($NFT reset map t m) 43 -VAL=$($NFT get element t s '{ 2.0.0.2 . tcp . 22 }' | expires_minutes)
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | debugfs.c | 62 u16 h, t, evl_size, i; in debugfs_evl_show() local 72 t = evl_status.tail; in debugfs_evl_show() 79 i = t; in debugfs_evl_show() 82 if (i == t) in debugfs_evl_show()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | bcd_time.cpp | 45 time_t t = system_clock::to_time_t(time); in getBCDTime() local 46 tm* gmTime = gmtime(&t); in getBCDTime() 86 time_t t = timegm(&utcTime); in getMillisecondsSinceEpoch() local 87 auto timepoint = std::chrono::system_clock::from_time_t(t); in getMillisecondsSinceEpoch()
|
/openbmc/sdbusplus/test/ |
H A D | meson.build | 43 foreach t : tests 45 'test_' + t.underscorify(), 47 'test-' + t.underscorify(), 48 t + '.cpp',
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 121 - (x/64/32) is the final fallback. I don't know what LS-240 has 122 - as its geometry, since I don't have one and don't know anyone that does, 123 - and Google wasn't helpful... */ 157 - /* Didn't work. Let's see if this is one of the standard geometries */ 165 - /* Didn't work either... assign a geometry of 64 heads, 32 sectors; this is 222 - /* Patch this into a fake FAT superblock. This isn't because 320 + (x/64/32) is the final fallback. I don't know what LS-240 has 321 + as its geometry, since I don't have one and don't know anyone that does, 322 + and Google wasn't helpful... */ 356 + /* Didn't work. Let's see if this is one of the standard geometries */ [all …]
|
/openbmc/openpower-proc-control/procedures/phal/ |
H A D | set_SPI_mux.cpp | 39 for (const auto& t : targets) in setSPIMux() local 41 writeRegWithMask(t, P10_ROOT_CTRL8, 0xF0000000, 0xF0000000); in setSPIMux()
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 94 struct sk_buff *t; in cvm_oct_free_tx_skbs() local 96 t = __skb_dequeue(&priv->tx_free_list[qos]); in cvm_oct_free_tx_skbs() 97 t->next = to_free_list; in cvm_oct_free_tx_skbs() 98 to_free_list = t; in cvm_oct_free_tx_skbs() 105 struct sk_buff *t = to_free_list; in cvm_oct_free_tx_skbs() local 108 dev_kfree_skb_any(t); in cvm_oct_free_tx_skbs() 458 struct sk_buff *t = __skb_dequeue(&priv->tx_free_list[qos]); in cvm_oct_xmit() local 460 t->next = to_free_list; in cvm_oct_xmit() 461 to_free_list = t; in cvm_oct_xmit() 469 struct sk_buff *t = to_free_list; in cvm_oct_xmit() local [all …]
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 374 unsigned s, t; in re_assemble_16() local 377 t = (as16 << 1) & 0xffff; in re_assemble_16() 379 return (t ^ s ^ (s >> 1)) | (s >> 15); in re_assemble_16() 422 static inline u32 hppa_t6_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 f, u8 ext6, u16 t) in hppa_t6_insn() argument 425 (ext6 << 6) | t); in hppa_t6_insn() 429 static inline u32 hppa_t7_insn(u8 opcode, u8 r, u8 t, u32 im11) in hppa_t7_insn() argument 431 return ((opcode << 26) | (r << 21) | (t << 16) | low_sign_unext(im11, 11)); in hppa_t7_insn() 435 static inline u32 hppa_t10_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 ext3, u8 cp, u8 t) in hppa_t10_insn() argument 438 (ext3 << 10) | (cp << 5) | t); in hppa_t10_insn() 461 static inline u32 hppa_t21_insn(u8 opcode, u8 r2, u8 r1, u8 ext8, u8 t) in hppa_t21_insn() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp_0.3-beta15-52.diff | 319 -msgid "field(%d)\t = %d\n" 320 -msgstr "champ(%d)\t = %d\n" 382 +#~ msgid "field(%d)\t = %d\n" 581 -msgid "field(%d)\t = %d\n" 582 -msgstr "����(%d)\t = %d\n" 850 -msgid "field(%d)\t = %d\n" 851 -msgstr "f�lt(%d)\t = %d\n" 1159 -msgid "field(%d)\t = %d\n" 1160 -msgstr "campo(%d)\t = %d\n" 1262 +"WARNING: This doesn't mean it hasn't got one.\n" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 87 + --with-sig-atomic-t=*) NGX_WITH_SIG_ATOMIC_T="$value" ;; 88 + --with-size-t=*) NGX_WITH_SIZE_T="$value" ;; 89 + --with-off-t=*) NGX_WITH_OFF_T="$value" ;; 90 + --with-time-t=*) NGX_WITH_TIME_T="$value" ;; 105 + --with-sig-atomic-t=VALUE force sig_atomic_t size 106 + --with-size-t=VALUE force size_t size 107 + --with-off-t=VALUE force off_t size 108 + --with-time-t=VALUE force time_t size
|
/openbmc/linux/drivers/spi/ |
H A D | spi-st-ssc4.c | 119 struct spi_device *spi, struct spi_transfer *t) in spi_st_transfer_one() argument 125 spi_st->tx_ptr = t->tx_buf; in spi_st_transfer_one() 126 spi_st->rx_ptr = t->rx_buf; in spi_st_transfer_one() 134 spi_st->words_remaining = t->len / 2; in spi_st_transfer_one() 136 } else if (spi->bits_per_word == 8 && !(t->len & 0x1)) { in spi_st_transfer_one() 142 spi_st->words_remaining = t->len / 2; in spi_st_transfer_one() 152 spi_st->words_remaining = t->len; in spi_st_transfer_one() 170 return t->len; in spi_st_transfer_one()
|
/openbmc/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 60 PIRQ2 ----|t|-./`----|t|-./`----|t|-./`----|t|--------|t| 72 INTB--|t| 96 note that this script won't work if you have skipped a few slots or if your 109 won't function properly (e.g. if it's inserted as a module).
|
/openbmc/phosphor-pid-control/pid/ |
H A D | zone.cpp | 430 for (const auto& t : _thermalInputs) in initializeLog() local 432 _log << "," << t << "," << t << "_raw"; in initializeLog() 477 for (const auto& t : _thermalInputs) in updateFanTelemetry() local 479 const auto& v = _cachedValuesByName[t]; in updateFanTelemetry() 508 for (const auto& t : _thermalInputs) in initializeCache() local 510 _cachedValuesByName[t] = {nan, nan}; in initializeCache() 513 markSensorMissing(t); in initializeCache()
|
/openbmc/linux/Documentation/admin-guide/namespaces/ |
H A D | resource-control.rst | 5 There are a lot of kinds of objects in the kernel that don't have 8 enabled in a kernel for people who don't trust their users or their 14 memory user's they don't trust to play nice can use.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 189.out | 3 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=16777216 13 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=16777216 backing_file=TEST_DIR/t.IMGFMT.base backin…
|
/openbmc/linux/tools/bpf/runqslower/ |
H A D | runqslower.bpf.c | 28 static int trace_enqueue(struct task_struct *t) in trace_enqueue() argument 30 u32 pid = t->pid; in trace_enqueue() 36 ptr = bpf_task_storage_get(&start, t, 0, in trace_enqueue()
|
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/ |
H A D | systemtap_git.inc | 9 file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ 19 # systemtap can't be built without optimization, if someone tries to compile an 23 bb.fatal("systemtap can't be built with -O0, using -O1 -Wno-error or -O1 instead.")
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_packedtags1.h | 36 const struct yaffs_ext_tags *t); 37 void yaffs_unpack_tags1(struct yaffs_ext_tags *t,
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | performance.patch | 26 -# Do 'set' in a subshell so we don't clobber the current shell's 37 - # -L didn't work. 38 - set X `ls -t "$srcdir/configure" conftest.file` 47 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken 67 -# If we didn't sleep, we still need to ensure time stamps of config.status and
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fbtft-io.c | 10 struct spi_transfer t = { in fbtft_write_spi() local 26 spi_message_add_tail(&t, &m); in fbtft_write_spi() 89 struct spi_transfer t = { in fbtft_read_spi() local 110 t.tx_buf = txbuf; in fbtft_read_spi() 117 spi_message_add_tail(&t, &m); in fbtft_read_spi()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dedup_split.c | 8 const struct btf_type *t; in test_split_simple() local 46 t = btf__type_by_id(btf2, 1); in test_split_simple() 47 if (!ASSERT_OK_PTR(t, "int_type")) in test_split_simple() 49 ASSERT_EQ(btf_is_int(t), true, "int_kind"); in test_split_simple() 50 ASSERT_STREQ(btf__str_by_offset(btf2, t->name_off), "int", "int_name"); in test_split_simple()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 375 unsigned long t, a, r; in fls64() local 377 t = __kernel_cmpbge (x, 0x0101010101010101UL); in fls64() 378 a = __flsm1_tab[t]; in fls64() 379 t = __kernel_extbl (x, a); in fls64() 380 r = a*8 + __flsm1_tab[t] + (x != 0); in fls64()
|