Home
last modified time | relevance | path

Searched full:variable (Results 1 – 25 of 4802) sorted by relevance

12345678910>>...193

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help6 conf-variable: IPSec gateway <ip/hostname>
10 conf-variable: IPSec ID <ASCII string>
14 conf-variable: IPSec secret <ASCII string>
18 conf-variable: IPSec obfuscated secret <hex string>
22 conf-variable: Xauth username <ASCII string>
26 conf-variable: Xauth password <ASCII string>
30 conf-variable: Xauth obfuscated password <hex string>
34 conf-variable: Domain <ASCII string>
38 conf-variable: Xauth interactive
43 conf-variable: Vendor <cisco/netscreen>
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dvariables.rst53 To use the variable, list out the package's commands that are also
67 use the :term:`ALTERNATIVE_LINK_NAME` variable to specify the actual
85 duplicated commands. You can use the variable to create a single
101 duplicated commands. You can use the variable to create a single
114 from the :term:`ALTERNATIVE_LINK_NAME` variable.
131 class, this variable identifies a list of distribution features where
145 information on how this variable is used.
153 You can use this variable to create archives of patched source,
155 following variable flags (varflags)::
166 For information on how the variable works, see the
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst19 Basic Variable Setting
22 The following example sets ``VARIABLE`` to "value". This assignment
26 VARIABLE = "value"
31 VARIABLE = " value"
32 VARIABLE = "value "
34 Setting ``VARIABLE`` to "" sets
35 it to an empty string, while setting the variable to " " sets it to a
38 VARIABLE = ""
39 VARIABLE = " "
42 variable's value. Doing so allows you to use values that contain the
[all …]
H A Dbitbake-user-manual-ref-variables.rst23 systems extend the functionality of the variable as it is
42 This variable can be defined to be used by the fetcher to authenticate
59 considerations surrounding this variable:
99 the checksum mechanism. A common example would be the variable for
141 variable, use the following form::
157 BB_DISKMON_WARNINTERVAL variable,
185 variable. This example causes the build system to immediately halt
188 directories are provided with the variable, the build system also
192 defined by the :term:`BB_DISKMON_WARNINTERVAL` variable.
206 If you are going to use the :term:`BB_DISKMON_WARNINTERVAL` variable, you
[all …]
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dshadow.c11 * DOC: Shadow variable API concurrency notes:
13 * The shadow variable API provides a simple relationship between an
17 * Once a shadow variable is attached to its parent object via the
19 * call to klp_shadow_get() may then return the shadow variable's data
24 * variable structures. Their implementation does not call kmalloc
47 * struct klp_shadow - shadow variable structure
63 * klp_shadow_match() - verify a shadow variable matches given <obj, id>
64 * @shadow: shadow variable to match
68 * Return: true if the shadow variable matches.
77 * klp_shadow_get() - retrieve a shadow variable data pointer
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Ddocumentation.conf67 …n a recipe inherits the features_check class, at least one item in this variable must be included …
68 …n a recipe inherits the features_check class, at least one item in this variable must be included …
69 …n a recipe inherits the features_check class, at least one item in this variable must be included …
74 AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest so…
79 … not to install despite being recommended by a recipe. Support for this variable exists only when …
82 …ce and free inode warning intervals. To set these intervals, define the variable in the conf/local…
84 …ld run in parallel at any one time. A good rule of thumb is to set this variable to twice the numb…
87 BBFILE_PATTERN[doc] = "Variable that expands to match files from BBFILES in a particular layer. Thi…
88 BBFILE_PRIORITY[doc] = "Assigns the priority for recipe files in each layer. Setting this variable
90 BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure."
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmnvram.h2 * NVRAM variable manipulation
55 * Get default value for an NVRAM variable
64 * restore specific per-interface variable
96 * Get the value of an NVRAM variable. The pointer returned may be
98 * @param name name of variable to get
99 * @return value of variable or NULL if undefined
104 * Get the value of an NVRAM variable. The pointer returned may be
106 * @param name name of variable to get
108 * @return value of variable or NULL if undefined
119 * Get the value of an NVRAM variable.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmnvram.h2 * NVRAM variable manipulation
55 * Get default value for an NVRAM variable
64 * restore specific per-interface variable
96 * Get the value of an NVRAM variable. The pointer returned may be
98 * @param name name of variable to get
99 * @return value of variable or NULL if undefined
104 * Get the value of an NVRAM variable. The pointer returned may be
106 * @param name name of variable to get
108 * @return value of variable or NULL if undefined
119 * Get the value of an NVRAM variable.
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmnvram.h2 * NVRAM variable manipulation
55 * Get default value for an NVRAM variable
64 * restore specific per-interface variable
96 * Get the value of an NVRAM variable. The pointer returned may be
98 * @param name name of variable to get
99 * @return value of variable or NULL if undefined
104 * Get the value of an NVRAM variable. The pointer returned may be
106 * @param name name of variable to get
108 * @return value of variable or NULL if undefined
119 * Get the value of an NVRAM variable.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmnvram.h3 * NVRAM variable manipulation
54 * Get default value for an NVRAM variable
63 * restore specific per-interface variable
95 * Get the value of an NVRAM variable. The pointer returned may be
97 * @param name name of variable to get
98 * @return value of variable or NULL if undefined
103 * Get the value of an NVRAM variable. The pointer returned may be
105 * @param name name of variable to get
107 * @return value of variable or NULL if undefined
118 * Get the value of an NVRAM variable.
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Dconfigvars.html15 {{objects.paginator.count}} variable{{objects.paginator.count|pluralize}} found
55 {% for variable in objects %}
57 …<td class="variable_name"><a data-toggle="modal" href="#variable-{{variable.pk}}">{{variable.varia…
58 <td class="variable_value">{{variable.variable_value|truncatechars:153}}</td>
60 {% if variable.vhistory.all %}
61 {% for path in variable.vhistory.all|filter_setin_files:file_filter %}
67 {% if variable.description %}
68 {{variable.description}}
69 …<a href="http://docs.yoctoproject.org/ref-manual/variables.html#term-{{variable.variable_name|vari…
83 {% for variable in objects %}
[all …]
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dshadow-vars.rst8 unmodified. The shadow variable API described in this document is used
14 used to describe shadow variable version, class or type, etc. More
29 * The klp_shadow variable data structure encapsulates both tracking
40 klp_shadow_get_or_alloc() are zeroing the variable by default.
46 to do actions that can be done only once when a new variable is allocated.
48 * klp_shadow_get() - retrieve a shadow variable data pointer
51 * klp_shadow_alloc() - allocate and add a new shadow variable
60 - allocate a new shadow variable
61 - initialize the variable using a custom constructor and data when provided
64 * klp_shadow_get_or_alloc() - get existing or alloc a new shadow variable
[all …]
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_env.py14 This enables quick determination of existant/non-existant variable
56 """Return the name of an environment variable that exists.
62 The name of an environment variable.
69 """Return the name of an environment variable that does not exist.
75 The name of an environment variable.
96 """Unset an environment variable.
103 var: The variable name to unset.
114 """Set an environment variable.
121 var: The variable name to set.
122 value: The value to set the variable to.
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dvars.c118 * variable, it's malformed in validate_load_option()
281 * Check if our variable is in the validated variables list in efivar_variable_is_removable()
367 * The variable name is, by definition, a NULL-terminated in var_name_strnsize()
397 printk(KERN_WARNING "efivars: duplicate variable: %s-%pUl\n", in dup_variable_bug()
404 * @func: callback function to invoke for every variable
407 * @head: initialised head of variable list
409 * Get every EFI variable from the firmware and invoke @func. @func
442 * the variable name and variable data is 1024 bytes. in efivar_init()
461 * same variable name on multiple calls to in efivar_init()
464 * we'll ever see a different variable name, in efivar_init()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DGDB_002fMI-Variable-Objects.html17 <title>Debugging with GDB: GDB/MI Variable Objects</title>
19 <meta name="description" content="Debugging with GDB: GDB/MI Variable Objects">
20 <meta name="keywords" content="Debugging with GDB: GDB/MI Variable Objects">
64 <a name="GDB_002fMI-Variable-Objects"></a>
70 <a name="GDB_002fMI-Variable-Objects-1"></a>
71 <h3 class="section">27.15 <small>GDB/MI</small> Variable Objects</h3>
74 <a name="Introduction-to-Variable-Objects"></a>
75 <h4 class="subheading">Introduction to Variable Objects</h4>
77 <a name="index-variable-objects-in-GDB_002fMI"></a>
79 <p>Variable objects are &quot;object-oriented&quot; MI interface for examining and
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DGDB_002fMI-Variable-Objects.html17 <title>Debugging with GDB: GDB/MI Variable Objects</title>
19 <meta name="description" content="Debugging with GDB: GDB/MI Variable Objects">
20 <meta name="keywords" content="Debugging with GDB: GDB/MI Variable Objects">
64 <a name="GDB_002fMI-Variable-Objects"></a>
70 <a name="GDB_002fMI-Variable-Objects-1"></a>
71 <h3 class="section">27.15 <small>GDB/MI</small> Variable Objects</h3>
74 <a name="Introduction-to-Variable-Objects"></a>
75 <h4 class="subheading">Introduction to Variable Objects</h4>
77 <a name="index-variable-objects-in-GDB_002fMI"></a>
79 <p>Variable objects are &quot;object-oriented&quot; MI interface for examining and
[all …]
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.h33 * @argv: array of variable names to be printed, if argc != 0
34 * @value_only: do not repeat the variable name, print the bare value,
35 * only one variable allowed with this option, argc must be 1
47 * fw_env_set() - adds or removes one variable to the environment
49 * @argc: number of strings in argv, argv[0] is variable name,
50 * argc==1 means erase variable, argc > 1 means add a variable
51 * @argv: argv[0] is variable name, argv[1..argc-1] are concatenated separated
52 * by single blank and set as the new value of the variable
84 * A variable without value will be deleted. Any number of spaces are allowed
97 * # delete variable bar
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-uclogic-rdesc.c36 0x81, 0x02, /* Input (Variable), */
50 0x81, 0x02, /* Input (Variable), */
54 0x81, 0x02, /* Input (Variable), */
58 0x81, 0x02, /* Input (Variable), */
81 0x81, 0x02, /* Input (Variable), */
95 0x81, 0x02, /* Input (Variable), */
99 0x81, 0x02, /* Input (Variable), */
103 0x81, 0x02, /* Input (Variable), */
119 0x81, 0x02, /* Input (Variable), */
129 0x81, 0x06, /* Input (Variable, Relative), */
[all …]
H A Dhid-kye.c33 0xB1, 0x02, /* Feature (Variable), */
48 0x81, 0x02, /* Input (Variable), */
50 0x81, 0x03, /* Input (Constant, Variable), */
53 0x81, 0x02, /* Input (Variable), */
64 0x81, 0x02, /* Input (Variable), */
68 0x81, 0x02, /* Input (Variable), */
72 0x81, 0x02, /* Input (Variable), */
91 0xB1, 0x02, /* Feature (Variable), */
106 0x81, 0x02, /* Input (Variable), */
108 0x81, 0x03, /* Input (Constant, Variable), */
[all …]
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkconfig-macro-language.rst23 The macro language replaces the variable references with their expanded form,
53 Like in Make, a variable in Kconfig works as a macro variable. A macro
54 variable is expanded "in place" to yield a text string that may then be
55 expanded further. To get the value of a variable, enclose the variable name in
56 $( ). The parentheses are required even for single-letter variable names; $X is
62 A simply expanded variable is defined using the := assignment operator. Its
66 A recursively expanded variable is defined using the = assignment operator.
67 Its righthand side is simply stored as the value of the variable without
68 expanding it in any way. Instead, the expansion is performed when the variable
72 variable. The righthand side of += is expanded immediately if the lefthand
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dvar_off.c2 "variable-offset ctx access",
16 .errstr = "variable ctx access var_off=(0x0; 0x4)",
21 "variable-offset stack read, priv vs unpriv",
41 .errstr_unpriv = "R2 variable stack access prohibited for !root",
45 "variable-offset stack read, uninitialized",
62 .errstr = "invalid variable-offset read from stack R2",
66 "variable-offset stack write, priv vs unpriv",
80 * that, after a variable-offset write, a priviledged
89 /* Variable stack access is rejected for unprivileged.
91 .errstr_unpriv = "R2 variable stack access prohibited for !root",
[all …]
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_mk.py84 VARIABLE = re.compile(r"^([A-Z0-9_]+)\s*((\+|:|)=)") variable in OverriddenVariable
105 m = self.VARIABLE.search(text)
108 variable, assignment = m.group(1, 2)
111 if variable in self.conditionally_set:
112 self.unconditionally_set.append(variable)
114 … return ["{}:{}: unconditional override of variable {} previously conditionally set"
115 .format(self.filename, lineno, variable),
118 if variable not in self.unconditionally_set:
119 self.unconditionally_set.append(variable)
122 return ["{}:{}: unconditional override of variable {}"
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dappendix-customizing.rst37 are included. Including a variable in the value of
53 useful if you want to set a variable value just for the SDK and not the
64 :term:`INHERIT` variable and you
67 variable as described in the previous section.
96 variable as described in the previous section.
107 variable. For more information, see the
128 :term:`COREBASE_FILES` variable as previously described.
134 :term:`SDK_TITLE` variable and then
141 set. If the :term:`DISTRO_NAME` variable is not set, the title is derived
142 from the :term:`DISTRO` variable.
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h40 * Base implementations of per-CPU variable declarations and definitions, where
41 * the section in which the variable is to be placed is provided by the
43 * variable's storage.
77 * __pcpu_scope_* dummy variable is used to enforce scope. It
80 * DECLARE_PER_CPU() is used for the same variable.
82 * __pcpu_unique_* dummy variable is used to enforce symbol uniqueness
108 * Variant on the per-CPU variable declaration/definition theme used for
283 * a direct dereference of percpu variable (var).
316 #define __pcpu_size_call_return(stem, variable) \ argument
318 typeof(variable) pscr_ret__; \
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h273 * env_get() - Look up the value of an environment variable
279 * @varname: Variable to look up
280 * @return value of variable, or NULL if not found
285 * env_get_f() - Look up the value of an environment variable (early)
291 * @varname: Variable to look up
292 * @return value of variable, or NULL if not found
297 * env_get_ulong() - Return an environment variable as an integer value
302 * @name: Variable to look up
310 * env_get_hex() - Return an environment variable as a hex value
313 * prefix). If the environment variable cannot be found, or does not start
[all …]

12345678910>>...193