Searched refs:setup (Results 1 – 25 of 35) sorted by relevance
12
| /tools/libs/ctrl/ |
| A D | xc_gnttab.c | 71 struct gnttab_setup_table setup; in _gnttab_map_table() local 104 setup.dom = domid; in _gnttab_map_table() 105 setup.nr_frames = query.nr_frames; in _gnttab_map_table() 106 set_xen_guest_handle(setup.frame_list, frame_list); in _gnttab_map_table() 109 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), in _gnttab_map_table() 112 if ( rc || (setup.status != GNTST_okay) ) in _gnttab_map_table() 118 for ( i = 0; i < setup.nr_frames; i++ ) in _gnttab_map_table() 122 setup.nr_frames); in _gnttab_map_table()
|
| /tools/pygrub/ |
| A D | Makefile | 9 setup.py = CC="$(CC)" CFLAGS="$(PY_CFLAGS)" LDSHARED="$(CC)" LDFLAGS="$(PY_LDFLAGS)" \ 10 $(PYTHON) setup.py 16 $(setup.py) build 22 $(setup.py) install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
|
| A D | setup.py | 3 from setuptools import setup, Extension 5 from distutils.core import setup, Extension 22 setup(name='pygrub',
|
| /tools/python/ |
| A D | Makefile | 11 setup.py = CC="$(CC)" CFLAGS="$(PY_CFLAGS)" LDSHARED="$(CC)" LDFLAGS="$(PY_LDFLAGS)" \ 15 $(PYTHON) setup.py 19 $(setup.py) build 24 $(setup.py) install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \
|
| A D | setup.py | 3 from setuptools import setup, Extension 5 from distutils.core import setup, Extension 49 setup(name = 'xen',
|
| /tools/libs/guest/ |
| A D | xg_dom_boot.c | 214 gnttab_setup_table_t setup; in xc_dom_gnttab_setup() local 223 setup.dom = domid; in xc_dom_gnttab_setup() 224 setup.nr_frames = 1; in xc_dom_gnttab_setup() 225 set_xen_guest_handle(setup.frame_list, gmfnp); in xc_dom_gnttab_setup() 226 setup.status = 0; in xc_dom_gnttab_setup() 228 rc = xc_gnttab_op(xch, GNTTABOP_setup_table, &setup, sizeof(setup), 1); in xc_dom_gnttab_setup() 232 if ( rc != 0 || setup.status != GNTST_okay ) in xc_dom_gnttab_setup() 237 __FUNCTION__, rc != 0 ? errno : 0, setup.status); in xc_dom_gnttab_setup()
|
| A D | xg_sr_common.h | 62 int (*setup)(struct xc_sr_context *ctx); member 145 int (*setup)(struct xc_sr_context *ctx); member
|
| A D | xg_sr_save_x86_hvm.c | 234 .setup = x86_hvm_setup,
|
| A D | xg_sr_restore_x86_hvm.c | 259 .setup = x86_hvm_setup,
|
| A D | xg_sr_restore.c | 684 static int setup(struct xc_sr_context *ctx) in setup() function 704 rc = ctx->restore.ops.setup(ctx); in setup() 764 rc = setup(ctx); in restore()
|
| A D | xg_sr_save.c | 792 static int setup(struct xc_sr_context *ctx) in setup() function 799 rc = ctx->save.ops.setup(ctx); in setup() 854 rc = setup(ctx); in save()
|
| /tools/hotplug/Linux/ |
| A D | Makefile | 9 XEN_SCRIPTS += vif-setup 10 XEN_SCRIPTS-$(CONFIG_LIBNL) += remus-netbuf-setup 20 XEN_SCRIPTS += colo-proxy-setup
|
| A D | remus-netbuf-setup | 213 setup)
|
| A D | colo-proxy-setup | 121 setup)
|
| /tools/libs/light/ |
| A D | libxl_nonetbuffer.c | 45 .setup = nic_setup,
|
| A D | libxl_colo_qdisk.c | 207 .setup = colo_qdisk_save_setup, 228 .setup = colo_qdisk_restore_setup,
|
| A D | libxl_colo_nic.c | 290 .setup = colo_nic_save_setup, 314 .setup = colo_nic_restore_setup,
|
| A D | libxl_remus_disk_drbd.c | 228 .setup = drbd_setup,
|
| A D | libxl_checkpoint_device.c | 164 dev->ops->setup(egc,dev); in device_setup_iterate()
|
| A D | libxl_netbuffer.c | 520 .setup = nic_setup,
|
| /tools/flask/policy/modules/ |
| A D | xen.if | 5 # Domain creation and setup 11 setup 114 allow $1 $2:grant setup; 359 setup
|
| A D | dom0.te | 152 allow dom0_t xen_t:resource setup;
|
| /tools/examples/ |
| A D | cpupool | 2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
|
| /tools/fuzz/ |
| A D | README.oss-fuzz | 21 inherit the correct compiler settings and be run in a pre-setup
|
| /tools/hotplug/Linux/init.d/ |
| A D | sysconfig.xendomains.in | 133 # amount of time. So better setup this variable to a huge number and hope the
|
Completed in 56 milliseconds
12