Searched refs:version (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf-eh.h105 #define DW_EH_VERSION 1 /* The version we're implementing */
109 unsigned char version; member in struct:dwarf_eh_frame_hdr
/fuchsia/zircon/system/ulib/zircon/
H A Dzx_system_get_version.cpp9 zx_status_t _zx_system_get_version(char* version, size_t len) { argument
13 version[i] = DATA_CONSTANTS.buildid[i];
/fuchsia/zircon/kernel/lib/version/
H A Dversion.cpp8 #include <lib/version.h>
31 const lk_version_t version = { variable
42 printf("version:\n");
43 printf("\tarch: %s\n", version.arch);
44 printf("\tplatform: %s\n", version.platform);
45 printf("\ttarget: %s\n", version.target);
46 printf("\tproject: %s\n", version.project);
47 printf("\tbuildid: %s\n", version.buildid);
48 printf("\tELF build ID: %s\n", version.elf_build_id);
97 STATIC_COMMAND("version", "prin
98 STATIC_COMMAND_END(version); variable
[all...]
/fuchsia/zircon/scripts/
H A Ddownload-prebuilt66 local -r package="$1" version="$2" download_file="$3"
68 mkdir -p "$(dirname "$stamp")" && echo "$version" > "$stamp"
77 local -r package="$1" version="$2" download_file="$3"
85 if [[ "$stamp_version" = "$version" ]]; then
89 echo "WARNING: unpacked $package $stamp_version != current $version"
95 local -r package="$1" version="$2" download_file="$3" single_file="$4"
105 if [[ "$installed" = "$version" ]]; then
108 echo "$package$package_suffix" "installed=$installed" "current=$version"
120 local -r package="$1" version="$2" download_file="$3" single_file="$4"
122 local -r url="${URL_PREFIX}/${package}${package_suffix}/${version}"
[all...]
H A Dupdate-prebuilt-versions46 local -r package="$1" version="$2"
48 result="$($CIPD resolve "fuchsia/$package" -version "$version")" || {
50 echo >&2 "$0: cipd cannot resolve fuchsia/$package -version $version"
107 "$CIPD" pkg-fetch "fuchsia/$package" -version "$instance" -out "$zipfile"
/fuchsia/zircon/kernel/lib/version/include/lib/
H A Dversion.h31 extern const lk_version_t version;
/fuchsia/zircon/system/utest/core/echo/
H A Dstruct.h22 uint32_t version; member in struct:struct_header
H A Dmessage.c29 if (header->version == 0u) {
39 } else if (header->version == 1u) {
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dutsname.h13 char version[65]; member in struct:utsname
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfuzzer-fixture.cpp68 bool FuzzerFixture::CreatePackage(const char* package, long int version, const char* target) { argument
72 if (!max || strtol(max, nullptr, 0) < version) {
73 max_versions_.set(package, fbl::StringPrintf("%ld", version).c_str());
78 CreateFile(path("pkgfs/packages/%s/%ld/bin/%s", package, version, target).c_str()));
82 CreateFile(path("pkgfs/packages/%s/%ld/meta/%s.cmx", package, version, target).c_str()));
85 CreateFile(path("pkgfs/packages/%s/%ld/data/%s/corpora", package, version, target).c_str(),
90 path("pkgfs/packages/%s/%ld/data/%s/dictionary", package, version, target).c_str(),
95 CreateFile(path("pkgfs/packages/%s/%ld/data/%s/options", package, version, target).c_str(),
/fuchsia/zircon/system/utest/zxcrypt/
H A Dzxcrypt.cpp31 bool TestBind(Volume::Version version, bool fvm) { argument
35 EXPECT_TRUE(device.Bind(version, fvm));
44 bool TestDdkGetSize(Volume::Version version, bool fvm) { argument
48 ASSERT_TRUE(device.Bind(version, fvm));
65 bool TestBlockGetInfo(Volume::Version version, bool fvm) { argument
69 ASSERT_TRUE(device.Bind(version, fvm));
86 bool TestBlockFvmQuery(Volume::Version version, bool fvm) { argument
90 ASSERT_TRUE(device.Bind(version, fvm));
139 bool TestBlockFvmVSliceQuery(Volume::Version version, bool fvm) { argument
143 ASSERT_TRUE(device.Bind(version, fv
149 TestBlockFvmShrinkAndExtend(Volume::Version version, bool fvm) argument
178 TestFdZeroLength(Volume::Version version, bool fvm) argument
191 TestFdFirstBlock(Volume::Version version, bool fvm) argument
205 TestFdLastBlock(Volume::Version version, bool fvm) argument
220 TestFdAllBlocks(Volume::Version version, bool fvm) argument
234 TestFdUnaligned(Volume::Version version, bool fvm) argument
265 TestFdOutOfBounds(Volume::Version version, bool fvm) argument
311 TestFdOneToMany(Volume::Version version, bool fvm) argument
330 TestFdManyToOne(Volume::Version version, bool fvm) argument
350 TestVmoZeroLength(Volume::Version version, bool fvm) argument
364 TestVmoFirstBlock(Volume::Version version, bool fvm) argument
377 TestVmoLastBlock(Volume::Version version, bool fvm) argument
391 TestVmoAllBlocks(Volume::Version version, bool fvm) argument
405 TestVmoOutOfBounds(Volume::Version version, bool fvm) argument
430 TestVmoOneToMany(Volume::Version version, bool fvm) argument
447 TestVmoManyToOne(Volume::Version version, bool fvm) argument
465 TestVmoStall(Volume::Version version, bool fvm) argument
496 TestWriteAfterFvmExtend(Volume::Version version) argument
[all...]
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp72 static uint32_t version __TA_GUARDED(mutex);
87 atomic_store_relaxed_u32(&boot_time->version, version + 1);
92 atomic_store_relaxed_u32(&boot_time->version, version + 2);
93 version += 2;
123 atomic_store_relaxed_u32(&system_time->version, pvclock->version + 1);
131 atomic_store_relaxed_u32(&system_time->version, pvclock->version
[all...]
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-bus-bind.c12 .version = DRIVER_OPS_VERSION,
H A Dplatform-proxy-bind.c12 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/system/dev/display/display/
H A Dbind.c11 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/system/dev/ethernet/ethertap/
H A Dbinding.c14 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/system/dev/input/hidctl/
H A Dbinding.c14 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/system/dev/misc/tpm/
H A Dbind.c11 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/system/dev/nand/broker/
H A Dbind.c11 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/system/dev/nand/ram-nand/
H A Dram-nand.c16 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dpvclock.h29 // case odd version value serves as an indicator for the guest that update is
30 // in progress. Therefore we need to update version before we write anything
32 // applies to system time version below, even though system time is per VCPU
35 uint32_t version; member in struct:pvclock_boot_time
42 uint32_t version; member in struct:pvclock_system_time
/fuchsia/zircon/system/dev/misc/builtin/
H A Dzero.c26 .version = DEVICE_OPS_VERSION,
33 .version = DEVICE_ADD_ARGS_VERSION,
H A Dnull.c27 .version = DEVICE_OPS_VERSION,
34 .version = DEVICE_ADD_ARGS_VERSION,
/fuchsia/zircon/system/dev/audio/astro-tdm-output/
H A Dbinding.c12 .version = DRIVER_OPS_VERSION,
/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm.c19 .version = DRIVER_OPS_VERSION,

Completed in 238 milliseconds

1234567891011>>