Home
last modified time | relevance | path

Searched refs:GNTST_okay (Results 1 – 12 of 12) sorted by relevance

/xen/tools/libxc/
A Dxc_gnttab.c47 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()
A Dxc_dom_boot.c245 if ( rc != 0 || setup.status != GNTST_okay ) in xc_dom_gnttab_setup()
/xen/xen/arch/x86/hvm/
A Dgrant_table.c48 return GNTST_okay; in create_grant_p2m_mapping()
78 return GNTST_okay; in replace_grant_p2m_mapping()
/xen/tools/misc/
A Dxen-diag.c50 if ( rc == 0 && (query.status == GNTST_okay) ) in gnttab_query_size_func()
54 return rc == 0 && (query.status == GNTST_okay) ? 0 : 1; in gnttab_query_size_func()
/xen/xen/arch/x86/pv/
A Dgrant_table.c112 rc = GNTST_okay; in create_grant_pv_mapping()
121 if ( rc == GNTST_okay ) in create_grant_pv_mapping()
297 rc = GNTST_okay; in replace_grant_pv_mapping()
A Dshim.c706 nat.status = GNTST_okay; in pv_shim_grant_table_op()
/xen/xen/common/
A Dgrant_table.c495 return GNTST_okay; in get_paged_frame()
753 int rc = GNTST_okay; in _set_status_v1()
826 int rc = GNTST_okay; in _set_status_v2()
2035 op.status = GNTST_okay; in gnttab_setup_table()
2518 s16 rc = GNTST_okay; in acquire_grant_for_copy()
2602 if ( rc != GNTST_okay ) in acquire_grant_for_copy()
2790 return GNTST_okay; in gnttab_copy_lock_domain()
2910 rc = GNTST_okay; in gnttab_copy_claim_buf()
2957 rc = GNTST_okay; in gnttab_copy_buf()
3251 op.status = GNTST_okay; in gnttab_get_status_frames()
[all …]
/xen/xen/common/compat/
A Dgrant_table.c175 if ( (_s_)->status == GNTST_okay ) \ in compat_grant_table_op()
304 if ( (_s_)->status == GNTST_okay ) \ in compat_grant_table_op()
/xen/xen/include/public/
A Dgrant_table.h643 #define GNTST_okay (0) /* Normal return. */ macro
/xen/tools/tests/depriv/
A Ddepriv-fd-checker.c203 if (seg.status==GNTST_okay) in test_gntdev()
/xen/xen/arch/arm/
A Dmm.c1603 return GNTST_okay; in create_grant_host_mapping()
1618 return rc ? GNTST_general_error : GNTST_okay; in replace_grant_host_mapping()
/xen/docs/misc/
A Dnetif-staging-grants.pandoc193 any of the resultant operation `status` were different than `GNTST_okay`.

Completed in 21 milliseconds