Lines Matching refs:hret
654 unsigned long hret; in create_events_from_catalog() local
675 hret = h_get_24x7_catalog_page(page, 0, 0); in create_events_from_catalog()
676 if (hret) { in create_events_from_catalog()
747 hret = h_get_24x7_catalog_page_( in create_events_from_catalog()
751 if (hret) { in create_events_from_catalog()
894 unsigned long hret; in catalog_read() local
907 hret = h_get_24x7_catalog_page(page, 0, 0); in catalog_read()
908 if (hret) { in catalog_read()
924 hret = h_get_24x7_catalog_page(page, catalog_version_num, in catalog_read()
926 if (hret) { in catalog_read()
940 if (hret) in catalog_read()
943 catalog_version_num, page_offset, hret); in catalog_read()
958 unsigned long hret; \
964 hret = h_get_24x7_catalog_page(page, 0, 0); \
965 if (hret) { \
1140 unsigned long hret; in h_24x7_event_init() local
1187 hret = hv_perf_caps_get(&caps); in h_24x7_event_init()
1188 if (hret) { in h_24x7_event_init()
1189 pr_devel("could not get capabilities: rc=%ld\n", hret); in h_24x7_event_init()
1274 unsigned long hret; in hv_24x7_init() local
1282 hret = hv_perf_caps_get(&caps); in hv_24x7_init()
1283 if (hret) { in hv_24x7_init()
1285 hret); in hv_24x7_init()