Home
last modified time | relevance | path

Searched refs:version_major (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_footer.c12 dest->version_major = avb_be32toh(dest->version_major); in avb_footer_validate_and_byteswap()
29 if (dest->version_major > AVB_FOOTER_VERSION_MAJOR) { in avb_footer_validate_and_byteswap()
H A Davb_footer.h38 uint32_t version_major; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Fix-narrowing-conversion-error.patch22 - switch(moduleinfo->version_major) {
23 + switch((int)moduleinfo->version_major) {
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-nsm.h41 uint8_t version_major; member
/openbmc/u-boot/board/ti/common/
H A Dboard_detect.h70 u16 version_major; member
H A Dboard_detect.c271 offset = dra7_ep.version_major - 1; in ti_i2c_eeprom_dra7_get()
/openbmc/qemu/hw/usb/
H A Dpcap.c21 uint16_t version_major; /* major version number */ member
224 .version_major = 2, in usb_pcap_init()
/openbmc/qemu/net/
H A Ddump.c47 uint16_t version_major; member
119 hdr.version_major = 2; in net_dump_state_init()
/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp26 uint32_t version_major, version_minor; member
H A Dncsi_netlink_main.cpp48 chan.version_major, "MINOR", chan.version_minor, "STR", in printInfo()
H A Dncsi_util.cpp196 chan.version_major = in __anon66112f010102()
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c250 vnsm->version_major)) { in handle_describe_nsm()
1655 vnsm->version_major = 1; in virtio_nsm_device_realize()
/openbmc/qemu/linux-user/
H A Dsyscall.c5520 __put_user(host_ver->version_major, &target_ver->version_major); in host_to_target_drmversion()