Searched refs:implied (Results 1 – 25 of 88) sorted by relevance
1234
/xen/xen/tools/kconfig/ |
A D | symbol.c | 224 if (sym->implied.expr && sym->dir_dep.tri != no) in sym_calc_visibility() 225 tri = expr_calc_value(sym->implied.expr); in sym_calc_visibility() 228 if (sym->implied.tri != tri) { in sym_calc_visibility() 229 sym->implied.tri = tri; in sym_calc_visibility() 394 if (sym->implied.tri != no) { in sym_calc_value() 487 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range() 742 if (val < sym->implied.tri) in sym_get_string_default() 743 val = sym->implied.tri; in sym_get_string_default() 1096 } else if (stack->expr == &sym->implied.expr) { in sym_check_print_recursive() 1178 stack.expr = &sym->implied.expr; in sym_check_sym_deps() [all …]
|
A D | menu.c | 404 es->implied.expr = expr_alloc_or(es->implied.expr, in menu_finalize() 831 if (sym->implied.expr) { in get_symbol_str() 832 expr_gstr_print_revdep(sym->implied.expr, r, yes, " Implied by [y]:\n"); in get_symbol_str() 833 expr_gstr_print_revdep(sym->implied.expr, r, mod, " Implied by [m]:\n"); in get_symbol_str() 834 expr_gstr_print_revdep(sym->implied.expr, r, no, " Implied by [n]:\n"); in get_symbol_str()
|
/xen/tools/ocaml/xenstored/ |
A D | systemd.ml | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | systemd.mli | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | syslog.mli | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | define.ml | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | event.ml | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | select.mli | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | syslog.ml | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/tools/libacpi/ |
A D | ssdt_s3.asl | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | ssdt_s4.asl | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | ssdt_tpm.asl | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | ssdt_laptop_slate.asl | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/tools/ocaml/libs/mmap/ |
A D | xenmmap.mli | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | xenmmap.ml | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/tools/ocaml/libs/xs/ |
A D | xst.mli | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | debug-exynos4210.inc | 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/xen/arch/arm/arm64/ |
A D | debug-8250.inc | 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | debug-cadence.inc | 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | debug-mvebu.inc | 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.mli.in | 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
A D | xentoollog.ml.in | 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.ml | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/xen/tools/ocaml/libs/xb/ |
A D | xs_ring.ml | 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
Completed in 42 milliseconds
1234