/openbmc/webui-vue/src/views/Overview/ |
H A D | Overview.vue | 6 :section-title="$t('pageOverview.systemInformation')" 18 <page-section :section-title="$t('pageOverview.statusInformation')"> 59 $t: useI18n().t,
|
/openbmc/linux/include/linux/ |
H A D | uprobes.h | 124 extern void uprobe_free_utask(struct task_struct *t); 125 extern void uprobe_copy_process(struct task_struct *t, unsigned long flags); 196 static inline void uprobe_free_utask(struct task_struct *t) in uprobe_free_utask() argument 199 static inline void uprobe_copy_process(struct task_struct *t, unsigned long flags) in uprobe_copy_process() argument
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vf_error.h | 28 #define AMDGIM_ERROR_CODE(t,c) (((t&0xF)<<12)|(c&0xFFF)) argument
|
/openbmc/linux/Documentation/networking/ |
H A D | arcnet.rst | 10 and cabling information if you're like many of us and didn't happen to get a 23 you test this and get it working. Or if you don't. Or anything. 27 didn't even have to install the patch. <sigh> 37 start SINGING. And we don't want that, do we? 53 Avery, because I didn't want to completely rewrite it. 104 without patches, though, and also doesn't like several cards. Fixed 163 to, then they won't interest you - forget them. 268 is also a DOS-based NFS server called SOSS. It doesn't multitask 278 don't know why the defaults on the Amiga didn't work; write to me if 538 It doesn't work: what now? [all …]
|
H A D | tproxy.rst | 19 # iptables -t mangle -N DIVERT 20 # iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT 21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1 22 # iptables -t mangle -A DIVERT -j ACCEPT 62 acceptable in certain situations. (Think of proxying UDP for example: you won't 69 # iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY \
|
/openbmc/qemu/python/ |
H A D | avocado.cfg | 5 # Don't show stdout/stderr in the test *summary* 9 # Don't show the full debug.log output; only select stdout/stderr.
|
/openbmc/linux/mm/damon/ |
H A D | sysfs.c | 1089 struct damon_target *t, *next; in damon_sysfs_destroy_targets() local 1094 put_pid(t->pid); in damon_sysfs_destroy_targets() 1095 damon_destroy_target(t); in damon_sysfs_destroy_targets() 1135 if (!t) in damon_sysfs_add_target() 1137 damon_add_target(ctx, t); in damon_sysfs_add_target() 1140 if (!t->pid) in damon_sysfs_add_target() 1197 struct damon_target *t, *next; in damon_sysfs_set_targets() local 1212 put_pid(t->pid); in damon_sysfs_set_targets() 1213 damon_destroy_target(t); in damon_sysfs_set_targets() 1253 put_pid(t->pid); in damon_sysfs_before_terminate() [all …]
|
/openbmc/u-boot/net/ |
H A D | cdp.c | 241 const uchar *t; in cdp_receive() local 310 t = (const uchar *)ss; in cdp_receive() 315 ss = (const ushort *)(t + 1); in cdp_receive() 318 if (t[0] == CONFIG_CDP_APPLIANCE_VLAN_TYPE) in cdp_receive() 324 t += 3; tlen -= 3; in cdp_receive()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | vpci.c | 74 struct pci_dev_entry *t, *dev_entry; in __xen_pcibk_add_pci_dev() local 107 t = list_entry(list_first(&vpci_dev->dev_list[slot]), in __xen_pcibk_add_pci_dev() 109 if (t->dev->is_virtfn && !PCI_FUNC(t->dev->devfn)) in __xen_pcibk_add_pci_dev() 112 if (match_slot(dev, t->dev)) { in __xen_pcibk_add_pci_dev()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_type.h | 148 struct ice_fv_word *t; member 225 u8 *t; member 249 u16 *t; member 282 struct ice_prof_tcam_entry *t; member 287 u8 *t; member
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | process.c | 339 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs() argument 341 memcpy(fpu, task_thread_info(t)->fp, 32 * 8); in elf_core_copy_task_fpregs() 360 thread_saved_pc(struct task_struct *t) in thread_saved_pc() argument 362 unsigned long base = (unsigned long)task_stack_page(t); in thread_saved_pc() 363 unsigned long fp, sp = task_thread_info(t)->pcb.ksp; in thread_saved_pc()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | idt.c | 187 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table() argument 191 for (; size > 0; t++, size--) { in idt_setup_from_table() 192 idt_init_desc(&desc, t); in idt_setup_from_table() 193 write_idt_entry(idt, t->vector, &desc); in idt_setup_from_table() 195 set_bit(t->vector, system_vectors); in idt_setup_from_table()
|
/openbmc/openbmc/poky/meta/recipes-extended/gawk/ |
H A D | gawk_5.3.0.bb | 38 # remove the link since we don't package it 65 for t in time timeout; do 66 echo $t >> ${D}${PTEST_PATH}/test/skipped.txt 80 for t in clos1way6 backsmalls1 commas rebt8b1 regx8bit; do 81 echo $t >> ${D}${PTEST_PATH}/test/skipped.txt
|
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/ |
H A D | timer.c | 139 void set_timer(ulong t) in set_timer() argument 141 debug("%s(%lx)\n", __func__, t); in set_timer() 142 timestamp = t; in set_timer()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-apply-msvc-workaround-for-clang-16.patch | 22 // have to #ifdef here: some compilers don't like the 'N + 1' form (MSVC), 23 // while some other don't like 'value + 1' (Borland), and some don't like
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_util.h | 51 extern void iscsit_handle_nopin_response_timeout(struct timer_list *t); 55 extern void iscsit_handle_nopin_timeout(struct timer_list *t); 59 extern void iscsit_login_timeout(struct timer_list *t);
|
/openbmc/linux/include/crypto/ |
H A D | blake2s.h | 28 u32 t[2]; member 57 state->t[0] = 0; in __blake2s_init() 58 state->t[1] = 0; in __blake2s_init()
|
/openbmc/linux/net/sctp/ |
H A D | protocol.c | 427 union sctp_addr *daddr = &t->ipaddr; in sctp_v4_get_dst() 431 if (t->dscp & SCTP_DSCP_SET_MASK) in sctp_v4_get_dst() 432 tos = t->dscp & SCTP_DSCP_VAL_MASK; in sctp_v4_get_dst() 455 t->dst = dst; in sctp_v4_get_dst() 520 t->dst = dst; in sctp_v4_get_dst() 530 t->dst = dst; in sctp_v4_get_dst() 542 t->dst = NULL; in sctp_v4_get_dst() 551 struct sctp_transport *t, in sctp_v4_get_saddr() argument 554 union sctp_addr *saddr = &t->saddr; in sctp_v4_get_saddr() 1057 struct flowi4 *fl4 = &t->fl.u.ip4; in sctp_v4_xmit() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/ |
H A D | ppc-opcode.h | 25 #define ___PPC_RT(t) ___PPC_RS(t) argument
|
/openbmc/linux/drivers/spi/ |
H A D | spi-fsl-cpm.h | 23 struct spi_transfer *t, bool is_dma_mapped); 31 struct spi_transfer *t, in fsl_spi_cpm_bufs() argument
|
/openbmc/linux/arch/arm/kernel/ |
H A D | thumbee.c | 30 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) in thumbee_notifier() argument 32 struct thread_info *thread = t; in thumbee_notifier()
|
/openbmc/linux/mm/ |
H A D | memory-failure.c | 347 pfn, t->comm, t->pid); in kill_proc() 362 addr_lsb, t); in kill_proc() 365 t->comm, t->pid, ret); in kill_proc() 567 struct task_struct *t; in find_early_kill_thread() local 569 for_each_thread(tsk, t) { in find_early_kill_thread() 572 return t; in find_early_kill_thread() 575 return t; in find_early_kill_thread() 628 if (!t) in collect_procs_anon() 633 if (vma->vm_mm != t->mm) in collect_procs_anon() 661 if (!t) in collect_procs_file() [all …]
|
/openbmc/linux/fs/ubifs/ |
H A D | key.h | 435 union ubifs_key *t = to; in key_write() local 437 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write() 438 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write() 451 union ubifs_key *t = to; in key_write_idx() local 453 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write_idx() 454 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write_idx()
|
/openbmc/linux/lib/reed_solomon/ |
H A D | decode_rs.c | 35 uint16_t *t = rsc->buffers + RS_DECODE_T * (nroots + 1); variable 152 t[0] = lambda[0]; 155 t[i + 1] = lambda[i + 1] ^ 159 t[i + 1] = lambda[i + 1]; 177 memcpy(lambda, t, (nroots + 1) * sizeof(t[0]));
|
/openbmc/u-boot/fs/ubifs/ |
H A D | key.h | 428 union ubifs_key *t = to; in key_write() local 430 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write() 431 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write() 444 union ubifs_key *t = to; in key_write_idx() local 446 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write_idx() 447 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write_idx()
|