Searched refs:items (Results 1 – 19 of 19) sorted by relevance
/xen/xen/xsm/flask/ss/ |
A D | avtab.c | 348 u32 items, items2, val, vers = pol->policyvers; in avtab_read_item() local 378 items = 0; in avtab_read_item() 380 val = le32_to_cpu(buf32[items++]); in avtab_read_item() 387 val = le32_to_cpu(buf32[items++]); in avtab_read_item() 394 val = le32_to_cpu(buf32[items++]); in avtab_read_item() 402 val = le32_to_cpu(buf32[items++]); in avtab_read_item() 428 if ( items != items2 ) { in avtab_read_item() 443 items = 0; in avtab_read_item() 444 key.source_type = le16_to_cpu(buf16[items++]); in avtab_read_item() 445 key.target_type = le16_to_cpu(buf16[items++]); in avtab_read_item() [all …]
|
A D | policydb.c | 842 u32 items; in mls_read_range_helper() local 849 items = le32_to_cpu(buf[0]); in mls_read_range_helper() 850 if ( items > ARRAY_SIZE(buf) ) in mls_read_range_helper() 856 rc = next_entry(buf, fp, sizeof(u32) * items); in mls_read_range_helper() 863 if ( items > 1 ) in mls_read_range_helper() 875 if ( items > 1 ) in mls_read_range_helper()
|
/xen/xen/arch/x86/ |
A D | dom0_build.c | 77 unsigned int items = 0; in parse_amt() local 96 items++; /* No other item allowed. */ in parse_amt() 101 if ( items ) in parse_amt() 105 items++; in parse_amt() 106 } while ( *s++ == '+' && items < 2 ); in parse_amt()
|
/xen/tools/libxl/ |
A D | idl.py | 274 … kv_kwargs = dict([(x.lstrip('keyvar_'),y) for (x,y) in kwargs.items() if x.startswith('keyvar_')]) 320 … lv_kwargs = dict([(x.lstrip('lenvar_'),y) for (x,y) in kwargs.items() if x.startswith('lenvar_')]) 356 for n,t in globals().items():
|
/xen/docs/man/ |
A D | xlcpupool.cfg.5.pod | 124 This document is a work in progress and contains items which require 129 Patches to improve incomplete items (or any other item) would be
|
A D | xl-numa-placement.7.pod | 189 the various VMs with different memory sizes are the items to be packed,
|
A D | xl.cfg.5.pod.in | 1434 There are group of parameters which are common for all items. 2928 This document may contain items which require further 2929 documentation. Patches to improve incomplete items (or any other item)
|
/xen/docs/features/ |
A D | template.pandoc | 60 features, this section must contain the list of items needing fixing for
|
A D | migration.pandoc | 46 `libxl` is responsible for items such as emulator state.
|
/xen/tools/fuzz/ |
A D | README.oss-fuzz | 11 archives (artefacts) from source code. These items ideally should live
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 359 + struct btrfs_item items[]; 436 + * items in the extent btree are used to record the objectid of the 691 + * csum items have the checksums for data in the extents 701 + * root items point to tree roots. There are typically in the root 737 + * string items are for debugging. They just store a short string of 1069 + return offsetof(struct btrfs_leaf, items) + 1274 + return offsetof(struct btrfs_leaf, items); 2029 + * Scan the chunk tree for dev items 2705 + offsetof(struct btrfs_leaf, items), 2849 + * Return 1, if next item wasn't found (no more items). [all …]
|
/xen/docs/misc/ |
A D | vtd-pi.txt | 127 In this design, we will cover the following items: 130 3. Extend posted-interrupt descriptor structure to cover VT-d PI specific items. 151 - Extend posted-interrupt descriptor structure to cover VT-d PI specific items.
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 412 _tmp = state.values.items()
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 107 release, the major work items and any other information the Release Manager 551 This email only tracks big items for xen.git tree. Please reply for items you
|
/xen/tools/golang/xenlight/ |
A D | gengotypes.py | 382 for case_name, case_tuple in sorted(cases.items()):
|
/xen/tools/xenmon/ |
A D | COPYING | 323 mouse-clicks or menu items--whatever suits your program.
|
/xen/xen/ |
A D | COPYING | 350 mouse-clicks or menu items--whatever suits your program.
|
/xen/ |
A D | COPYING | 400 mouse-clicks or menu items--whatever suits your program.
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 750 VBE mode info items of currently unsupported modes fixed
|
Completed in 32 milliseconds