Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 88) sorted by relevance

1234

/xen/tools/ocaml/libs/xs/
A Dqueueop.ml21 Xb.queue con (Xb.Packet.create tid 0 ty data)
30 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Debug (data_concat commands))
34 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Watch data)
38 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Unwatch data)
45 Xb.queue con (Xb.Packet.create tid 0 Xb.Op.Transaction_end data)
51 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Introduce data)
55 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Release data)
59 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Resume data)
63 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Getdomainpath data)
67 Xb.queue con (Xb.Packet.create tid 0 Xb.Op.Write data)
[all …]
/xen/tools/examples/
A Dcpupool2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
4 # 'xm cpupool-create' or 'xl cpupool-create'.
5 # You use a separate script for each cpupool you want to create, or
A DREADME16 cpupool - example configuration script for 'xl cpupool-create'
31 'xl create'
33 'xl create'
/xen/tools/ocaml/xenstored/
A Dconnections.ml27 let create () = { function
28 anonymous = Hashtbl.create 37;
29 domains = Hashtbl.create 37;
30 ports = Hashtbl.create 37;
31 watches = Trie.create ()
36 let con = Connection.create xbcon None in
41 let con = Connection.create xbcon (Some dom) in
A Dquota.ml37 let create () = function
38 { maxent = !maxent; maxsize = !maxsize; cur = Hashtbl.create 100; }
46 warn "domain %u err create entry: data too big %d" id size;
52 warn "domain %u cannot create entry: quota reached" id;
A Dsymbol.ml20 let int_string_tbl : (int,string record) Hashtbl.t = Hashtbl.create 1024
21 let string_int_tbl : (string,int) Hashtbl.t = Hashtbl.create 1024
A Dperms.ml54 let create owner other acl = function
70 let default0 = create 0 NONE []
81 | h :: l -> create (fst h) (snd h) l
112 let create ?(perms=[NONE]) domid : t = var
A Dstdext.ml80 (** create a directory but doesn't raise an exception if the directory already exist *)
84 (** create a directory, and create parent if doesn't exist *)
A Dconnection.ml93 Perms.Connection.create ~perms:[Perms.READ; Perms.WRITE] domid
95 let create xbcon dom = function
105 transactions = Hashtbl.create 5;
107 watches = Hashtbl.create 8;
134 Xenbus.Xb.queue con.xb (Xenbus.Xb.Packet.create tid rid Xenbus.Xb.Op.Error "E2BIG\000")
136 Xenbus.Xb.queue con.xb (Xenbus.Xb.Packet.create tid rid ty data)
A Dstore.ml28 let create _name _perms _value = var
137 let create path connection_path = function
255 Node.add_child node (Node.create name node.Node.perms "") in
272 Node.add_child node (Node.create name node.Node.perms value) in
374 let buf = Buffer.create 8192 in
479 let create () = { function
482 root = Node.create "" Perms.Node.default0 "";
483 quota = Quota.create ();
A Ddomains.ml47 table = Hashtbl.create 10;
48 doms_conflict_paused = Queue.create ();
49 doms_with_conflict_penalty = Queue.create ();
125 let create doms domid mfn port = function
A Dutils.ml48 let hs = Bytes.create (String.length s * 2) in
58 let b = Bytes.create (String.length hs / 2) in
/xen/docs/features/
A Dqemu-deprivilege.pandoc47 contiguous block of UIDs, and create a single user named
51 adduser --system --uid 131072 --group --no-create-home xen-qemuuser-range-base
65 this, create a user named `xen-qemuuser-shared`; for example:
67 adduser --no-create-home --system xen-qemuuser-shared
74 adduser --system --no-create-home --group xen-qemuuser-c6-01
83 adduser --system --no-create-home --group xen-qemuuser-reaper
A Dsched_rtds.pandoc34 xl cpupool-create name=\"pool-rt\" sched=\"rtds\" cpus=[4,5,6,8]
77 * create a cpupool with RTDS as its scheduler,
78 * create a few virtual machines a move them in and out of the pool,
79 * create a few virtual machines, directly inside the pool, and verify
90 * create a VM with 1 vCPU and put it in the RTDS cpupool,
/xen/tools/flask/policy/modules/
A Dxen.if49 allow $1 $2:domain { create max_vcpus setdomainmaxmem setaddrsize
69 allow $1 $2_channel:event create;
76 allow $1 $2_channel:event create;
114 allow $1 $3:event { create send status };
151 allow $1 $2_channel:event create;
A Dprot_domU.te2 # to create or migrate a domain of type prot_domU_t. If disabled, dom0 cannot
A Dxen.te67 neverallow * ~domain_type:domain { create transition };
75 neverallow * ~event_type:event { create send status };
/xen/tools/ocaml/libs/xb/
A Dpacket.ml30 let create tid rid ty data = { tid = tid; rid = rid; ty = ty; data = data; } function
33 create ppkt.Partial.tid ppkt.Partial.rid ppkt.Partial.ty (Buffer.contents ppkt.Partial.buf)
A Dpacket.mli6 val create : int -> int -> Op.operation -> string -> t val
/xen/tools/hotplug/Linux/
A Dblock-tap92 dev=$(tap-ctl create -a $target)
A Dxendomains.in184 NM=$($CMD create --quiet --dryrun --defconfig "$1" |
307 XMC=`$CMD create --quiet --defconfig $dom`
/xen/tools/hotplug/NetBSD/rc.d/
A Dxendomains68 ${ctl_command} create "$file"
/xen/automation/build/archlinux/
A Dcurrent.dockerfile52 RUN useradd --create-home user
/xen/docs/misc/
A Dvtpm-platforms.txt68 # xl create vtpmmgr.cfg
69 # xl create vtpm-guest1.cfg
70 # xl create guest1.cfg
122 domain builder that accepts build requests. A single build request would create
/xen/tools/ocaml/test/
A Dxtl.ml22 create "Xentoollog.stdio_logger" cbs

Completed in 23 milliseconds

1234