Searched refs:GNTST_okay (Results 1 – 11 of 11) sorted by relevance
47 if ( rc || (query->status != GNTST_okay) ) in xc_gnttab_query_size()82 if ( rc || (query.status != GNTST_okay) ) in _gnttab_map_table()112 if ( rc || (setup.status != GNTST_okay) ) in _gnttab_map_table()
247 if ( rc != 0 || setup.status != GNTST_okay ) in xc_dom_gnttab_setup()
48 return GNTST_okay; in create_grant_p2m_mapping()78 return GNTST_okay; in replace_grant_p2m_mapping()
52 if ( rc == 0 && (query.status == GNTST_okay) ) in gnttab_query_size_func()56 return rc == 0 && (query.status == GNTST_okay) ? 0 : 1; in gnttab_query_size_func()
117 rc = GNTST_okay; in create_grant_pv_mapping()126 if ( rc == GNTST_okay ) in create_grant_pv_mapping()302 rc = GNTST_okay; in replace_grant_pv_mapping()
648 nat.status = GNTST_okay; in pv_shim_grant_table_op()
343 int rc = GNTST_okay; in get_paged_frame()622 int rc = GNTST_okay; in _set_status_v1()695 int rc = GNTST_okay; in _set_status_v2()1870 op.status = GNTST_okay; in gnttab_setup_table()2326 s16 rc = GNTST_okay; in acquire_grant_for_copy()2407 if ( rc != GNTST_okay ) in acquire_grant_for_copy()2592 return GNTST_okay; in gnttab_copy_lock_domain()2710 rc = GNTST_okay; in gnttab_copy_claim_buf()2754 rc = GNTST_okay; in gnttab_copy_buf()3046 op.status = GNTST_okay; in gnttab_get_status_frames()[all …]
175 if ( (_s_)->status == GNTST_okay ) \ in compat_grant_table_op()304 if ( (_s_)->status == GNTST_okay ) \ in compat_grant_table_op()
644 #define GNTST_okay (0) /* Normal return. */ macro
1445 return GNTST_okay; in create_grant_host_mapping()1460 return rc ? GNTST_general_error : GNTST_okay; in replace_grant_host_mapping()
193 any of the resultant operation `status` were different than `GNTST_okay`.
Completed in 34 milliseconds