Home
last modified time | relevance | path

Searched refs:name_total_size (Results 1 – 6 of 6) sorted by relevance

/xen/tools/misc/
A Dxen-livepatch.c75 uint32_t name_total_size, metadata_total_size, name_off, metadata_off; in list_func() local
85 rc = xc_livepatch_list_get_sizes(xch, &nr, &name_total_size, &metadata_total_size); in list_func()
105 name = malloc(name_total_size * sizeof(*name)); in list_func()
122 memset(name, 'B', name_total_size * sizeof(*name)); in list_func()
128 rc = xc_livepatch_list(xch, nr, 0, info, name, len, name_total_size, in list_func()
/xen/tools/libxc/
A Dxc_misc.c656 uint32_t *name_total_size, in xc_livepatch_list_get_sizes() argument
662 if ( !nr || !name_total_size || !metadata_total_size ) in xc_livepatch_list_get_sizes()
677 *name_total_size = sysctl.u.livepatch.u.list.name_total_size; in xc_livepatch_list_get_sizes()
734 const uint32_t name_total_size, in xc_livepatch_list() argument
760 if ( name_total_size == 0 ) in xc_livepatch_list()
772 name_sz = name_total_size; in xc_livepatch_list()
890 _name_sz = sysctl.u.livepatch.u.list.name_total_size; /* Total received name size. */ in xc_livepatch_list()
/xen/xen/include/public/
A Dsysctl.h972 uint32_t name_total_size; /* OUT: Total size of all transfer names */ member
/xen/xen/common/
A Dlivepatch.c1180 list->name_total_size = 0; in livepatch_list()
1197 list->name_total_size += name_len; in livepatch_list()
1236 list->name_total_size += strlen(data->name) + 1; in livepatch_list()
/xen/tools/libxc/include/
A Dxenctrl.h2576 uint32_t *name_total_size,
2630 const uint32_t name_total_size,
/xen/docs/misc/
A Dlivepatch.pandoc731 (i.e. total allocated space *MUST* match the `name_total_size` value
751 fail), `name_total_size` and `metadata_total_size` containing total sizes of
792 uint32_t name_total_size; /* OUT: Total size of all transfer names */

Completed in 28 milliseconds