Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 34) sorted by relevance

12

/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in2 ## 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 Dsysconfig.xendomains.in3 ## 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 Didl.txt22 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 Didl.py33 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 Dlibxlu_cfg_y.c693 # 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 Defi-boot.h153 (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 Defi-dom0.c102 desc->Type = type; in fill_efi_memory_descriptor()
/xen/xen/include/efi/
A Defidevp.h27 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 Defiapi.h43 IN EFI_ALLOCATE_TYPE Type,
135 IN UINT32 Type,
153 IN EFI_TIMER_DELAY Type,
562 IN UINT32 Type,
A Defidef.h174 UINT32 Type; // Field size is 32 bits followed by 32 bit pad member
A Defipciio.h112 IN EFI_ALLOCATE_TYPE Type,
A Defiprot.h449 IN EFI_ALLOCATE_TYPE Type,
/xen/tools/golang/xenlight/
A Dtypes.gen.go375 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 Dhelpers.gen.go608 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 Dproc-xen.mount.in10 Type=xenfs key
A Dvar-lib-xenstored.mount.in11 Type=tmpfs key
A Dxendriverdomain.service.in8 Type=forking key
A Dxen-watchdog.service.in8 Type=forking key
A Dxen-init-dom0.service.in8 Type=oneshot key
A Dxenstored.service.in10 Type=notify key
A Dxenconsoled.service.in8 Type=simple key
A Dxendomains.service.in11 Type=oneshot key
A Dxen-qemu-dom0-disk-backend.service.in10 Type=simple key
/xen/tools/libfsimage/zfs/
A Dmb_info.h49 unsigned long Type; member
/xen/xen/common/efi/
A Dboot.c1511 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()

Completed in 43 milliseconds

12