Home
last modified time | relevance | path

Searched refs:hr (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp75 #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 Dprovider.cpp357 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 Ddsound_template.h54 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 Dde-Hessen27 [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 Dde-Baden-Wuerttemberg63 [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 Dde-Rheinland-Pfalz27 [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 Dde-Thueringen39 [CH27: MDR-TH, rbb, hr, Bayerisches Fernsehen]
51 [CH48: MDR-TH, rbb, hr, Bayerisches Fernsehen]
H A Dde-Bayern125 [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 Dde-Saarland27 [CH44: SWR-RP, Bayerisches Fernsehen, hr, WDR]
H A Dhr-All2 # 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 Dde-Berlin63 [CH47: MDR, NDR, arte, hr]
/openbmc/qemu/ui/
H A Ddbus-listener.c133 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 Dmeson.build18 'hr': '-l hr',
/openbmc/u-boot/board/zyxel/nsa310s/
H A DMAINTAINERS4 M: Luka Perkov <luka.perkov@sartura.hr>
/openbmc/u-boot/drivers/rtc/
H A Dds1302.c56 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 DMAINTAINERS14 M: Vladimir Vid <vladimir.vid@sartura.hr>
/openbmc/qemu/util/
H A Dqemu-thread-win32.c333 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 Dgettext.patch11 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 Dtime_utils.cpp295 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 Dlmbench_result_html_report.patch47 <hr>
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib.inc176 ${PN}-locale-hr \
211 locale-base-hr-hr \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch21 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 Dhunspell-dictionaries.bb34 LICENSE:dictionaries/hr = "GPL-3.0-only"
97 file://dictionaries/hr/license;md5=4b03c9b6e41a6ef12b4e31d2fb224d46 \
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c403 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 Dhr-B.net6 # location and provider: <Croatia, B.net, http://www.bnet.hr/>

12