Home
last modified time | relevance | path

Searched full:c (Results 1 – 25 of 8285) sorted by relevance

12345678910>>...332

/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/
H A Dmeson.build1 project('berkeley-softfloat-3', 'c',
21 ], native: false, language: 'c')
27 sfdir / 's_eq128.c',
28 sfdir / 's_le128.c',
29 sfdir / 's_lt128.c',
30 sfdir / 's_shortShiftLeft128.c',
31 sfdir / 's_shortShiftRight128.c',
32 sfdir / 's_shortShiftRightJam64.c',
33 sfdir / 's_shortShiftRightJam64Extra.c',
34 sfdir / 's_shortShiftRightJam128.c',
[all …]
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt4 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
34 3c501.c: 23869
[all …]
/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/
H A Dmeson.build1 project('berkeley-testfloat-3', 'c',
25 ] + meson.get_compiler('c').get_supported_arguments('-Wno-ignored-pragmas'),
26 native: false, language: 'c')
29 tfdir / 'genCases_ui32.c',
30 tfdir / 'genCases_ui64.c',
31 tfdir / 'genCases_i32.c',
32 tfdir / 'genCases_i64.c',
33 tfdir / 'genCases_f16.c',
34 tfdir / 'genCases_f32.c',
35 tfdir / 'genCases_f64.c',
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dmaster.c5 * Copyright (C) 2006-2008 Nokia Corporation.
22 * @c: UBIFS file-system description object
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()
46 memcpy(c->mst_node, snod->node, snod->len); in scan_for_master()
53 sleb = ubifs_scan(c, lnum, 0, c->sbuf, 1); in scan_for_master()
65 if (memcmp((void *)c->mst_node + UBIFS_CH_SZ, in scan_for_master()
69 c->mst_offs = offs; in scan_for_master()
78 ubifs_err(c, "unexpected node type %d master LEB %d:%d", in scan_for_master()
86 * @c: UBIFS file-system description object
[all …]
H A Dlpt_commit.c5 * Copyright (C) 2006-2008 Nokia Corporation.
28 static int dbg_populate_lsave(struct ubifs_info *c);
33 * @c: UBIFS file-system description object
91 * @c: UBIFS file-system description object
95 static int get_cnodes_to_commit(struct ubifs_info *c) in get_cnodes_to_commit() argument
100 if (!c->nroot) in get_cnodes_to_commit()
103 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit()
106 c->lpt_cnext = first_dirty_cnode(c->nroot); in get_cnodes_to_commit()
107 cnode = c->lpt_cnext; in get_cnodes_to_commit()
116 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit()
[all …]
H A Dsb.c5 * Copyright (C) 2006-2008 Nokia Corporation.
65 * @c: UBIFS file-system description object
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()
92 if (c->leb_cnt < 0x7FFFFFFF / DEFAULT_JNL_PERCENT) in create_default_filesystem()
94 jnl_lebs = c->leb_cnt * DEFAULT_JNL_PERCENT / 100; in create_default_filesystem()
96 jnl_lebs = (c->leb_cnt / 100) * DEFAULT_JNL_PERCENT; in create_default_filesystem()
100 if (jnl_lebs * c->leb_size > DEFAULT_MAX_JNL) in create_default_filesystem()
101 jnl_lebs = DEFAULT_MAX_JNL / c->leb_size; in create_default_filesystem()
[all …]
H A Dsuper.c5 * Copyright (C) 2006-2008 Nokia Corporation.
119 /* from fs/inode.c */
196 * @c: UBIFS file-system description object
204 static int validate_inode(struct ubifs_info *c, const struct inode *inode) in validate_inode() argument
209 if (inode->i_size > c->max_inode_sz) { in validate_inode()
210 ubifs_err(c, "inode is too large (%lld)", in validate_inode()
216 ubifs_err(c, "unknown compression type %d", ui->compr_type); in validate_inode()
230 ubifs_warn(c, "inode %lu uses '%s' compression, but it was not compiled in", in validate_inode()
234 err = dbg_check_dir(c, inode); in validate_inode()
243 struct ubifs_info *c = sb->s_fs_info; in ubifs_iget() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dadbd.mk6 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 …]
H A Dadb.mk6 adb_SRC_FILES += adb.c
7 adb_SRC_FILES += console.c
8 adb_SRC_FILES += transport.c
9 adb_SRC_FILES += transport_local.c
10 adb_SRC_FILES += transport_usb.c
11 adb_SRC_FILES += commandline.c
12 adb_SRC_FILES += adb_client.c
13 adb_SRC_FILES += adb_auth_host.c
14 adb_SRC_FILES += sockets.c
15 adb_SRC_FILES += services.c
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dmeson.build2 '../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/qemu/hw/misc/
H A Dmeson.build1 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/qemu/util/
H A Dmeson.build1 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'))
15 util_ss.add(files('mmap-alloc.c'))
21 util_ss.add(files('oslib-posix.c'), freebsd_dep)
[all …]
/openbmc/qemu/hw/ppc/
H A Dmeson.build3 'ppc.c',
4 'ppc_booke.c',
6 ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: files('fdt.c'))
7 ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c'))
11 'spapr.c',
12 'spapr_caps.c',
13 'spapr_vio.c',
14 'spapr_events.c',
15 'spapr_hcall.c',
16 'spapr_nested.c',
[all …]
/openbmc/qemu/hw/arm/
H A Dmeson.build3 arm_ss.add(when: 'CONFIG_ARM_VIRT', if_true: files('virt.c'))
4 arm_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c'))
5 arm_common_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic_boards.c'))
6 arm_common_ss.add(when: 'CONFIG_EMCRAFT_SF2', if_true: files('msf2-som.c'))
7 arm_common_ss.add(when: 'CONFIG_HIGHBANK', if_true: files('highbank.c'))
8 arm_common_ss.add(when: 'CONFIG_INTEGRATOR', if_true: files('integratorcp.c'))
9 arm_common_ss.add(when: 'CONFIG_MICROBIT', if_true: files('microbit.c'))
10 arm_common_ss.add(when: 'CONFIG_MPS3R', if_true: files('mps3r.c'))
11 arm_common_ss.add(when: 'CONFIG_MUSICPAL', if_true: [files('musicpal.c')])
12 arm_common_ss.add(when: 'CONFIG_NETDUINOPLUS2', if_true: files('netduinoplus2.c'))
[all …]
/openbmc/qemu/crypto/
H A Dmeson.build3 'afsplit.c',
4 'akcipher.c',
5 'block-luks.c',
6 'block-qcow.c',
7 'block.c',
8 'cipher.c',
9 'der.c',
10 'hash.c',
11 'hmac.c',
12 'ivgen-essiv.c',
[all …]
/openbmc/qemu/migration/
H A Dmeson.build3 'migration-stats.c',
4 'page_cache.c',
5 'xbzrle.c',
6 'vmstate-types.c',
7 'vmstate.c',
8 'qemu-file.c',
9 'yank_functions.c',
13 'block-dirty-bitmap.c',
14 'block-active.c',
15 'channel.c',
[all …]
/openbmc/qemu/block/
H A Dmeson.build3 'accounting.c',
4 'aio_task.c',
5 'amend.c',
6 'backup.c',
7 'blkdebug.c',
8 'blklogwrites.c',
9 'blkverify.c',
10 'block-backend.c',
11 'block-copy.c',
12 'commit.c',
[all …]
H A Dqcow2-cache.c4 * Copyright (c) 2010 Kevin Wolf <kwolf@redhat.com>
49 static inline void *qcow2_cache_get_table_addr(Qcow2Cache *c, int table) in qcow2_cache_get_table_addr() argument
51 return (uint8_t *) c->table_array + (size_t) table * c->table_size; in qcow2_cache_get_table_addr()
54 static inline int qcow2_cache_get_table_idx(Qcow2Cache *c, void *table) in qcow2_cache_get_table_idx() argument
56 ptrdiff_t table_offset = (uint8_t *) table - (uint8_t *) c->table_array; in qcow2_cache_get_table_idx()
57 int idx = table_offset / c->table_size; in qcow2_cache_get_table_idx()
58 assert(idx >= 0 && idx < c->size && table_offset % c->table_size == 0); in qcow2_cache_get_table_idx()
62 static inline const char *qcow2_cache_get_name(BDRVQcow2State *s, Qcow2Cache *c) in qcow2_cache_get_name() argument
64 if (c == s->refcount_block_cache) { in qcow2_cache_get_name()
66 } else if (c == s->l2_table_cache) { in qcow2_cache_get_name()
[all …]
/openbmc/qemu/hw/intc/
H A Dmeson.build1 system_ss.add(files('intc.c'))
3 'arm_gic.c',
4 'arm_gic_common.c',
5 'arm_gicv2m.c',
6 'arm_gicv3_common.c',
7 'arm_gicv3_its_common.c',
10 'arm_gicv3.c',
11 'arm_gicv3_dist.c',
12 'arm_gicv3_its.c',
13 'arm_gicv3_redist.c',
[all …]
/openbmc/openbmc/poky/documentation/template/
H A Dohand-color.svg69C 40.282,50.633 33.439,57.477 33.439,65.888 L 33.439,81.142 L 41.066,81.142 L 41.066,65.888 C 41.0…
74C 26.942,50.557 33.819,57.435 33.819,65.888 C 33.819,74.344 26.942,81.223 18.486,81.223 C 10.032,8…
78C 94.074,87.605 87.233,80.763 78.822,80.763 C 70.41,80.763 63.567,87.605 63.567,96.016 C 63.567,10…
82C 124.088,87.496 117.293,80.762 108.949,80.762 C 100.59,80.762 93.783,87.52 93.697,95.856 L 93.693…
86C 63.833,87.497 57.037,80.761 48.693,80.761 C 48.682,80.761 48.671,80.763 48.658,80.763 C 48.382,8…
90C 178.539,50.633 176.832,52.341 176.832,54.447 L 176.832,65.887 C 176.832,70.092 173.41,73.513 169…
94C 124.088,57.371 117.293,50.633 108.949,50.633 C 100.592,50.633 93.783,57.393 93.697,65.731 L 93.6…
98C 148.41,80.761 146.703,82.469 146.703,84.575 L 146.703,96.015 C 146.703,100.22 143.283,103.643 13…
102 …d="M 82.625,77.345 C 82.625,75.247 80.923,73.547 78.826,73.547 L 78.826,81.142 C 80.922,81.142 82.…
106 …d="M 90.252,69.685 C 92.35,69.685 94.048,67.987 94.048,65.888 L 86.453,65.888 C 86.453,67.986 88.1…
[all …]
/openbmc/qemu/hw/net/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c'))
2 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen_nic.c'))
3 system_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
6 system_ss.add(when: 'CONFIG_NE2000_PCI', if_true: files('ne2000-pci.c'))
7 system_ss.add(when: 'CONFIG_EEPRO100_PCI', if_true: files('eepro100.c'))
8 system_ss.add(when: 'CONFIG_PCNET_PCI', if_true: files('pcnet-pci.c'))
9 system_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c'))
10 system_ss.add(when: 'CONFIG_E1000_PCI', if_true: files('e1000.c', 'e1000x_common.c'))
11 system_ss.add(when: 'CONFIG_E1000E_PCI_EXPRESS', if_true: files('net_tx_pkt.c', 'net_rx_pkt.c'))
12 …(when: 'CONFIG_E1000E_PCI_EXPRESS', if_true: files('e1000e.c', 'e1000e_core.c', 'e1000x_common.c'))
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp.db6 # a temperature sensor (you can set the unit to C or F).
46 "ExcelStor Technology J3.0" 194 C "ExcelStor Technology 3xy (xy GB)"
47 "ExcelStor Technology J6.0" 194 C "ExcelStor Technology 6xy (xy GB)"
48 "ExcelStor Technology J680" 194 C "ExcelStor Technology J680 (80 GB)"
49 "ExcelStor Technology J860" 194 C "ExcelStor Technology J860 (60 GB)"
50 "ExcelStor Technology J880" 194 C "ExcelStor Technology J880 (80 GB)"
57 "FUJITSU MHM2100AT" 0 C "Fujitsu MHM2100AT"
59 "FUJITSU MHN2150AT" 194 C "Fujitsu MHN2150AT"
60 "FUJITSU MHN2200AT" 194 C "Fujitsu MHN2200AT"
61 "FUJITSU MHN2300AT" 194 C "Fujitsu MHN2300AT"
[all …]
/openbmc/qemu/hw/core/
H A Dmeson.build3 'bus.c',
4 'qdev-properties.c',
5 'qdev.c',
6 'resetcontainer.c',
7 'resettable.c',
8 'vmstate-if.c',
9 # irq.c needed for qdev GPIO handling:
10 'irq.c',
11 'clock.c',
12 'qdev-clock.c',
[all …]
/openbmc/hiomapd/test/
H A DMakefile.am.include1 test_sanity_SOURCES = %reldir%/sanity.c
4 %reldir%/flash_copy.c \
5 mtd/backend.c \
6 lpc.c \
7 common.c mtd.c \
8 %reldir%/tmpf.c \
9 %reldir%/system.c
12 %reldir%/flash_erase.c \
13 mtd/backend.c \
14 lpc.c \
[all …]
/openbmc/qemu/net/
H A Dmeson.build2 'announce.c',
3 'checksum.c',
4 'dgram.c',
5 'dump.c',
6 'eth.c',
7 'filter-buffer.c',
8 'filter-mirror.c',
9 'filter.c',
10 'hub.c',
11 'net-hmp-cmds.c',
[all …]

12345678910>>...332