| /xen/tools/ocaml/libs/xs/ |
| A D | queueop.ml | 21 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 D | cpupool | 2 # 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 D | README | 16 cpupool - example configuration script for 'xl cpupool-create' 31 'xl create' 33 'xl create'
|
| /xen/tools/ocaml/xenstored/ |
| A D | connections.ml | 27 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 D | quota.ml | 37 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 D | symbol.ml | 20 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 D | perms.ml | 54 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 D | stdext.ml | 80 (** 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 D | connection.ml | 93 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 D | store.ml | 28 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 D | domains.ml | 47 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 D | utils.ml | 48 let hs = Bytes.create (String.length s * 2) in 58 let b = Bytes.create (String.length hs / 2) in
|
| /xen/docs/features/ |
| A D | qemu-deprivilege.pandoc | 47 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 D | sched_rtds.pandoc | 34 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 D | xen.if | 49 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 D | prot_domU.te | 2 # to create or migrate a domain of type prot_domU_t. If disabled, dom0 cannot
|
| A D | xen.te | 67 neverallow * ~domain_type:domain { create transition }; 75 neverallow * ~event_type:event { create send status };
|
| /xen/tools/ocaml/libs/xb/ |
| A D | packet.ml | 30 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 D | packet.mli | 6 val create : int -> int -> Op.operation -> string -> t val
|
| /xen/tools/hotplug/Linux/ |
| A D | block-tap | 92 dev=$(tap-ctl create -a $target)
|
| A D | xendomains.in | 184 NM=$($CMD create --quiet --dryrun --defconfig "$1" | 307 XMC=`$CMD create --quiet --defconfig $dom`
|
| /xen/tools/hotplug/NetBSD/rc.d/ |
| A D | xendomains | 68 ${ctl_command} create "$file"
|
| /xen/automation/build/archlinux/ |
| A D | current.dockerfile | 52 RUN useradd --create-home user
|
| /xen/docs/misc/ |
| A D | vtpm-platforms.txt | 68 # 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 D | xtl.ml | 22 create "Xentoollog.stdio_logger" cbs
|