Searched refs:private (Results 1 – 25 of 35) sorted by relevance
12
/xen/tools/xenstore/ |
A D | xenstore.pc.in | 10 Libs.private: -ldl 11 Requires.private: xenevtchn,xencontrol,xengnttab,xentoolcore
|
A D | tdb.c | 1270 int tdb_traverse(TDB_CONTEXT *tdb, tdb_traverse_func fn, void *private) argument 1308 if (fn && fn(tdb, key, dbuf, private)) {
|
A D | xenstored_core.c | 1804 void *private) in clean_store_() argument 1806 struct hashtable *reachable = private; in clean_store_()
|
/xen/xen/drivers/vpci/ |
A D | vpci.c | 29 void *private; member 147 r->private = data; in vpci_add_register() 351 val = r->read(pdev, r->offset, r->private); in vpci_read() 399 val = r->read(pdev, r->offset, r->private); in vpci_write_helper() 404 r->private); in vpci_write_helper()
|
/xen/tools/libs/evtchn/ |
A D | xenevtchn.pc.in | 10 Requires.private: xentoollog
|
/xen/tools/xenstat/libxenstat/ |
A D | xenstat.pc.in | 10 Requires.private: xencontrol,xenstore
|
/xen/tools/libxl/ |
A D | xlutil.pc.in | 10 Requires.private: xenlight
|
A D | xenlight.pc.in | 12 Requires.private: xentoollog,xenevtchn,xencontrol,xenguest,xenstore,xenhypfs
|
A D | idl.py | 46 self.private = kwargs.setdefault('private', False) 80 if self.typename is not None and not self.private:
|
A D | gentypes.py | 139 for f in [f for f in ty.fields if not f.const and not f.type.private]: 402 for f in [f for f in ty.fields if not f.const and not f.type.private]: 504 for f in [f for f in ty.fields if not f.const and not f.type.private]:
|
A D | gentest.py | 78 elif ty.private:
|
A D | CODING_STYLE | 167 * private fields
|
/xen/tools/libs/call/ |
A D | xencall.pc.in | 10 Requires.private: xentoollog,xentoolcore
|
/xen/tools/libs/foreignmemory/ |
A D | xenforeignmemory.pc.in | 10 Requires.private: xentoollog,xentoolcore
|
/xen/tools/libs/gnttab/ |
A D | xengnttab.pc.in | 10 Requires.private: xentoollog,xentoolcore
|
/xen/tools/libs/devicemodel/ |
A D | xendevicemodel.pc.in | 10 Requires.private: xentoolcore,xentoollog,xencall
|
/xen/tools/libxc/ |
A D | xenguest.pc.in | 10 Requires.private: xentoollog,xencall,xenforeignmemory,xenevtchn
|
A D | xencontrol.pc.in | 10 Requires.private: xenevtchn,xengnttab,xencall,xenforeignmemory,xendevicemodel,xentoollog
|
/xen/tools/libs/hypfs/ |
A D | xenhypfs.pc.in | 10 Requires.private: xentoolcore,xentoollog,xencall,zlib
|
/xen/tools/libvchan/ |
A D | xenvchan.pc.in | 10 Requires.private: xentoollog,xenstore,xenevtchn,xengnttab
|
/xen/tools/ocaml/libs/xl/ |
A D | genwrap.py | 123 if f.type.private: 326 if f.type.private: 341 if f.type.private: 446 if f.type.private: 556 if ty.private:
|
/xen/ |
A D | INSTALL | 112 Use the given OVMF binary instead of compiling a private copy. 115 Build a private copy of SeaBIOS. 118 Use the given SeaBIOS binary instead of compiling a private copy. 130 The libxl toolstack uses the upstream qemu per default. A private copy 131 will be built. If desired this private copy can be configured with 135 Use the given qemu binary instead of compiling a private copy. 337 * To build a private copy of tools and xen:
|
/xen/docs/misc/ |
A D | grant-tables.txt | 61 Xen maintains a set of private frames per domain, holding the active grant 347 Using a private reserve of grant references 352 allocated and held in a private reserve. 354 To reserve a private batch:
|
A D | vtd.txt | 223 * Device has an internal resource, such as private memory, which is
|
/xen/docs/man/ |
A D | xen-pv-channel.7.pod | 9 A channel is a low-bandwidth private byte stream similar to a serial
|
Completed in 33 milliseconds
12