Searched refs:Connection (Results 1 – 15 of 15) sorted by relevance
/xen/tools/ocaml/xenstored/ |
A D | connections.ml | 22 domains: (int, Connection.t) Hashtbl.t; 23 ports: (Xeneventchn.t, Connection.t) Hashtbl.t; 36 let con = Connection.create xbcon None in 41 let con = Connection.create xbcon (Some dom) in 50 let fd = Connection.get_fd con in 74 Connection.close con 82 (match Connection.get_domain con with 89 Connection.close con 138 Connection.del_watches con; 161 List.iter (Connection.fire_single_watch (None, root)) (Connection.get_watches con specpath)) [all …]
|
A D | process.ml | 172 if not (Connection.is_dom0 con) 184 Connection.del_transactions con 188 if not (Connection.is_dom0 con) 408 if not (Connection.is_dom0 con) 436 if not (Connection.is_dom0 con) 452 if not (Connection.is_dom0 con) 566 Connection.do_input con 569 Connection.reconnect con; 575 Connection.mark_as_bad con; 590 Connection.incr_ops con; [all …]
|
A D | perms.ml | 100 module Connection = module 140 let check_owner (connection:Connection.t) (node:Node.t) = 141 if !activate && not (Connection.is_dom0 connection) 142 then Connection.is_owner connection (Node.get_owner node) 146 let lacks (connection:Connection.t) request (node:Node.t) = 168 && not (Connection.is_dom0 connection) 170 && not (List.exists check_acl (Connection.get_owners connection))
|
A D | history.ml | 16 con: Connection.t; (* connection that made a change *) 52 let success = Connection.end_transaction con tid commit in 57 let dom = x.con.Connection.dom in
|
A D | xenstored.ml | 181 let op = Store.get_ops store Perms.Connection.full_rights in 213 Connections.iter_domains cons (fun con -> Connection.dump con chan); 293 Store.write store Perms.Connection.full_rights path "") Store.Path.specials; 307 Store.mkdir store (Perms.Connection.create 0) localpath; 353 match Connection.get_domain c with 369 if not (Connection.has_more_work con) then ( 372 if Connection.has_more_work con then 396 Connections.iter cons Connection.mark_symbols; 440 match Connection.get_domain c with 449 match Connection.get_domain c with
|
A D | connection.ml | 40 mutable perm: Perms.Connection.t; 93 Perms.Connection.create ~perms:[Perms.READ; Perms.WRITE] domid 126 …con.perm <- Perms.Connection.set_target (get_perm con) ~perms:[Perms.READ; Perms.WRITE] target_dom… 159 Perms.Connection.is_dom0 (get_perm con)
|
A D | store.ml | 407 if existing || (Perms.Connection.is_dom0 perm) then 422 if not (existing || (Perms.Connection.is_dom0 perm)) then Quota.check store.quota owner 0; 440 if not ((old_owner = new_owner) || (Perms.Connection.is_dom0 perm)) then
|
A D | disk.ml | 113 let v = Store.get_ops store Perms.Connection.full_rights in
|
A D | transaction.ml | 148 && not (Perms.Connection.is_dom0 perm)
|
/xen/docs/misc/ |
A D | xenstore-ring.txt | 24 2068 4 Connection state 70 The "Connection state" field is used to request a ring close and reconnect. 71 The "Connection state" field only contains valid data if the server has 73 then the "Connection state" may take the following values: 96 a reconnection by setting the the Connection state to 1 ("Ring close 98 The guest must now ignore all fields except the Connection state and 109 - set the Connection state to 0 ("Ring is connected"); and 115 Note that only the guest may set the Connection state to 1 and only the
|
A D | vtd.txt | 251 01:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 155 - "Connection aborted.", /* ERR_ABRT -4 */ 156 - "Connection reset.", /* ERR_RST -5 */ 157 - "Connection closed.", /* ERR_CLSD -6 */ 167 + "Connection aborted.", /* ERR_ABRT -5 */ 168 + "Connection reset.", /* ERR_RST -6 */ 169 + "Connection closed.", /* ERR_CLSD -7 */ 1643 -#define ERR_ABRT -4 /* Connection aborted. */ 1644 -#define ERR_RST -5 /* Connection reset. */ 1645 -#define ERR_CLSD -6 /* Connection closed. */ 1647 +#define ERR_ABRT -5 /* Connection aborted. */ [all …]
|
/xen/tools/golang/xenlight/ |
A D | types.gen.go | 339 Connection ChannelConnection member 804 Connection ChannelConnection member
|
A D | helpers.gen.go | 432 x.Connection = ChannelConnection(xc.connection) 433 switch x.Connection{ 445 return fmt.Errorf("invalid union key '%v'", x.Connection)} 474 xc.connection = C.libxl_channel_connection(x.Connection) 475 switch x.Connection{ 491 return fmt.Errorf("invalid union key '%v'", x.Connection)} 2361 x.Connection = ChannelConnection(xc.connection) 2362 switch x.Connection{ 2374 return fmt.Errorf("invalid union key '%v'", x.Connection)} 2399 xc.connection = C.libxl_channel_connection(x.Connection) [all …]
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 10592 mov ax, 0x16[bx] ;; 0x16 is the offset of Boot Connection Vector
|
Completed in 35 milliseconds