Home
last modified time | relevance | path

Searched refs:api_version (Results 1 – 16 of 16) sorted by relevance

/openbmc/hiomapd/
H A Dmboxd.h20 enum api_version { enum
74 enum api_version version;
H A Dprotocol.h16 uint8_t api_version; member
19 uint8_t api_version; member
H A Dtransport_dbus.c114 rc = sd_bus_message_read_basic(m, 'y', &io.req.api_version); in transport_dbus_get_info()
136 if (API_VERSION_2 != io.resp.api_version) { in transport_dbus_get_info()
138 io.resp.api_version); in transport_dbus_get_info()
143 io.resp.api_version, in transport_dbus_get_info()
H A Dtransport_mbox.c187 .req = { .api_version = mbox_api_version } in mbox_handle_mbox_info()
202 resp->args[0] = io.resp.api_version; in mbox_handle_mbox_info()
203 if (io.resp.api_version == API_VERSION_1) { in mbox_handle_mbox_info()
206 } else if (io.resp.api_version >= API_VERSION_2) { in mbox_handle_mbox_info()
H A Dprotocol.c104 rc = protocol_negotiate_version(context, io->req.api_version); in protocol_v1_get_info()
116 io->resp.api_version = rc; in protocol_v1_get_info()
522 rc = protocol_negotiate_version(context, io->req.api_version); in protocol_v2_get_info()
534 io->resp.api_version = rc; in protocol_v2_get_info()
/openbmc/phosphor-mboxd/
H A Dmbox.h13 enum api_version { enum
141 enum api_version version;
/openbmc/u-boot/board/phytec/phycore_rk3288/
H A Dsom.h11 unsigned char api_version; /* EEPROM layout API version */ member
H A Dphycore-rk3288.c62 if (opt.api_version != 0 || !valid_rk3288_som(&opt)) { in rk_board_late_init()
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-pkgconfig.patch71 +api_version=@GPGME_CONFIG_API_VERSION@
127 + tmp=`$PKG_CONFIG --variable=api_version gpgme 2>/dev/null || echo 0`
200 - tmp=`$GPGME_CONFIG --variable=api_version 2>/dev/null || echo 0`
202 + tmp=`$PKG_CONFIG --variable=api_version gpgme-pthread 2>/dev/null || echo 0`
261 + tmp=`$PKG_CONFIG --variable=api_version gpgme 2>/dev/null || echo 0`
H A D0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch74 - tmp=`$GPGME_CONFIG --variable=api_version 2>/dev/null || echo 0`
87 - tmp=`$GPGME_CONFIG --variable=api_version 2>/dev/null || echo 0`
/openbmc/openbmc/poky/meta/recipes-support/libassuan/libassuan/
H A Dlibassuan-add-pkgconfig-support.patch109 - tmp=`$LIBASSUAN_CONFIG --variable=api_version 2>/dev/null || echo 0`
111 + tmp=`$PKG_CONFIG --variable=api_version libassuan`
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/
H A D0001-libgcrypt-fix-m4-file-for-oe-core.patch118 - tmp=`$LIBGCRYPT_CONFIG --variable=api_version 2>/dev/null || echo 0`
120 + tmp=`$PKG_CONFIG --variable=api_version libgcrypt`
/openbmc/openbmc/poky/meta/recipes-support/libksba/libksba/
H A Dksba-add-pkgconfig-support.patch116 - tmp=`$KSBA_CONFIG --variable=api_version 2>/dev/null || echo 0`
118 + tmp=`$PKG_CONFIG --variable=api_version ksba`
/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.1/
H A Dlibassuan_pkgconf.patch125 - tmp=`$LIBASSUAN_CONFIG --variable=api_version 2>/dev/null || echo 0`
127 + tmp=`$PKG_CONFIG --variable=api_version libassuan 2>/dev/null || echo 0`
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dme.h120 u32 api_version; member
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/
H A D0002-use-pkgconfig-instead-of-npth-config.patch72 - tmp=`$NPTH_CONFIG --variable=api_version 2>/dev/null || echo 0`