/openbmc/linux/tools/perf/util/ |
H A D | parse-regs-options.c | 13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() argument 21 if (unset) in __parse_regs() 90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument 92 return __parse_regs(opt, str, unset, false); in parse_user_regs() 96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument 98 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
|
H A D | parse-regs-options.h | 5 int parse_user_regs(const struct option *opt, const char *str, int unset); 6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
|
H A D | pfm.h | 15 int unset); 25 int unset __maybe_unused) in parse_libpfm_events_option()
|
H A D | parse-events.h | 30 int parse_events_option(const struct option *opt, const char *str, int unset); 31 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset); 48 int parse_filter(const struct option *opt, const char *str, int unset); 49 int exclude_perf(const struct option *opt, const char *arg, int unset);
|
H A D | clockid.c | 68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument 74 if (unset) { in parse_clockid()
|
H A D | parse-branch-options.c | 98 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument 102 if (unset) in parse_branch_stack()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0002-build-php.m4-don-t-unset-cache-variables.patch | 4 Subject: [PATCH 02/11] build/php.m4: don't unset cache variables 29 - unset ac_cv_lib_$2[]_$1 30 - unset ac_cv_lib_$2[]___$1 31 unset found 38 - unset ac_cv_func_$1 39 - unset ac_cv_func___$1 40 unset found
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
H A D | glmTargets.cmake | 29 unset(_targetsDefined) 30 unset(_targetsNotDefined) 31 unset(_expectedTargets) 39 unset(_targetsDefined) 40 unset(_targetsNotDefined) 41 unset(_expectedTargets) 53 unset(_realOrig) 54 unset(_realCurr) 98 unset(_IMPORT_CHECK_FILES_FOR_${target}) 100 unset(_IMPORT_CHECK_TARGETS)
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/ |
H A D | u-boot-aspeed.inc | 56 unset LDFLAGS 57 unset CFLAGS 58 unset CPPFLAGS 68 unset i j k 83 unset k 86 unset j 88 unset i 110 unset j 112 unset i 134 unset j [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/ |
H A D | u-boot.inc | 42 unset LDFLAGS 43 unset CFLAGS 44 unset CPPFLAGS 54 unset i j 64 unset j 66 unset i 84 unset k 91 unset k 129 unset j 131 unset i [all …]
|
H A D | u-boot-configure.inc | 15 unset i j 24 unset j 26 unset i
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/ |
H A D | u-boot-nuvoton.inc | 102 unset LDFLAGS 103 unset CFLAGS 104 unset CPPFLAGS 114 unset i j k 129 unset k 132 unset j 134 unset i 156 unset j 158 unset i 180 unset j [all …]
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.c | 73 const int unset = flags & OPT_UNSET; in get_value() local 76 if (unset && p->opt) in get_value() 78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value() 147 if (unset) in get_value() 187 if (unset) in get_value() 194 *(bool *)opt->value = unset ? false : true; in get_value() 200 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value() 204 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value() 208 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value() 213 if (unset) in get_value() [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/ |
H A D | fvp-ecosystem.inc | 4 MODEL ?= "unset" 5 MODEL_CODE ?= "unset" 6 PV ?= "unset"
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/ |
H A D | OEToolchainConfig.cmake | 22 unset(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES) 23 unset(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES)
|
/openbmc/linux/tools/perf/ |
H A D | builtin-probe.c | 168 int unset __maybe_unused) in opt_set_target() 203 const char *str, int unset __maybe_unused) in opt_set_target_ns() 234 const char *str, int unset __maybe_unused) in opt_show_lines() 254 const char *str, int unset __maybe_unused) in opt_show_vars() 276 const char *str, int unset __maybe_unused) in opt_add_probe_event() 287 const char *str, int unset) in opt_set_filter_with_command() argument 289 if (!unset) in opt_set_filter_with_command() 299 const char *str, int unset __maybe_unused) in opt_set_filter()
|
H A D | builtin-ftrace.c | 982 const char *str, int unset) in opt_list_avail_functions() argument 988 if (unset || !str) in opt_list_avail_functions() 1014 int unset __maybe_unused) in parse_filter_func() 1040 const char *str, int unset) in parse_buffer_size() argument 1052 if (unset) { in parse_buffer_size() 1071 const char *str, int unset) in parse_func_tracer_opts() argument 1081 if (unset) in parse_func_tracer_opts() 1092 const char *str, int unset) in parse_graph_tracer_opts() argument 1105 if (unset) in parse_graph_tracer_opts()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | barebox.bbclass | 94 unset LDFLAGS 95 unset CFLAGS 96 unset CPPFLAGS 97 unset CXXFLAGS 98 unset MACHINE
|
/openbmc/u-boot/net/ |
H A D | Kconfig | 12 bool "Random ethaddr if unset" 15 even when the ethaddr variable for that interface is unset.
|
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/ |
H A D | 0001-tests-autopoint-3-unset-MAKEFLAGS.patch | 4 Subject: [PATCH] tests/autopoint-3: unset MAKEFLAGS 23 +unset MAKEFLAGS
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/ |
H A D | interp.patch | 36 - unset -nocomplain result 37 + unset -nocomplain result tout
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
H A D | 0005-tcl-fix-race-in-interp.test.patch | 36 - unset -nocomplain result 37 + unset -nocomplain result tout
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-lantiq-ssc.txt | 19 - num-cs: see spi-bus.txt, set to 8 if unset 20 - base-cs: the number of the first chip select, set to 1 if unset.
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | procfs-audit_loginuid | 9 decimal unsigned int (%u, u32). If it is unset, 14 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
H A D | 0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch | 31 -unset(_binary_dir_with_separator) 32 -unset(CMAKE_REQUIRED_LIBRARIES)
|