Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 68) sorted by relevance

123

/xen/tools/include/xen-foreign/
A Dmkheader.py145 match = re.search(regex, line); variable
146 if None == match:
165 match = re.search(regex, input, re.S) variable
166 if None == match:
169 output += "union %s_%s {%s\n};\n" % (union, arch, match.group(1));
175 match = re.search(regex, input, re.S) variable
176 if None == match or \
177 (match.group(1) is not None and match.group(1) not in defined):
180 output += "struct %s_%s {%s\n};\n" % (struct, arch, match.group(2));
/xen/xen/tools/
A Dcompat-build-source.py17 match = re.subn(r"^\s*\?\s+(\w*)\s.*", r"\1", line.rstrip()) variable
18 if match[1]:
19 pats.append([ r"(struct|union)\s+(%s|xen_%s)\s+(\w)" % (match[0], match[0]),
/xen/tools/ocaml/libs/xb/
A Dxb.ml57 let reconnect t = match t.backend with
88 match con.backend with
102 match con.backend with
129 match con.partial_in with
138 match con.partial_in with
177 match con.backend with
182 match con.backend with
200 match con.backend with
205 match con.backend with
210 match con.backend with
/xen/tools/hotplug/Linux/
A Dcolo-proxy-setup42 u32 match u32 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev
44 u32 match u32 0 0 flowid 1:2 action mirred egress mirror dev $forwarddev
46 12 u32 match u32 0 0 flowid 1:2 action mirred egress mirror \
61 do_without_error tc filter del dev $vifname parent 1: protocol ip prio 10 u32 match u32 \
63 do_without_error tc filter del dev $vifname parent 1: protocol arp prio 11 u32 match u32 \
65 do_without_error tc filter del dev $vifname parent 1: protocol ipv6 prio 12 u32 match u32 \
/xen/tools/misc/
A Dxensymoops34 m = eip_re.match(line)
87 fm = func_re.match(line)
93 m = addr_re.match(line)
/xen/stubdom/
A Dnewlib-stdint-size_max-fix-from-1.17.0.patch6 /* This must match size_t in stddef.h, currently long unsigned int */
15 /* This must match sig_atomic_t in <signal.h> (currently int) */
A Dvtpm_TPM_ChangeAuthAsymFinish.patch7 indicate a failure if the values do not match. */
10 debug("TPM_ChangeAuthAsymFinish(): newAuthLink value does not match.");
/xen/tools/ocaml/xenstored/
A Dprocess.ml55 match args with
76 match p with
128 match (split None '\000' data) with
190 match split None '\000' data with
196 match response with
228 match ty with
282 match response with
296 match t.Transaction.ty with
400 match t.Transaction.ty with
464 match ty with
[all …]
A Ddisk.ml25 let is_digit c = match c with '0' .. '9' -> true | _ -> false
28 match c with
34 match c with
46 match s.[!i] with
71 let c = match s.[!i] with
93 match l with
A Dstdext.ml30 (match !exnhook with None -> () | Some f -> f exn);
37 match v with Some x -> Some (f x) | None -> None
41 match v with Some x -> x | None -> d
45 match v with None -> () | Some x -> f x
96 match Unix.fork () with
101 begin match Unix.fork () with
A Dlogging.ml36 let prefix log_destination ?level ?key date = match log_destination with
38 let level = match level with
41 let key = match key with
46 let key = match key with
146 let level = match level with
175 let init_xenstored_log () = match !xenstored_log_destination with
188 match !xenstored_logger with
225 | XbOp op -> match op with
278 let init_access_log post_rotate = match !access_log_destination with
313 let print = match ty with
[all …]
A Dperms.ml28 match perm with
35 match c with
79 match vect with
120 match connection.main, connection.target with
125 match connection.target with
153 match perm, request with
A Dtransaction.ml30 match n1, n2 with
39 match path2 with
44 match optpath with
50 match oldnode, currentnode with
61 match pnode with
91 let get_id t = match t.ty with No -> none | Full (id, _, _) -> id
112 let keep = match txn with
201 match t.ty with
A Dconnection.ml44 match con.dom with
63 Printf.sprintf "/local/domain/%i/" (match con.dom with None -> 0 | Some d -> Domain.get_id d)
83 match con.dom with
89 match dom with
97 match dom with
128 let is_backend_mmap con = match con.xb.Xenbus.Xb.backend with
274 match commit with
305 match con.dom with
322 match con.dom with
A Ddomain.ml66 let notify dom = match dom.port with
73 begin match dom.port with
83 begin match dom.port with
A Dstore.ml58 match l with
68 match l with
128 else match String.split '/' s with
133 match path, name with
153 match l1, l2 with
163 match path with
179 match path with
217 match path with
428 match rmed_node with
435 match Path.get_node store.root path with
A Dconfig.ml60 match split ~limit:2 '=' s with
67 match to_config line with
90 match ty with
/xen/xen/common/
A Ddevice_tree.c80 bool_t (*match)(const struct dt_device_node *node); member
323 bool_t match = 1; in dt_match_node() local
335 match &= !dt_device_is_available(node); in dt_match_node()
340 if ( match ) in dt_match_node()
618 .match = dt_bus_pci_match,
628 .match = dt_bus_default_match,
641 if ( !dt_busses[i].match || dt_busses[i].match(np) ) in dt_match_bus()
1256 int match, i; in dt_irq_map_raw() local
1351 match = 0; in dt_irq_map_raw()
1355 match = 1; in dt_irq_map_raw()
[all …]
/xen/xen/arch/arm/
A Dbootfdt.c20 const char *match) in device_tree_node_matches() argument
26 match_len = strlen(match); in device_tree_node_matches()
30 return strncmp(name, match, match_len) == 0 in device_tree_node_matches()
35 const char *match) in device_tree_node_compatible() argument
41 mlen = strlen(match); in device_tree_node_compatible()
48 if ( !dt_compat_cmp(prop, match) ) in device_tree_node_compatible()
/xen/tools/ocaml/test/
A Dxtl.ml6 and errno_str = match errno with None -> "" | Some s -> sprintf ": errno=%d" s
7 and ctx_str = match ctx with None -> "" | Some s -> sprintf ": %s" s in
/xen/xen/drivers/char/
A Dscif-uart.c297 const struct dt_device_match *match; in scif_uart_init() local
331 match = dt_match_node(scif_uart_dt_match, dev); in scif_uart_init()
332 ASSERT( match ); in scif_uart_init()
333 uart->params = &port_params[(enum port_types)match->data]; in scif_uart_init()
/xen/tools/python/
A Dpylintrc101 # Regular expression which should only match functions or classes name which do
109 # Regular expression which should only match correct module names
112 # Regular expression which should only match correct class names
115 # Regular expression which should only match correct function names
118 # Regular expression which should only match correct method names
121 # Regular expression which should only match correct argument names
124 # Regular expression which should only match correct variable names
/xen/tools/ocaml/libs/xs/
A Dxsraw.ml61 match perm with PERM_NONE -> 'n' | PERM_READ -> 'r'
68 match c with 'n' -> PERM_NONE | 'r' -> PERM_READ
84 match l with h :: l -> (fst h, snd h, l) | [] -> (0, PERM_NONE, [])
131 match Xb.Packet.get_ty pkt with
140 match Xb.Packet.get_ty pkt with
142 match Xb.Packet.get_data pkt with
/xen/tools/libxc/
A Dxc_dom_boot.c72 int match, found = 0; in xc_dom_compat_check() local
80 match = !strcmp(dom->guest_type, item); in xc_dom_compat_check()
82 item, match ? " <= matches" : ""); in xc_dom_compat_check()
83 if ( match ) in xc_dom_compat_check()
/xen/tools/libacpi/
A Ddsdt_acpi_info.asl5 * BIOS region must match struct acpi_info in build.c and

Completed in 129 milliseconds

123