/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1 00-INDEX: 333 4 11d.c: 17874 14 21142.c: 8591 15 21285.c: 11721 16 2860_main_dev.c: 33854 17 2860_rtmp_init.c: 26170 18 2870_main_dev.c: 39352 19 2870_rtmp_init.c: 51247 26 3780i.c: 21485 31 3c359.c: 60161 [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | master.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2006-2008 Nokia Corporation. 21 * scan_for_master - search the valid master node. 22 * @c: UBIFS file-system description object 25 * node. Returns zero in case of success, %-EUCLEAN if there master area is 29 static int scan_for_master(struct ubifs_info *c) in scan_for_master() argument 37 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1); in scan_for_master() 40 nodes_cnt = sleb->nodes_cnt; in scan_for_master() 42 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, in scan_for_master() 44 if (snod->type != UBIFS_MST_NODE) in scan_for_master() [all …]
|
H A D | lpt_commit.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2006-2008 Nokia Corporation. 12 * This file implements commit-related functionality of the LEB properties 28 static int dbg_populate_lsave(struct ubifs_info *c); 32 * first_dirty_cnode - find first dirty cnode. 33 * @c: UBIFS file-system description object 47 cnode = nnode->nbranch[i].cnode; in first_dirty_cnode() 49 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode() 50 if (cnode->level == 0) in first_dirty_cnode() 63 * next_dirty_cnode - find next dirty cnode. [all …]
|
H A D | super.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2006-2008 Nokia Corporation. 39 #include <mtd/ubi-user.h> 65 inode->i_ino = ino; in iget_locked() 66 inode->i_sb = sb; in iget_locked() 67 list_add(&inode->i_sb_list, &sb->s_inodes); in iget_locked() 68 inode->i_state = I_LOCK | I_NEW; in iget_locked() 80 list_del_init(&inode->i_sb_list); in ubifs_iput() 119 /* from fs/inode.c */ 121 * clear_nlink - directly zero an inode's link count [all …]
|
H A D | sb.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2006-2008 Nokia Corporation. 13 * LEB of the volume and is never changed by UBIFS. Only user-space tools may 64 * create_default_filesystem - format empty UBI volume. 65 * @c: UBIFS file-system description object 67 * This function creates default empty file-system. Returns zero in case of 70 static int create_default_filesystem(struct ubifs_info *c) in create_default_filesystem() argument 85 /* Some functions called from here depend on the @c->key_len filed */ in create_default_filesystem() 86 c->key_len = UBIFS_SK_LEN; in create_default_filesystem() 89 * First of all, we have to calculate default file-system geometry - in create_default_filesystem() [all …]
|
H A D | log.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2006-2008 Nokia Corporation. 23 static int dbg_check_bud_bytes(struct ubifs_info *c); 26 * ubifs_search_bud - search bud LEB. 27 * @c: UBIFS file-system description object 33 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud() argument 38 spin_lock(&c->buds_lock); in ubifs_search_bud() 39 p = c->buds.rb_node; in ubifs_search_bud() 42 if (lnum < bud->lnum) in ubifs_search_bud() 43 p = p->rb_left; in ubifs_search_bud() [all …]
|
/openbmc/linux/fs/ubifs/ |
H A D | master.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 16 * ubifs_compare_master_node - compare two UBIFS master nodes 17 * @c: UBIFS file-system description object 24 int ubifs_compare_master_node(struct ubifs_info *c, void *m1, void *m2) in ubifs_compare_master_node() argument 35 hmac_offs - UBIFS_CH_SZ); in ubifs_compare_master_node() 46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); in ubifs_compare_master_node() 51 /* mst_node_check_hash - Check hash of a master node 52 * @c: UBIFS file-system description object 64 static int mst_node_check_hash(const struct ubifs_info *c, in mst_node_check_hash() argument [all …]
|
H A D | super.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 35 return -EINVAL; in ubifs_default_version_set() 64 * validate_inode - validate inode. 65 * @c: UBIFS file-system description object 71 * a non-zero error code if not. 73 static int validate_inode(struct ubifs_info *c, const struct inode *inode) in validate_inode() argument 78 if (inode->i_size > c->max_inode_sz) { in validate_inode() 79 ubifs_err(c, "inode is too large (%lld)", in validate_inode() 80 (long long)inode->i_size); in validate_inode() [all …]
|
H A D | sb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 13 * LEB of the volume and is never changed by UBIFS. Only user-space tools may 54 static int get_default_compressor(struct ubifs_info *c) in get_default_compressor() argument 56 if (ubifs_compr_present(c, UBIFS_COMPR_ZSTD)) in get_default_compressor() 59 if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) in get_default_compressor() 62 if (ubifs_compr_present(c, UBIFS_COMPR_ZLIB)) in get_default_compressor() 69 * create_default_filesystem - format empty UBI volume. 70 * @c: UBIFS file-system description object 72 * This function creates default empty file-system. Returns zero in case of [all …]
|
H A D | lpt_commit.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 12 * This file implements commit-related functionality of the LEB properties 21 static int dbg_populate_lsave(struct ubifs_info *c); 24 * first_dirty_cnode - find first dirty cnode. 25 * @c: UBIFS file-system description object 30 static struct ubifs_cnode *first_dirty_cnode(const struct ubifs_info *c, struct ubifs_nnode *nnode) in first_dirty_cnode() argument 32 ubifs_assert(c, nnode); in first_dirty_cnode() 39 cnode = nnode->nbranch[i].cnode; in first_dirty_cnode() 41 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode() [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ipu3_rcb.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 5 <symbol overflow="visible" id="glyph0-0"> 6 <path style="stroke:none;" d="M 1 0 L 1 -15 L 9 -15 L 9 0 Z M 8 -1 L 8 -14 L 2 -14 L 2 -1 Z M 8 -1 … 8 <symbol overflow="visible" id="glyph0-1"> 9 …-1.15625 C 5.519531 -1.15625 6.15625 -1.316406 6.59375 -1.640625 C 7.039062 -1.960938 7.265625 -2.… 11 <symbol overflow="visible" id="glyph0-2"> 12 …-9.5 C 6.4375 -9.5 7.398438 -9.109375 8.078125 -8.328125 C 8.753906 -7.546875 9.09375 -6.363281 9.… 14 <symbol overflow="visible" id="glyph0-3"> 15 …-9.015625 C 2.015625 -9.160156 2.609375 -9.273438 3.203125 -9.359375 C 3.796875 -9.441406 4.351562… 17 <symbol overflow="visible" id="glyph0-4"> [all …]
|
/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/ |
H A D | meson.build | 1 project('berkeley-testfloat-3', 'c', 16 '-Wno-implicit-fallthrough', 17 '-Wno-strict-prototypes', 18 '-Wno-unknown-pragmas', 19 '-Wno-uninitialized', 20 '-Wno-missing-prototypes', 21 '-Wno-return-type', 22 '-Wno-unused-function', 23 '-Wno-missing-format-attribute', 24 '-Wno-error', [all …]
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | cs.po | 4 # Copyright (C) 2007 kavol 10 "Project-Id-Version: cs\n" 11 "Report-Msgid-Bugs-To: \n" 12 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 13 "PO-Revision-Date: 2008-06-11 16:26+0200\n" 14 "Last-Translator: Karel Volný <kavol@seznam.cz>\n" 15 "Language-Team: Czech <diskuze@lists.l10n.cz>\n" 17 "MIME-Version: 1.0\n" 18 "Content-Type: text/plain; charset=UTF-8\n" 19 "Content-Transfer-Encoding: 8bit\n" [all …]
|
H A D | pt.po | 2 # Copyright (C) 2008 THE cpufrequtils'S COPYRIGHT HOLDER 9 "Project-Id-Version: cpufrequtils 004\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 12 "PO-Revision-Date: 2008-06-14 22:16-0400\n" 13 "Last-Translator: Claudio Eduardo <claudioeddy@gmail.com>\n" 14 "MIME-Version: 1.0\n" 15 "Content-Type: text/plain; charset=UTF-8\n" 16 "Content-Transfer-Encoding: 8bit\n" 18 #: utils/idle_monitor/nhm_idle.c:36 [all …]
|
H A D | it.po | 2 # Copyright (C) 2004-2009 9 "Project-Id-Version: cpufrequtils 0.3\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 12 "PO-Revision-Date: 2009-08-15 12:00+0900\n" 13 "Last-Translator: Mattia Dongili <malattia@gmail.com>\n" 14 "Language-Team: NONE\n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=UTF-8\n" 18 "Content-Transfer-Encoding: 8bit\n" [all …]
|
H A D | fr.po | 2 # Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER 9 "Project-Id-Version: cpufrequtils 0.1-pre2\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 12 "PO-Revision-Date: 2004-11-17 15:53+1000\n" 13 "Last-Translator: Bruno Ducrot <ducrot@poupinou.org>\n" 14 "Language-Team: NONE\n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=ISO-8859-1\n" 18 "Content-Transfer-Encoding: 8bit\n" [all …]
|
H A D | de.po | 3 # Copyright (C) 2004-2009 Dominik Brodowski <linux@dominikbrodowski.net> 8 "Project-Id-Version: cpufrequtils 006\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 11 "PO-Revision-Date: 2019-06-02 15:23+0200\n" 12 "Last-Translator: Benjamin Weis <benjamin.weis@gmx.com>\n" 13 "Language-Team: NONE\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=UTF-8\n" 17 "Content-Transfer-Encoding: 8bit\n" [all …]
|
H A D | ka.po | 3 # Copyright (C) 2004-2022 Dominik Brodowski <linux@dominikbrodowski.net> 9 "Project-Id-Version: cpufrequtils 006\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2011-03-08 17:03+0100\n" 12 "PO-Revision-Date: 2022-09-18 22:12+0200\n" 13 "Last-Translator: Ekaterine Papava <katopapava@gmail.com>\n" 14 "Language-Team: NONE\n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=UTF-8\n" 18 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/openbmc/qemu/util/ |
H A D | meson.build | 1 util_ss.add(files('osdep.c', 'cutils.c', 'unicode.c', 'qemu-timer-common.c')) 2 util_ss.add(files('thread-context.c'), numa) 4 util_ss.add(files('atomic64.c')) 7 util_ss.add(files('aio-posix.c')) 8 util_ss.add(files('fdmon-poll.c')) 10 util_ss.add(files('fdmon-epoll.c')) 12 util_ss.add(files('compatfd.c')) 13 util_ss.add(files('event_notifier-posix.c')) 14 util_ss.add(files('mmap-alloc.c')) 19 util_ss.add(files('oslib-posix.c'), freebsd_dep) [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | meson.build | 1 system_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c')) 2 system_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c')) 3 system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('vmcoreinfo.c')) 4 system_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugexit.c')) 5 system_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c')) 6 system_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c')) 7 system_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c')) 8 system_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c')) 9 system_ss.add(when: 'CONFIG_LED', if_true: files('led.c')) 10 system_ss.add(when: 'CONFIG_PVPANIC_COMMON', if_true: files('pvpanic.c')) [all …]
|
/openbmc/linux/drivers/most/ |
H A D | core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * core.c - Implementation of core module of MOST Linux driver stack 5 * Copyright (C) 2013-2020 Microchip Technology Germany II GmbH & Co. KG 21 #include <linux/dma-mapping.h> 86 * list_pop_mbo - retrieves the first MBO of the list and removes it 92 list_del(&_mbo->list); \ 97 * most_free_mbo_coherent - free an MBO and its coherent buffer 102 struct most_channel *c = mbo->context; in most_free_mbo_coherent() local 103 u16 const coherent_buf_size = c->cfg.buffer_size + c->cfg.extra_len; in most_free_mbo_coherent() 105 if (c->iface->dma_free) in most_free_mbo_coherent() [all …]
|
H A D | most_cdev.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * cdev.c - Character device component for Mostcore 5 * Copyright (C) 2013-2015 Microchip Technology Germany II GmbH & Co. KG 50 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo() argument 52 return channel_has_mbo(c->iface, c->channel_id, &comp.cc) > 0; in ch_has_mbo() 55 static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo) in ch_get_mbo() argument 57 if (!kfifo_peek(&c->fifo, mbo)) { in ch_get_mbo() 58 *mbo = most_get_mbo(c->iface, c->channel_id, &comp.cc); in ch_get_mbo() 60 kfifo_in(&c->fifo, mbo, 1); in ch_get_mbo() 67 struct comp_channel *c, *tmp; in get_channel() local [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | meson.build | 2 '../libqtest.c', 3 '../libqmp.c', 5 'qgraph.c', 6 'qos_external.c', 7 'pci.c', 8 'fw_cfg.c', 9 'libqos-malloc.c', 10 'libqos.c', 11 'sdhci-cmd.c', 14 'malloc-spapr.c', [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
H A D | adbd.mk | 6 adbd_SRC_FILES += adb.c 7 adbd_SRC_FILES += fdevent.c 8 adbd_SRC_FILES += transport.c 9 adbd_SRC_FILES += transport_local.c 10 adbd_SRC_FILES += transport_usb.c 11 adbd_SRC_FILES += adb_auth_client.c 12 adbd_SRC_FILES += sockets.c 13 adbd_SRC_FILES += services.c 14 adbd_SRC_FILES += file_sync_service.c 15 adbd_SRC_FILES += jdwp_service.c [all …]
|
/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/ |
H A D | meson.build | 1 project('berkeley-softfloat-3', 'c', 12 sfspedir = sfdir / '8086-SSE' 16 '-Wno-implicit-fallthrough', 17 '-Wno-missing-prototypes', 18 '-Wno-redundant-decls', 19 '-Wno-return-type', 20 '-Wno-error', 21 ], native: false, language: 'c') 27 sfdir / 's_eq128.c', 28 sfdir / 's_le128.c', [all …]
|