| /openbmc/qemu/qga/vss-win32/ |
| H A D | install.cpp | 75 #define _chk(hr, status, msg, err_label) \ argument 77 hr = (status); \ 78 if (FAILED(hr)) { \ 79 errmsg(hr, msg); \ 84 #define chk(status) _chk(hr, status, "Failed to " #status, out) 88 void __stdcall _com_issue_error(HRESULT hr) in _com_issue_error() argument 90 errmsg(hr, "Unexpected error in COM"); in _com_issue_error() 105 HRESULT hr; in GetAdminName() local 126 hr = E_FAIL; in GetAdminName() 127 errmsg(hr, "Failed to query for Administrators"); in GetAdminName() [all …]
|
| H A D | provider.cpp | 357 HRESULT hr = S_OK; in CommitSnapshots() local 390 return hr; in CommitSnapshots() 499 HRESULT hr = pObj->QueryInterface(iid, ppv); in CreateInstance() local 500 if (FAILED(hr)) { in CreateInstance() 503 return hr; in CreateInstance() 520 HRESULT hr = factory->QueryInterface(riid, ppv); in DllGetClassObject() local 522 return hr; in DllGetClassObject()
|
| /openbmc/qemu/audio/ |
| H A D | dsound_template.h | 54 HRESULT hr; in glue() local 56 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2); in glue() 57 if (FAILED (hr)) { in glue() 58 dsound_logerr (hr, "Could not unlock " NAME "\n"); in glue() 78 HRESULT hr; in glue() local 86 hr = glue(IFACE, _Lock)(buf, pos, len, p1p, blen1p, p2p, blen2p, flag); in glue() 88 if (FAILED (hr)) { in glue() 90 if (hr == DSERR_BUFFERLOST) { in glue() 92 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() 97 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | de-Hessen | 27 [CH24: hr, Bayerisches Fernsehen, SWR-RP, WDR] 75 [CH35: hr, Bayerisches Fernsehen, SWR-RP, MDR] 99 [CH39: hr, Bayerisches Fernsehen, SWR-RP, rbb] 159 [CH53: hr, Bayerisches Fernsehen, SWR-BW, WDR] 183 [CH55: hr, NDR, MDR, WDR]
|
| H A D | de-Baden-Wuerttemberg | 63 [CH39: SWR-BW, Bayerisches Fernsehen, hr, WDR] 75 [CH40: SWR-BW, Bayerisches Fernsehen, hr, WDR] 87 [CH41: SWR-BW, Bayerisches Fernsehen, hr, WDR] 123 [CH49: SWR-BW, Bayerisches Fernsehen, hr, WDR] 135 [CH50: SWR-BW, Bayerisches Fernsehen, hr, WDR]
|
| H A D | de-Rheinland-Pfalz | 27 [CH33: SWR-RP, Bayerisches Fernsehen, hr, WDR] 39 [CH44: SWR-RP, Bayerisches Fernsehen, hr, WDR] 63 [CH48: SWR-RP, Bayerisches Fernsehen, hr, WDR]
|
| H A D | de-Thueringen | 39 [CH27: MDR-TH, rbb, hr, Bayerisches Fernsehen] 51 [CH48: MDR-TH, rbb, hr, Bayerisches Fernsehen]
|
| H A D | de-Bayern | 125 [CH40: Bayerisches Fernsehen, BR-alpha, MDR, hr] 175 [CH46: Bayerisches Fernsehen, BR-alpha, MDR, hr] 188 [CH47: Bayerisches Fernsehen, BR-alpha, MDR, hr]
|
| H A D | de-Saarland | 27 [CH44: SWR-RP, Bayerisches Fernsehen, hr, WDR]
|
| H A D | hr-All | 2 # Created from http://www.oiv.hr/broadcasting/tables/dtv_hr.aspx 3 # and from http://www.oiv.hr/broadcasting/tables/dtv_channel_hr.aspx
|
| H A D | de-Berlin | 63 [CH47: MDR, NDR, arte, hr]
|
| /openbmc/qemu/ui/ |
| H A D | dbus-listener.c | 133 HRESULT hr; in d3d_texture2d_share() local 135 hr = d3d_texture->lpVtbl->QueryInterface(d3d_texture, in d3d_texture2d_share() 138 if (FAILED(hr)) { in d3d_texture2d_share() 142 hr = dxgiResource->lpVtbl->CreateSharedHandle( in d3d_texture2d_share() 152 if (SUCCEEDED(hr)) { in d3d_texture2d_share() 164 HRESULT hr; in d3d_texture2d_acquire0() local 166 hr = d3d_texture->lpVtbl->QueryInterface(d3d_texture, in d3d_texture2d_acquire0() 169 if (FAILED(hr)) { in d3d_texture2d_acquire0() 173 hr = dxgiMutex->lpVtbl->AcquireSync(dxgiMutex, 0, INFINITE); in d3d_texture2d_acquire0() 177 if (SUCCEEDED(hr)) { in d3d_texture2d_acquire0() 189 HRESULT hr; d3d_texture2d_release0() local [all...] |
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | meson.build | 18 'hr': '-l hr',
|
| /openbmc/u-boot/board/zyxel/nsa310s/ |
| H A D | MAINTAINERS | 4 M: Luka Perkov <luka.perkov@sartura.hr>
|
| /openbmc/u-boot/drivers/rtc/ |
| H A D | ds1302.c | 56 unsigned char hr:4; member 272 tmp->tm_hour=10*bbclk.hr10+bbclk.hr; in rtc_get() 310 bbclk.hr=tmp->tm_hour%10; in rtc_set()
|
| /openbmc/u-boot/board/Marvell/mvebu_armada-37xx/ |
| H A D | MAINTAINERS | 14 M: Vladimir Vid <vladimir.vid@sartura.hr>
|
| /openbmc/qemu/util/ |
| H A D | qemu-thread-win32.c | 333 HRESULT hr; in set_thread_description() local 345 hr = SetThreadDescriptionFunc(h, namew); in set_thread_description() 347 return SUCCEEDED(hr); in set_thread_description()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/ |
| H A D | gettext.patch | 11 ALL_LINGUAS="be cs da en_GB eo es fr hr hu nl pl ro ru sk sv uk vi"
|
| /openbmc/bmcweb/redfish-core/src/utils/ |
| H A D | time_utils.cpp | 295 hours hr = std::chrono::duration_cast<hours>(t); in toISO8061ExtendedStr() local 296 t -= hr; in toISO8061ExtendedStr() 320 month, day, hr.count(), mt.count(), se.count(), in toISO8061ExtendedStr()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | lmbench_result_html_report.patch | 47 <hr>
|
| /openbmc/openbmc/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib.inc | 176 ${PN}-locale-hr \ 211 locale-base-hr-hr \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
| H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 21 po/hr.po | 4 ++-- 242 diff --git a/po/hr.po b/po/hr.po 244 --- a/po/hr.po 245 +++ b/po/hr.po
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
| H A D | hunspell-dictionaries.bb | 34 LICENSE:dictionaries/hr = "GPL-3.0-only" 97 file://dictionaries/hr/license;md5=4b03c9b6e41a6ef12b4e31d2fb224d46 \
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt_config_init.c | 403 static inline uint32_t base_address_with_flags(XenHostPCIIORegion *hr) in base_address_with_flags() argument 405 if (hr->type & XEN_HOST_PCI_REGION_TYPE_IO) { in base_address_with_flags() 406 return hr->base_addr | (hr->bus_flags & ~PCI_BASE_ADDRESS_IO_MASK); in base_address_with_flags() 408 return hr->base_addr | (hr->bus_flags & ~PCI_BASE_ADDRESS_MEM_MASK); in base_address_with_flags()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ |
| H A D | hr-B.net | 6 # location and provider: <Croatia, B.net, http://www.bnet.hr/>
|