/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xencommons.in | 2 ## Type: string 8 ## Type: string 21 ## Type: string 35 ## Type: string 44 ## Type: string 51 ## Type: string 58 ## Type: string 65 ## Type: integer 72 ## Type: string 83 ## Type: string [all …]
|
A D | sysconfig.xendomains.in | 3 ## Type: string 13 ## Type: integer 23 ## Type: integer 34 ## Type: string 47 ## Type: string 58 ## Type: string 68 ## Type: string 83 ## Type: boolean 91 ## Type: string 105 ## Type: boolean [all …]
|
/xen/tools/libxl/ |
A D | idl.txt | 22 Type.namespace: (default: "libxl_") 30 Type.passby: (default: idl.PASS_BY_VALUE) 42 Type.autogenerate_dispose_fn: (default: True) 44 Indicates if the above named Type.dispose_fn should be 52 Type.autogenerate_copy_fn: (default: True) 54 Indicates if the above named Type.copy_fn should be 57 Type.autogenerate_copy_fn 59 Type.init_val: (default: None) 72 Indicates if the above named Type.init_fn should be 85 Type.autogenerate_json: (default: True) [all …]
|
A D | idl.py | 33 class Type(object): class 130 class Builtin(Type): 136 Type.__init__(self, typename, **kwargs) 170 class Enumeration(Type): 175 Type.__init__(self, typename, **kwargs) 202 class Aggregate(Type): 206 Type.__init__(self, typename, **kwargs) 313 class Array(Type): 357 if isinstance(t, Type): 359 elif isinstance(t,type(object)) and issubclass(t, Type): [all …]
|
A D | libxlu_cfg_y.c | 693 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 699 Type, Value, Location, ctx); \ 801 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
/xen/xen/arch/arm/efi/ |
A D | efi-boot.h | 153 (desc_ptr->Type == EfiConventionalMemory || in efi_process_memory_map_bootinfo() 154 desc_ptr->Type == EfiLoaderCode || in efi_process_memory_map_bootinfo() 155 desc_ptr->Type == EfiLoaderData || in efi_process_memory_map_bootinfo() 157 (desc_ptr->Type == EfiBootServicesCode || in efi_process_memory_map_bootinfo() 158 desc_ptr->Type == EfiBootServicesData))) ) in efi_process_memory_map_bootinfo() 168 else if ( desc_ptr->Type == EfiACPIReclaimMemory ) in efi_process_memory_map_bootinfo()
|
A D | efi-dom0.c | 102 desc->Type = type; in fill_efi_memory_descriptor()
|
/xen/xen/include/efi/ |
A D | efidevp.h | 27 UINT8 Type; member 47 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) 55 #define IsDevicePathUnpacked(a) ( (a)->Type & EFI_DP_TYPE_UNPACKED ) 64 (a)->Type = END_DEVICE_PATH_TYPE; \
|
A D | efiapi.h | 43 IN EFI_ALLOCATE_TYPE Type, 135 IN UINT32 Type, 153 IN EFI_TIMER_DELAY Type, 562 IN UINT32 Type,
|
A D | efidef.h | 174 UINT32 Type; // Field size is 32 bits followed by 32 bit pad member
|
A D | efipciio.h | 112 IN EFI_ALLOCATE_TYPE Type,
|
A D | efiprot.h | 449 IN EFI_ALLOCATE_TYPE Type,
|
/xen/tools/golang/xenlight/ |
A D | types.gen.go | 375 Type DomainType member 512 Type DomainType member 747 Type UsbctrlType member 758 Type UsbdevType member 877 Type VsndStreamType member 958 Type UsbctrlType member 1112 Type EventType member 1171 Type PsrFeatType member
|
A D | helpers.gen.go | 608 x.Type = DomainType(xc._type) 1093 x.Type = DomainType(xc._type) 1094 switch x.Type{ 1427 switch x.Type{ 2146 switch x.Type{ 2177 switch x.Type{ 3934 x.Type = EventType(xc._type) 3935 switch x.Type{ 4010 switch x.Type{ 4105 switch x.Type{ [all …]
|
/xen/tools/hotplug/Linux/systemd/ |
A D | proc-xen.mount.in | 10 Type=xenfs key
|
A D | var-lib-xenstored.mount.in | 11 Type=tmpfs key
|
A D | xendriverdomain.service.in | 8 Type=forking key
|
A D | xen-watchdog.service.in | 8 Type=forking key
|
A D | xen-init-dom0.service.in | 8 Type=oneshot key
|
A D | xenstored.service.in | 10 Type=notify key
|
A D | xenconsoled.service.in | 8 Type=simple key
|
A D | xendomains.service.in | 11 Type=oneshot key
|
A D | xen-qemu-dom0-disk-backend.service.in | 10 Type=simple key
|
/xen/tools/libfsimage/zfs/ |
A D | mb_info.h | 49 unsigned long Type; member
|
/xen/xen/common/efi/ |
A D | boot.c | 1511 desc->Type, desc->Attribute); in efi_init_memory() 1526 (desc->Type != EfiBootServicesCode && in efi_init_memory() 1527 desc->Type != EfiBootServicesData))) ) in efi_init_memory() 1615 (desc->Type == EfiBootServicesCode || in efi_init_memory() 1616 desc->Type == EfiBootServicesData))) && in efi_init_memory()
|