Home
last modified time | relevance | path

Searched refs:XEN_LIVEPATCH_NAME_SIZE (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/misc/
A Dxen-livepatch.c38 XEN_LIVEPATCH_NAME_SIZE); in show_help()
83 name = malloc(sizeof(*name) * XEN_LIVEPATCH_NAME_SIZE * MAX_LEN); in list_func()
100 memset(name, 'B', sizeof(*name) * MAX_LEN * XEN_LIVEPATCH_NAME_SIZE); in list_func()
122 str = name + (i * XEN_LIVEPATCH_NAME_SIZE); in list_func()
123 for ( j = sz; j < XEN_LIVEPATCH_NAME_SIZE; j++ ) in list_func()
145 if ( len > XEN_LIVEPATCH_NAME_SIZE ) in get_name()
148 XEN_LIVEPATCH_NAME_SIZE); in get_name()
153 memset(name, 0, XEN_LIVEPATCH_NAME_SIZE); in get_name()
161 char name[XEN_LIVEPATCH_NAME_SIZE]; in upload_func()
293 char name[XEN_LIVEPATCH_NAME_SIZE]; in action_func()
/xen-4.10.0-shim-comet/xen/common/
A Dlivepatch.c81 char name[XEN_LIVEPATCH_NAME_SIZE]; /* Name of it. */
109 if ( !name->size || name->size > XEN_LIVEPATCH_NAME_SIZE ) in get_name()
904 char n[XEN_LIVEPATCH_NAME_SIZE]; in livepatch_upload()
962 char n[XEN_LIVEPATCH_NAME_SIZE]; in livepatch_get()
1004 !guest_handle_okay(list->name, XEN_LIVEPATCH_NAME_SIZE * list->nr) || in livepatch_list()
1029 if ( __copy_to_guest_offset(list->name, idx * XEN_LIVEPATCH_NAME_SIZE, in livepatch_list()
1458 char n[XEN_LIVEPATCH_NAME_SIZE]; in livepatch_action()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_misc.c559 if ( def_name.size > XEN_LIVEPATCH_NAME_SIZE ) in xc_livepatch_upload()
611 if ( def_name.size > XEN_LIVEPATCH_NAME_SIZE ) in xc_livepatch_get()
711 sz = sizeof(*name) * XEN_LIVEPATCH_NAME_SIZE; in xc_livepatch_list()
844 if ( def_name.size > XEN_LIVEPATCH_NAME_SIZE ) in _xc_livepatch_action()
/xen-4.10.0-shim-comet/xen/include/public/
A Dsysctl.h907 #define XEN_LIVEPATCH_NAME_SIZE 128 macro
/xen-4.10.0-shim-comet/docs/misc/
A Dlivepatch.markdown488 #define XEN_LIVEPATCH_NAME_SIZE 128
492 XEN_LIVEPATCH_NAME_SIZE. */
609 **XEN_LIVEPATCH_NAME_SIZE** size. Note that **XEN_LIVEPATCH_NAME_SIZE** includes
662 MUST XEN_LIVEPATCH_NAME_SIZE in size.

Completed in 21 milliseconds