Searched refs:Field (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | select_stubs.c | 36 events = Field(Field(fd_events, i), 1); in stub_select_on_poll() 38 c_fds[i].fd = Int_val(Field(Field(fd_events, i), 0)); in stub_select_on_poll() 40 c_fds[i].events |= Bool_val(Field(events, 0)) ? POLLIN : 0; in stub_select_on_poll() 41 c_fds[i].events |= Bool_val(Field(events, 1)) ? POLLOUT: 0; in stub_select_on_poll() 42 c_fds[i].events |= Bool_val(Field(events, 2)) ? POLLPRI: 0; in stub_select_on_poll() 56 events = Field(Field(fd_events, i), 1); in stub_select_on_poll() 59 …Field(events, 0) = Val_bool(c_fds[i].events & POLLIN && c_fds[i].revents & (POLLIN |POLLHUP|POLLE… in stub_select_on_poll() 60 …Field(events, 1) = Val_bool(c_fds[i].events & POLLOUT && c_fds[i].revents & (POLLOUT|POLLHUP|POLLE… in stub_select_on_poll() 61 Field(events, 2) = Val_bool(c_fds[i].revents & POLLPRI); in stub_select_on_poll()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 47 ((Field(array, index) == Val_none) ? NULL : String_val(Field(Field(array, index), 0))) 53 …i2 = ((Field(input, 1) == Val_none) ? 0xffffffff : (uint32_t) Int64_val(Field(Field(input, 1), 0))… 169 int v = Int_val(Field(l, 0)); in stub_xc_domain_create() 179 for (l = Field(Field(domconfig, 0), 0); in stub_xc_domain_create() 181 l = Field(l, 1)) in stub_xc_domain_create() 328 Field(tmp, 0) = Val_int(i); in alloc_domaininfo() 329 Field(tmp, 1) = emul_list; in alloc_domaininfo() 379 Field(result, 1) = temp; in stub_xc_domain_getinfolist() 657 Field(tmp, 0) = Val_int(r); in stub_xc_physinfo() 658 Field(tmp, 1) = cap_list; in stub_xc_physinfo() [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | idl.txt | 152 element in the list is of type idl.Field representing a member of the 157 Field.type The type of the member (a idl.Type). 158 Field.name The name of the member (can be None for anonymous 160 Field.const Boolean, true if the member is const. 161 Field.init_val The initialisation value for this field. Takes 162 precendence over both Field.type.init_val and 163 Field.type.init_fn. 184 The KeyedUnion.keyvar contains an idl.Field, this is the member of 186 union. The idl.Field.type of the keyvar must be an Enumeration type. 191 always be an idl.Field of a containing idl.Aggregate. [all …]
|
A D | idl.py | 190 class Field(object): class 227 self.fields.append(Field(t,n,**kw)) 274 self.keyvar = Field(keyvar_type, keyvar_name, **kv_kwargs) 281 self.fields.append(Field(ty, e, enumname=en)) 320 self.lenvar = Field(integer, lenvar_name, **lv_kwargs)
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 139 v = Field(v, 1); in list_len() 159 elem = Field(v, 0); in libxl_key_value_list_val() 231 #define Some_val(v) Field(v,0) 296 if (Int_val(Field(v, i))) in Bitmap_val() 733 Field(list, 0) = Val_int(0); in stub_xl_device_nic_list() 734 Field(list, 1) = temp; in stub_xl_device_nic_list() 761 Field(list, 0) = Val_int(0); in stub_xl_device_disk_list() 762 Field(list, 1) = temp; in stub_xl_device_disk_list() 811 Field(list, 1) = temp; in stub_xl_device_pci_list() 882 Field(list, 1) = temp; in stub_xl_device_pci_assignable_list() [all …]
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/ |
A D | xentoollog_stubs.c | 57 #define Some_val(v) Field(v,0) 177 xtl->vmessage_cb = dup_String_val(Field(cbs, 0)); in stub_xtl_create_logger() 178 xtl->progress_cb = dup_String_val(Field(cbs, 1)); in stub_xtl_create_logger()
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxc-migration-stream.pandoc | 124 Field Description 155 Field Description 200 Field Description 295 Field Description 369 Field Description 393 Field Description 422 Field Description 455 Field Description 479 Field Description 505 Field Description [all …]
|
A D | libxl-migration-stream.pandoc | 75 Field Description 112 Field Description 156 Field Description 268 Field Description
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | ssdt_pm.asl | 52 Field (DBGA, ByteAcc, NoLock, Preserve) 58 Field (DBGB, ByteAcc, NoLock, Preserve) 64 Field (DBGC, ByteAcc, NoLock, Preserve) 70 Field (DBGD, ByteAcc, NoLock, Preserve) 76 Field (PRT1, ByteAcc, NoLock, Preserve) 83 Field (PRT2, ByteAcc, NoLock, Preserve) 89 Field (PRT3, ByteAcc, NoLock, Preserve)
|
A D | dsdt_acpi_info.asl | 9 Field(BIOS, ByteAcc, NoLock, Preserve) {
|
A D | dsdt.asl | 215 Field (\_SB.PCI0.ISA.PIRQ, ByteAcc, NoLock, Preserve) {
|
Completed in 18 milliseconds