Searched defs:match (Results 1 – 9 of 9) sorted by relevance
/xen/tools/include/xen-foreign/ |
A D | mkheader.py | 145 match = re.search(regex, line); variable 165 match = re.search(regex, input, re.S) variable 175 match = re.search(regex, input, re.S) variable
|
/xen/xen/tools/ |
A D | compat-build-source.py | 17 match = re.subn(r"^\s*\?\s+(\w*)\s.*", r"\1", line.rstrip()) variable
|
/xen/xen/arch/arm/ |
A D | bootfdt.c | 20 const char *match) in device_tree_node_matches() 35 const char *match) in device_tree_node_compatible()
|
/xen/tools/libxc/ |
A D | xc_dom_boot.c | 72 int match, found = 0; in xc_dom_compat_check() local
|
/xen/xen/drivers/char/ |
A D | scif-uart.c | 297 const struct dt_device_match *match; in scif_uart_init() local
|
/xen/xen/common/ |
A D | device_tree.c | 80 bool_t (*match)(const struct dt_device_node *node); member 323 bool_t match = 1; in dt_match_node() local 1256 int match, i; in dt_irq_map_raw() local
|
/xen/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 317 unsigned int width, i, match = 0; in check_guest_io_breakpoint() local
|
/xen/xen/tools/kconfig/ |
A D | symbol.c | 954 regmatch_t match[1]; in sym_re_search() local
|
/xen/xen/common/efi/ |
A D | boot.c | 701 bool match = !slen; in get_value() local
|
Completed in 21 milliseconds