Searched defs:hvret (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara.c354 uint64_t mmustat_pa, hvret; local
384 hvret = hv_niagara_mmustat_conf((cpu_tstat_pa +
387 if (hvret != H_EOK)
392 hvret = hv_niagara_mmustat_conf(0, (uint64_t *)&mmustat_pa);
393 if (hvret != H_EOK)
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c291 uint64_t hvret; local
334 hvret = hv_mach_desc(tbuf_pa, &md_size);
335 MDP(("MD: HV return code = %ld\n", hvret));
342 if (hvret != H_EOK && hvret != H_EINVAL) {
343 MDP(("MD: Failed with code %ld from HV\n", hvret));
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c917 uint64_t hvret; local
935 if ((hvret = hvio_intr_setvalid(ih_p->ih_sysino, valid))
938 "hvio_intr_setvalid failed, ret 0x%x\n", hvret);
1048 uint64_t hvret; local
1066 if ((hvret = hvio_intr_devino_to_sysino(NIUMX_DIP_TO_HANDLE(dip),
1069 "ret 0x%x\n", hvret);
1115 if ((hvret = hvio_intr_settarget(ih_p->ih_sysino, ih_p->ih_cpuid))
1118 "hvio_intr_settarget failed, ret 0x%x\n", hvret);

Completed in 68 milliseconds