Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 9 of 9) sorted by relevance

/xen/tools/include/xen-external/
A Dbsd-sys-queue-h-seddery30 our $namespace, $ucnamespace;
34 $namespace = pop @ARGV;
35 $namespace =~ s/^--prefix=// or die;
36 $ucnamespace = uc $namespace;
43 * - introduce ${ucnamespace}_ and ${namespace}_ namespace prefixes
66 )/${namespace}__$1/xg;
A DREADME24 Script to transform the above into a new namespace.
/xen/tools/libxl/
A Didl.py14 def namespace(s): function
35 self.namespace = kwargs.setdefault('namespace',
51 elif self.namespace is None: # e.g. system provided types
55 self.typename = self.namespace + typename
83 if self.namespace is not None:
178 self.namespace)
289 void = Builtin("void *", namespace = None)
290 bool = Builtin("bool", namespace = None,
297 size_t = Number("size_t", namespace = None)
299 integer = Number("int", namespace = None, signed = True)
[all …]
A Didl.txt11 contain the initial namespace element (e.g. "libxl_"). See below for
12 how to specify a namespace.
15 namespace element while Type.rawname is always set to the 'base' name
22 Type.namespace: (default: "libxl_")
24 The namespace in which the type resides. Usually this is "libxl_" but
27 If the typename is not None then the namespace is prepended to the
122 Enumeration.value_namespace: (default: namespace)
124 The namespace in which the values of the Enumeration (see below) reside.
134 the namespace and typename of the
138 the namespace but including the
[all …]
A Dlibxl_types_internal.idl1 namespace("libxl__")
4 libxl_domid = Builtin("domid", namespace="libxl_", json_gen_fn = "yajl_gen_integer",
A Dgentypes.py544 parse = "(libxl__json_parse_callback)&%s_parse_json" % (ty.namespace + "_" + ty.rawname)
690 (ty.hidden(), ty.namespace + "_" + ty.rawname,
783 … (ty.namespace + "_" + ty.rawname,"o",ty.make_arg("p", passby=idl.PASS_BY_REFERENCE)))
A Dlibxl_types.idl6 namespace("libxl_")
/xen/docs/designs/
A Dqemu-deprivilege.md294 Enter QEMU into its own network namespace (in addition to mount & IPC
299 QEMU does actually use the network namespace as a Xen DM for two
304 If QEMU runs in its own network namespace, it can't open the tap
306 own namespace. So instead, have the toolstack open the device and pass
313 If QEMU runs in its own network namespace, it is not straightforward
314 to listen on a TCP socket outside of its own network namespace. One
/xen/docs/misc/
A Dxenstore-paths.pandoc575 The /vm/$UUID namespace is used by toolstacks to store various
636 The /tool/xenstored namespace is created by the xenstore daemon or domain

Completed in 8 milliseconds