Lines Matching refs:hret
665 unsigned long hret; in create_events_from_catalog() local
686 hret = h_get_24x7_catalog_page(page, 0, 0); in create_events_from_catalog()
687 if (hret) { in create_events_from_catalog()
758 hret = h_get_24x7_catalog_page_( in create_events_from_catalog()
762 if (hret) { in create_events_from_catalog()
905 unsigned long hret; in catalog_read() local
918 hret = h_get_24x7_catalog_page(page, 0, 0); in catalog_read()
919 if (hret) { in catalog_read()
935 hret = h_get_24x7_catalog_page(page, catalog_version_num, in catalog_read()
937 if (hret) { in catalog_read()
951 if (hret) in catalog_read()
954 catalog_version_num, page_offset, hret); in catalog_read()
969 unsigned long hret; \
975 hret = h_get_24x7_catalog_page(page, 0, 0); \
976 if (hret) { \
1149 unsigned long hret; in h_24x7_event_init() local
1196 hret = hv_perf_caps_get(&caps); in h_24x7_event_init()
1197 if (hret) { in h_24x7_event_init()
1198 pr_devel("could not get capabilities: rc=%ld\n", hret); in h_24x7_event_init()
1436 unsigned long hret; in hv_24x7_init() local
1444 hret = hv_perf_caps_get(&caps); in hv_24x7_init()
1445 if (hret) { in hv_24x7_init()
1447 hret); in hv_24x7_init()