Searched refs:Field (Results 1 – 10 of 10) 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 | 73 ((Field(array, index) == Val_none) ? NULL : String_val(Field(Field(array, index), 0))) 174 Field(tmp, 0) = Val_int(i); in c_bitmap_to_ocaml_list() 175 Field(tmp, 1) = list; in c_bitmap_to_ocaml_list() 490 Field(result, 0) = Val_int(0); in stub_xc_domain_getinfolist() 491 Field(result, 1) = temp; in stub_xc_domain_getinfolist() 1311 bus = Int_val(Field(desc, 1)); in stub_xc_domain_test_assign_device() 1312 dev = Int_val(Field(desc, 2)); in stub_xc_domain_test_assign_device() 1330 bus = Int_val(Field(desc, 1)); in stub_xc_domain_assign_device() 1331 dev = Int_val(Field(desc, 2)); in stub_xc_domain_assign_device() 1352 bus = Int_val(Field(desc, 1)); in stub_xc_domain_deassign_device() [all …]
|
| /xen/tools/libs/light/ |
| 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/docs/specs/ |
| A D | libxc-migration-stream.pandoc | 124 Field Description 155 Field Description 196 Field Description 297 Field Description 371 Field Description 395 Field Description 424 Field Description 457 Field Description 481 Field Description 507 Field Description [all …]
|
| A D | libxl-migration-stream.pandoc | 75 Field Description 112 Field Description 156 Field Description 268 Field Description
|
| /xen/docs/designs/ |
| A D | xenstore-migration.md | 42 | Field | Description | 80 | Field | Description | 135 | Field | Description | 171 | Field | Description | 216 | Field | Description | 243 | Field | Description | 273 | Field | Description | 315 | Field | Description | 355 | Field | Description | 404 | Field | Description | [all …]
|
| /xen/tools/libacpi/ |
| A D | ssdt_pm.asl | 43 Field (DBGA, ByteAcc, NoLock, Preserve) 49 Field (DBGB, ByteAcc, NoLock, Preserve) 55 Field (DBGC, ByteAcc, NoLock, Preserve) 61 Field (DBGD, ByteAcc, NoLock, Preserve) 67 Field (PRT1, ByteAcc, NoLock, Preserve) 74 Field (PRT2, ByteAcc, NoLock, Preserve) 80 Field (PRT3, ByteAcc, NoLock, Preserve)
|
| A D | dsdt_acpi_info.asl | 10 Field(BIOS, ByteAcc, NoLock, Preserve) {
|
| A D | dsdt.asl | 206 Field (\_SB.PCI0.ISA.PIRQ, ByteAcc, NoLock, Preserve) {
|
Completed in 25 milliseconds