Searched refs:xc_flask_sid_to_context (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_flask.c | 35 rc = xc_flask_sid_to_context(ctx->xch, ssidref, tmp, sizeof(tmp)); in libxl_flask_sid_to_context()
|
/xen/tools/libxc/ |
A D | xc_flask.c | 112 int xc_flask_sid_to_context(xc_interface *xch, int sid, char *buf, uint32_t size) in xc_flask_sid_to_context() function
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 2346 int xc_flask_sid_to_context(xc_interface *xc_handle, int sid, char *buf, uint32_t size);
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1774 ret = xc_flask_sid_to_context(xc_handle, sid, ctx, ctx_len); in pyflask_sid_to_context()
|
Completed in 14 milliseconds