Home
last modified time | relevance | path

Searched full:unset (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-cards.c19 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
20 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
21 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
31 static unsigned int latency = UNSET;
48 /* If radio_type !=UNSET, radio_addr should be specified
54 .tuner_type = UNSET,
55 .radio_type = UNSET,
74 .tuner_type = UNSET,
75 .radio_type = UNSET,
103 .tuner_type = UNSET,
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A DglmTargets.cmake29 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-openembedded/meta-oe/recipes-devtools/php/php/
H A D0002-build-php.m4-don-t-unset-cache-variables.patch4 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-aspeed/recipes-bsp/u-boot/
H A Du-boot-aspeed.inc56 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/meta-nuvoton/recipes-bsp/u-boot/
H A Du-boot-nuvoton.inc102 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/drivers/media/pci/saa7134/
H A Dsaa7134-cards.c52 /* If radio_type !=UNSET, radio_addr should be specified
60 .radio_type = UNSET,
75 .radio_type = UNSET,
102 .radio_type = UNSET,
149 .radio_type = UNSET,
191 .radio_type = UNSET,
219 .radio_type = UNSET,
267 .radio_type = UNSET,
314 .radio_type = UNSET,
344 .radio_type = UNSET,
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/
H A Du-boot.inc42 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 Du-boot-configure.inc15 unset i j
24 unset j
26 unset i
/openbmc/linux/tools/perf/util/
H A Dparse-regs-options.c13 __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 Dparse-regs-options.h5 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);
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-from-ra.sh33 unset 'gbmc_br_from_ra_pfxs[$pfx]'
39 unset 'gbmc_br_from_ra_pfxs[$pfx]'
44 unset 'gbmc_br_from_ra_pfxs[$pfx]'
48 unset 'gbmc_br_from_ra_pfxs[$pfx]'
61 unset 'gbmc_br_from_ra_prev_addrs[$addr]'
64 unset 'gbmc_br_from_ra_pfxs[$pfx]'
/openbmc/openbmc/
H A Doe-init-build-env30 unset BBSERVER
42 unset THIS_SCRIPT
47 unset OEROOT
56 unset OEROOT
/openbmc/openbmc/poky/
H A Doe-init-build-env30 unset BBSERVER
42 unset THIS_SCRIPT
47 unset OEROOT
56 unset OEROOT
/openbmc/openbmc/poky/scripts/
H A Doe-setup-builddir64 unset SHOWYPDOC
117 unset OECORELOCALCONF
118 unset OECORELAYERCONF
119 unset OECORESUMMARYCONF
120 unset OECORENOTESCONF
133 # unset SHOWYPDOC
H A Dsend-pull-request19 unset TO
20 unset CC
21 unset AUTO_CC
22 unset EXTRA_CC
56 unset IFS
145 unset IFS
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/
H A Dfvp-ecosystem.inc4 MODEL ?= "unset"
5 MODEL_CODE ?= "unset"
6 PV ?= "unset"
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.c73 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-google/recipes-google/host-power-ctrl/gpio-host-pwr/
H A Dlib.sh25 HOST_GPIO_PGOOD='unset'
31 HOST_GPIO_PWR_BTN='unset'
34 HOST_GPIO_COLD_RESET='unset'
37 HOST_GPIO_WARM_RESET='unset'
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dstericsson,dma40.yaml94 Logical channel when unset
97 Memory to Device when unset
100 Little endian when unset
103 Use automatic channel selection when unset
106 Normal priority when unset
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbarebox.bbclass94 unset LDFLAGS
95 unset CFLAGS
96 unset CPPFLAGS
97 unset CXXFLAGS
98 unset MACHINE
/openbmc/linux/include/uapi/rdma/
H A Dib_user_mad.h59 * @timeout_ms - Milliseconds to wait for response (unset on receive)
62 * @qkey - Remote Q_Key to be sent with (unset on receive)
67 * @gid_index - Local GID index to send with (unset on receive)
102 * @timeout_ms - Milliseconds to wait for response (unset on receive)
105 * @qkey - Remote Q_Key to be sent with (unset on receive)
110 * @gid_index - Local GID index to send with (unset on receive)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c226 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid handle unset")) in test_tc_bpf_api()
230 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid priority unset")) in test_tc_bpf_api()
263 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid handle unset")) in test_tc_bpf_api()
267 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid priority unset")) in test_tc_bpf_api()
298 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_attach invalid prog_fd unset")) in test_tc_bpf_api()
306 if (!ASSERT_OK(ret, "bpf_tc_attach valid handle unset")) in test_tc_bpf_api()
312 if (!ASSERT_OK(ret, "bpf_tc_attach valid priority unset")) in test_tc_bpf_api()
322 if (!ASSERT_OK(ret, "bpf_tc_attach valid both handle and priority unset")) in test_tc_bpf_api()
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster113 # unset exported variables
114 unset TOASTER_DIR
115 unset BITBAKE_UI
116 unset BBBASEDIR
177 unset OE_ROOT
192 unset CMD
/openbmc/u-boot/net/
H A DKconfig12 bool "Random ethaddr if unset"
15 even when the ethaddr variable for that interface is unset.
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston-socket.sh18 unset weston_group
20 unset global_socket

12345678910>>...41