Home
last modified time | relevance | path

Searched refs:version (Results 151 – 175 of 8534) sorted by relevance

12345678910>>...342

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dextended_user_header.hpp87 std::string version; in serverFWVersion() local
91 version.push_back(_serverFWVersion[i]); in serverFWVersion()
93 return version; in serverFWVersion()
103 std::string version; in subsystemFWVersion() local
108 version.push_back(_subsystemFWVersion[i]); in subsystemFWVersion()
110 return version; in subsystemFWVersion()
/openbmc/qemu/hw/misc/
H A Deccmemctl.c139 uint32_t version; member
149 if (s->version == ECC_MCC) in ecc_mem_write()
151 else if (s->version == ECC_EMC) in ecc_mem_write()
152 s->regs[ECC_MER] = s->version | (val & ECC_MER_MASK_1); in ecc_mem_write()
153 else if (s->version == ECC_SMC) in ecc_mem_write()
154 s->regs[ECC_MER] = s->version | (val & ECC_MER_MASK_2); in ecc_mem_write()
278 VMSTATE_UINT32(version, ECCState),
287 if (s->version == ECC_MCC) { in ecc_reset()
319 s->regs[0] = s->version; in ecc_realize()
321 if (s->version == ECC_MCC) { // SS-600MP only in ecc_realize()
[all …]
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py64 version = "Error"
70 version = parts[1]
71 version = version.strip('"')
72 return version
112 version = getVersion() variable
113 obj.update({"version": version})
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c28 const char *version = "LINUX_2.6.39"; variable
31 const char *version = "LINUX_4.15"; variable
34 const char *version = "LINUX_2.6"; variable
50 gtod_t gtod = (gtod_t)vdso_sym(version, name); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver/
H A D0001-setup.py-hard-code-version.patch4 Subject: [PATCH] setup.py: hard-code version
6 setup.py is pulling the build version from the current date rather than
24 "use_calver = calver.integration:version",
27 - version=calver_version(True),
28 + version=calver_version("2022.6.26"),
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-autogen.sh-remove-unknown-in-version.patch4 Subject: [PATCH] autogen.sh: remove '-unknown' in version
6 python setuptools >=66.0.0 treats '-unknown' as an invalid version.
8 pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '1.18.0-unknown'
24 @@ -269,7 +269,7 @@ if [ "$myhost" = "find-version" ]; then
/openbmc/linux/drivers/firmware/efi/libstub/
H A Darm64.c22 const u8 *version; in system_needs_vamap() local
42 version = efi_get_smbios_string(&record->header, 4, in system_needs_vamap()
44 if (!version || (strncmp(version, altra, sizeof(altra) - 1) && in system_needs_vamap()
45 strncmp(version, emag, sizeof(emag) - 1))) in system_needs_vamap()
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp50 auto version = "test-version"; in TEST_F() local
57 file << "version=" << version << "\n"; in TEST_F()
87 auto version = "test-version"; in TEST_F() local
94 file << "version=" << version << "\r\n"; in TEST_F()
105 auto version = "1.2.3-test-version"; in TEST_F() local
111 file << "VERSION_ID=\"" << version << "\"\n"; in TEST_F()
120 auto version = "9.88.1-test-version"; in TEST_F() local
126 file << "VERSION_ID=" << version << "\n"; in TEST_F()
135 auto version = "test-id"; in TEST_F() local
142 EVP_DigestUpdate(ctx.get(), version, strlen(version)); in TEST_F()
[all …]
/openbmc/phosphor-mboxd/
H A Dmboxd_msg.c83 switch (context->version) { in set_bmc_events()
175 uint8_t old_api_version = context->version; in mbox_handle_mbox_info()
185 context->version = mbox_api_version; in mbox_handle_mbox_info()
199 switch (context->version) { in mbox_handle_mbox_info()
225 if (context->version == API_VERSION_1) { in mbox_handle_mbox_info()
231 if (context->version >= API_VERSION_2) { in mbox_handle_mbox_info()
253 switch (context->version) { in mbox_handle_flash_info()
338 context->version == API_VERSION_1); in mbox_handle_read_window()
356 if (context->version >= API_VERSION_2) { in mbox_handle_read_window()
434 if (context->version >= API_VERSION_2) { in mbox_handle_dirty_window()
[all …]
/openbmc/linux/arch/sh/boards/mach-sdk7786/
H A Dfpga.c54 u16 version, date; in sdk7786_fpga_init() local
62 version = fpga_read_reg(FPGAVR); in sdk7786_fpga_init()
66 bcd2bin(version >> 8) & 0xf, bcd2bin(version & 0xf), in sdk7786_fpga_init()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0008.h4 __u8 version; member
16 __u8 version; member
23 __u8 version; member
37 __u8 version; member
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kernel.py64 version = ''
66 version = '%d.%d' % (kversion, kpatchlevel)
68 version += '.%d' % ksublevel
69 version += kextraversion
70 if version:
71 return version, op, 0, True
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dccf.txt11 fsl,corenet1-cf - CoreNet coherency fabric version 1.
14 fsl,corenet2-cf - CoreNet coherency fabric version 2.
18 between CCF version 1 and CCF version 2. This compatible
20 used for both CCF version 1 chips and CCF version 2
/openbmc/u-boot/fs/jffs2/
H A Dsummary.h40 __u32 version; /* inode version */ member
51 __u32 version; /* dirent version */ member
62 __u32 version; /* version number */ member
95 __u32 version; /* inode version */ member
107 __u32 version; /* dirent version */ member
119 __u32 version; member
/openbmc/qemu/tests/qtest/
H A Dsdhci-test.c27 static void check_specs_version(QSDHCI *s, uint8_t version) in check_specs_version() argument
34 g_assert_cmpuint(v, ==, version); in check_specs_version()
80 static void check_capab_v3(QSDHCI *s, uint8_t version) in check_capab_v3() argument
84 if (version < 3) { in check_capab_v3()
98 check_specs_version(s, s->props.version); in test_registers()
101 check_capab_v3(s, s->props.version); in test_registers()
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch4 Subject: [PATCH] Adapt to linux-wrs kernel version, which has character '_'
5 inside. Remove the first-char-digit-check (as the 1.15.8.5 version does).
20 ptr = rversion->version;
22 return dpkg_put_error(err, _("version number is empty"));
24 - return dpkg_put_warn(err, _("version number does not start with digit"));
28 return dpkg_put_warn(err, _("invalid character in version number"));
/openbmc/linux/ipc/
H A Dsyscall.c23 int version, ret; in ksys_ipc() local
25 version = call >> 16; /* hack for backward compatibility */ in ksys_ipc()
57 switch (version) { in ksys_ipc()
82 switch (version) { in ksys_ipc()
133 int version; in compat_ksys_ipc() local
136 version = call >> 16; /* hack for backward compatibility */ in compat_ksys_ipc()
166 if (!version) { in compat_ksys_ipc()
186 if (version == 1) in compat_ksys_ipc()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass4 # gitver.bbclass provides a GITVER variable which is a (fairly) sane version,
8 def git_drop_tag_prefix(version):
10 if re.match("v\d", version):
11 return version[1:]
13 return version
15 GIT_TAGADJUST = "git_drop_tag_prefix(version)"
16 GITVER = "${@get_git_pv(d, tagadjust=lambda version:${GIT_TAGADJUST})}"
61 # Force the recipe to be reparsed so the version gets bumped
/openbmc/linux/scripts/
H A DKconfig.include43 # Get the C compiler name, version, and error out if it is not supported.
44 cc-info := $(shell,$(srctree)/scripts/cc-version.sh $(CC))
47 cc-version := $(shell,set -- $(cc-info) && echo $2)
49 # Get the assembler name, version, and error out if it is not supported.
50 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS))
53 as-version := $(shell,set -- $(as-info) && echo $2)
55 # Get the linker name, version, and error out if it is not supported.
56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD))
59 ld-version := $(shell,set -- $(ld-info) && echo $2)
/openbmc/linux/fs/jffs2/
H A Dsummary.c125 temp->version = ri->version; in jffs2_sum_add_inode_mem()
146 temp->version = rd->version; in jffs2_sum_add_dirent_mem()
168 temp->version = rx->version; in jffs2_sum_add_xattr_mem()
273 temp->version = node->i.version; in jffs2_sum_add_kvec()
292 temp->version = node->d.version; in jffs2_sum_add_kvec()
323 temp->version = node->x.version; in jffs2_sum_add_kvec()
477 fd->version = je32_to_cpu(spd->version); in jffs2_sum_process_sum_data()
513 xd->version = je32_to_cpu(spx->version); in jffs2_sum_process_sum_data()
727 sino_ptr->version = temp->i.version; in jffs2_sum_write_data()
743 sdrnt_ptr->version = temp->d.version; in jffs2_sum_write_data()
[all …]
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drv.c253 mdev->hw_revision = vsp1->version; in vsp1_create_entities()
682 .version = VI6_IP_VERSION_MODEL_VSPS_H2,
694 .version = VI6_IP_VERSION_MODEL_VSPR_H2,
704 .version = VI6_IP_VERSION_MODEL_VSPD_GEN2,
715 .version = VI6_IP_VERSION_MODEL_VSPS_M2,
727 .version = VI6_IP_VERSION_MODEL_VSPS_V2H,
738 .version = VI6_IP_VERSION_MODEL_VSPD_V2H,
749 .version = VI6_IP_VERSION_MODEL_VSPI_GEN3,
797 .version = VI6_IP_VERSION_MODEL_VSPD_V3,
808 .version = VI6_IP_VERSION_MODEL_VSPD_V3,
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-only9 This version of the GNU Lesser General Public License incorporates the terms and conditions of vers…
12 …herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU …
18 … by combining or linking an Application with the Library. The particular version of the Library wi…
28 … argument passed when the facility is invoked), then you may convey a copy of the modified version:
48 … permit, the user to recombine or relink the Application with a modified version of the Linked Ver…
49 …he user's computer system, and (b) will operate properly with a modified version of the Library th…
50 … and execute a modified version of the Combined Work produced by recombining or relinking the Appl…
61 …time to time. Such new versions will be similar in spirit to the present version, but may differ i…
63version is given a distinguishing version number. If the Library as you received it specifies that…
65 …oxy's public statement of acceptance of any version is permanent authorization for you to choose t…
H A DLGPL-3.0-or-later10 This version of the GNU Lesser General Public License incorporates the terms
11 and conditions of version 3 of the GNU General Public License, supplemented
18 As used herein, "this License" refers to version 3 of the GNU Lesser General
19 Public License, and the "GNU GPL" refers to version 3 of the GNU General Public
37 with the Library. The particular version of the Library with which the Combined
64 then you may convey a copy of the modified version:
110 version of the Linked Version to produce a modified Combined Work, in the
123 with a modified version of the Linked Version. (If you use option 4d0, the
151 Each version is given a distinguishing version number. If the Library as you
154 following the terms and conditions either of that published version or of
[all …]
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp44 std::string version; in createActivation() local
305 auto version = std::make_unique<Version>( in createVersionObject() local
308 return version; in createVersionObject()
360 if (!version.empty()) in onPsuInventoryChanged()
401 auto version = utils::getVersion(p); in processPSUImage() local
403 present && !version.empty()) in processPSUImage()
405 createPsuObject(p, version); in processPSUImage()
480 auto version = ret[MANIFEST_VERSION]; in scanDirectory() local
662 std::string version; in getFWVersionFromBuiltinDir() local
672 version = versionPtr->version(); in getFWVersionFromBuiltinDir()
[all …]
/openbmc/qemu/hw/9pfs/
H A Dtrace-events6 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version
7 …on_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version %…
9 …(uint16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u id %u type %u ve…
17 … tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int iounit) "tag %u id %u qid={ty…
19 …ag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int32_t iounit) "tag %u id %u qid={…
29 … tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int iounit) "tag %u id %u qid={ty…
31 …nt16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u id %u qid={type %u
37 …nt16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u id %u qid={type %u
43 …_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int err) "tag %u id %u qid={typ…

12345678910>>...342