Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 35) sorted by relevance

12

/tools/libs/ctrl/
A Dxc_gnttab.c71 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 DMakefile9 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 Dsetup.py3 from setuptools import setup, Extension
5 from distutils.core import setup, Extension
22 setup(name='pygrub',
/tools/python/
A DMakefile11 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 Dsetup.py3 from setuptools import setup, Extension
5 from distutils.core import setup, Extension
49 setup(name = 'xen',
/tools/libs/guest/
A Dxg_dom_boot.c214 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 Dxg_sr_common.h62 int (*setup)(struct xc_sr_context *ctx); member
145 int (*setup)(struct xc_sr_context *ctx); member
A Dxg_sr_save_x86_hvm.c234 .setup = x86_hvm_setup,
A Dxg_sr_restore_x86_hvm.c259 .setup = x86_hvm_setup,
A Dxg_sr_restore.c684 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 Dxg_sr_save.c792 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 DMakefile9 XEN_SCRIPTS += vif-setup
10 XEN_SCRIPTS-$(CONFIG_LIBNL) += remus-netbuf-setup
20 XEN_SCRIPTS += colo-proxy-setup
A Dremus-netbuf-setup213 setup)
A Dcolo-proxy-setup121 setup)
/tools/libs/light/
A Dlibxl_nonetbuffer.c45 .setup = nic_setup,
A Dlibxl_colo_qdisk.c207 .setup = colo_qdisk_save_setup,
228 .setup = colo_qdisk_restore_setup,
A Dlibxl_colo_nic.c290 .setup = colo_nic_save_setup,
314 .setup = colo_nic_restore_setup,
A Dlibxl_remus_disk_drbd.c228 .setup = drbd_setup,
A Dlibxl_checkpoint_device.c164 dev->ops->setup(egc,dev); in device_setup_iterate()
A Dlibxl_netbuffer.c520 .setup = nic_setup,
/tools/flask/policy/modules/
A Dxen.if5 # Domain creation and setup
11 setup
114 allow $1 $2:grant setup;
359 setup
A Ddom0.te152 allow dom0_t xen_t:resource setup;
/tools/examples/
A Dcpupool2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
/tools/fuzz/
A DREADME.oss-fuzz21 inherit the correct compiler settings and be run in a pre-setup
/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in133 # amount of time. So better setup this variable to a huge number and hope the

Completed in 56 milliseconds

12