Searched refs:_xc_livepatch_action (Results 1 – 1 of 1) sorted by relevance
/xen/tools/libxc/ |
A D | xc_misc.c | 928 static int _xc_livepatch_action(xc_interface *xch, in _xc_livepatch_action() function 973 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_APPLY, timeout, flags); in xc_livepatch_apply() 978 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_REVERT, timeout, flags); in xc_livepatch_revert() 983 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_UNLOAD, timeout, flags); in xc_livepatch_unload() 988 return _xc_livepatch_action(xch, name, LIVEPATCH_ACTION_REPLACE, timeout, flags); in xc_livepatch_replace()
|
Completed in 4 milliseconds