Searched refs:Field (Results 1 – 12 of 12) sorted by relevance
| /xen/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/tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 49 ((Field(array, index) == Val_none) ? NULL : String_val(Field(Field(array, index), 0))) 155 Field(tmp, 0) = Val_int(i); in c_bitmap_to_ocaml_list() 156 Field(tmp, 1) = list; in c_bitmap_to_ocaml_list() 437 Field(result, 0) = Val_int(0); in stub_xc_domain_getinfolist() 438 Field(result, 1) = temp; in stub_xc_domain_getinfolist() 1101 bus = Int_val(Field(desc, 1)); in stub_xc_domain_test_assign_device() 1102 dev = Int_val(Field(desc, 2)); in stub_xc_domain_test_assign_device() 1124 bus = Int_val(Field(desc, 1)); in stub_xc_domain_assign_device() 1125 dev = Int_val(Field(desc, 2)); in stub_xc_domain_assign_device() 1147 bus = Int_val(Field(desc, 1)); in stub_xc_domain_deassign_device() [all …]
|
| /xen/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 | 192 class Field(object): class 229 self.fields.append(Field(t,n,**kw)) 276 self.keyvar = Field(keyvar_type, keyvar_name, **kv_kwargs) 283 self.fields.append(Field(ty, e, enumname=en)) 322 self.lenvar = Field(integer, lenvar_name, **lv_kwargs)
|
| /xen/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() 745 Field(list, 0) = Val_int(0); in stub_xl_device_nic_list() 746 Field(list, 1) = temp; in stub_xl_device_nic_list() 773 Field(list, 0) = Val_int(0); in stub_xl_device_disk_list() 774 Field(list, 1) = temp; in stub_xl_device_disk_list() 823 Field(list, 1) = temp; in stub_xl_device_pci_list() 894 Field(list, 1) = temp; in stub_xl_device_pci_assignable_list() [all …]
|
| /xen/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/docs/designs/ |
| A D | xenstore-migration.md | 42 | Field | Description | 72 | Field | Description | 124 | Field | Description | 162 | Field | Description | 210 | Field | Description | 235 | Field | Description | 265 | Field | Description | 301 | Field | Description | 345 | Field | Description | 393 | Field | Description |
|
| /xen/docs/specs/ |
| A D | libxc-migration-stream.pandoc | 124 Field Description 155 Field Description 196 Field Description 291 Field Description 365 Field Description 389 Field Description 418 Field Description 451 Field Description 475 Field Description 501 Field Description [all …]
|
| A D | libxl-migration-stream.pandoc | 75 Field Description 112 Field Description 156 Field Description 268 Field Description
|
| /xen/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 32 milliseconds