Searched refs:groups (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | vtpm_cmd_handler.c | 158 opq->group = g_mgr->groups[0].v; in vtpmmgr_SaveHashKey() 242 group = g_mgr->groups[group_idx].v; \ 346 if (group != g_mgr->groups[0].v) { in vtpmmgr_GroupNew() 349 g_mgr->groups = realloc(g_mgr->groups, g_mgr->nr_groups*sizeof(struct mem_group_hdr)); in vtpmmgr_GroupNew() 350 memset(&g_mgr->groups[group_idx], 0, sizeof(g_mgr->groups[0])); in vtpmmgr_GroupNew() 351 g_mgr->groups[group_idx].v = group; in vtpmmgr_GroupNew() 371 group = g_mgr->groups[group_idx].v; in vtpmmgr_GroupDel() 396 …memmove(&g_mgr->groups[group_idx], &g_mgr->groups[group_idx + 1], nr_mov * sizeof(g_mgr->groups[0]… in vtpmmgr_GroupDel() 664 if (group == g_mgr->groups[0].v) in vtpmmgr_GroupUpdate()
|
A D | disk_write.c | 282 disk_populate_used_group(&mgr->groups[i], mgr); in disk_populate_used_mgr() 295 struct mem_group_hdr *group = mgr->groups + base + i; in disk_write_group_itree() 342 struct mem_group_hdr *group = &mgr->groups[i]; in disk_write_root_sector() 378 disk_write_seal_list(mgr, mgr->groups[0].v); in disk_write_all() 411 mgr->groups = calloc(1, sizeof(mgr->groups[0])); in vtpm_new_disk() 412 mgr->groups[0].v = vtpm_new_group(NULL); in vtpm_new_disk()
|
A D | disk_read.c | 56 if (mgr->groups) { in mgr_free() 58 group_free(mgr->groups[i].v); in mgr_free() 59 free(mgr->groups); in mgr_free() 419 struct mem_group_hdr *group = dst->groups + base + i; in load_verify_group_itree() 479 dst->groups = calloc(sizeof(dst->groups[0]), dst->nr_groups); in load_root_post() 481 if (!dst->groups) { in load_root_post() 492 if (!dst->groups[0].v) { in load_root_post() 505 struct mem_group_hdr *group = &dst->groups[i]; in load_root_post()
|
A D | vtpm_disk.c | 29 struct mem_group *group0 = mgr->groups[0].v; in vtpm_sync_disk() 111 struct mem_group_hdr *hdr = mgr->groups + i; in find_mem_group_hdr() 220 group = g_mgr->groups[i].v; in find_vtpm()
|
A D | vtpm_disk.h | 197 struct mem_group_hdr *groups; member
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 56 name = res.groups()[0] 57 val = eval(res.groups()[1]) # Regex confines this to a very simple expression 58 attr = res.groups()[2]
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | bunzip2.c | 100 struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ member 285 hufGroup = bd->groups+j; in get_next_block() 353 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | branching-checklist.txt | 49 ### ln -s /usr/groups/xencore/HG/qemu-xen-$v-testing.git .
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpmmgr.pod.7 | 52 support multiple SAAs via the use of vTPM groups. Each group is associated with 172 labels may be further partitioned using vTPM groups.
|
A D | xl-network-configuration.pod.5 | 42 six groups of two hexadecimal digits, separated by colons (:).
|
A D | xl.cfg.pod.5.in | 1986 The groups of Microsoft Hyper-V (AKA viridian) compatible enlightenments 1987 exposed to the guest. The following groups of enlightenments may be 2042 This is a special value that enables the default set of groups, which 2044 and B<crash_ctl> groups. 2048 This is a special value that enables all available groups. 2053 to enable all groups except B<freq>, specify:
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-ringwatch | 241 i = iter(match.groups())
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtpm-platforms.txt | 135 multiple vTPM groups must be used in the TPM Manager. Group 0 would be for the
|
A D | xsm-flask.txt | 175 this for the most common case of groups that can communicate internally but not
|
/xen-4.10.0-shim-comet/ |
A D | SUPPORT.md | 250 Groups physical cpus into distinct groups called "cpupools",
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 614 +/* tag for the radix tree of block groups in ram */ 738 + * block groups give us hints into the extent allocation trees. Which
|
Completed in 20 milliseconds